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 master in /var/lib/jenkins/workspace/appNG_Release [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (Info) [Pipeline] echo ############################################## [Pipeline] echo Preparing release 1.14.2 from branch appng-1.14.x, current snapshot is 1.14.2-SNAPSHOT, next version will be 1.15.0-SNAPSHOT [Pipeline] echo ############################################## [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prepare Release Branch) [Pipeline] sh [appNG_Release] Running shell script + rm -rf appng [Pipeline] sh [appNG_Release] Running shell script + git clone git@github.com:appNG/appng.git Cloning into 'appng'... [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh [appng] Running shell script + git checkout appng-1.14.x Switched to a new branch 'appng-1.14.x' Branch appng-1.14.x set up to track remote branch appng-1.14.x from origin. [Pipeline] sh [appng] Running shell script + git checkout -b appng-1.14.2-release Switched to a new branch 'appng-1.14.2-release' [Pipeline] sh [appng] Running shell script + sed -i s/1\.14\.2-SNAPSHOT/1\.15\.0-SNAPSHOT/g README.adoc [Pipeline] sh [appng] Running shell script + sed -i s/1\.14\.1/1\.14\.2/g README.adoc [Pipeline] sh [appng] Running shell script + sed -i s/1\.14\.2-SNAPSHOT/1\.14\.2/g README.adoc pom.xml appng-api/pom.xml appng-application-assembly/pom.xml appng-application-bom/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-cli/pom.xml appng-core/pom.xml appng-documentation/pom.xml appng-forms/pom.xml appng-formtags/pom.xml appng-mail/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-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 + git status On branch appng-1.14.2-release 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-parent/pom.xml 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-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-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-xmlapi/pom.xml modified: pom.xml no changes added to commit (use "git add" and/or "git commit -a") [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 [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] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Parent 1.14.2 [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.14.2/appng-parent-1.14.2.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 1.14.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-tools --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-tools --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin: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.14.2.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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.14.2/appng-tools-1.14.2.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.14.2/appng-tools-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.14.2/appng-tools-1.14.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Mail 1.14.2 [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.14.2.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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.14.2/appng-mail-1.14.2.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.14.2/appng-mail-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.14.2/appng-mail-1.14.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Forms 1.14.2 [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.14.2.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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.14.2/appng-forms-1.14.2.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.14.2/appng-forms-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.14.2/appng-forms-1.14.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng Formtags 1.14.2 [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.14.2.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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2.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.14.2/appng-formtags-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG XML-API 1.14.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] Generating source... [INFO] parsing a schema... [INFO] compiling a schema... [INFO] org/appng/xml/platform/Action.java [INFO] org/appng/xml/platform/ActionRef.java [INFO] org/appng/xml/platform/ApplicationConfig.java [INFO] org/appng/xml/platform/ApplicationReference.java [INFO] org/appng/xml/platform/ApplicationRootConfig.java [INFO] org/appng/xml/platform/Authentication.java [INFO] org/appng/xml/platform/Authentications.java [INFO] org/appng/xml/platform/Bean.java [INFO] org/appng/xml/platform/BeanOption.java [INFO] org/appng/xml/platform/Condition.java [INFO] org/appng/xml/platform/Config.java [INFO] org/appng/xml/platform/Content.java [INFO] org/appng/xml/platform/Data.java [INFO] org/appng/xml/platform/DataConfig.java [INFO] org/appng/xml/platform/Datafield.java [INFO] org/appng/xml/platform/Datasource.java [INFO] org/appng/xml/platform/DatasourceRef.java [INFO] org/appng/xml/platform/Datasources.java [INFO] org/appng/xml/platform/Digits.java [INFO] org/appng/xml/platform/Event.java [INFO] org/appng/xml/platform/Events.java [INFO] org/appng/xml/platform/FieldDef.java [INFO] org/appng/xml/platform/FieldPermissionType.java [INFO] org/appng/xml/platform/FieldPermissions.java [INFO] org/appng/xml/platform/FieldType.java [INFO] org/appng/xml/platform/FileUpload.java [INFO] org/appng/xml/platform/Future.java [INFO] org/appng/xml/platform/GetParams.java [INFO] org/appng/xml/platform/Icon.java [INFO] org/appng/xml/platform/Icontype.java [INFO] org/appng/xml/platform/ItemType.java [INFO] org/appng/xml/platform/Label.java [INFO] org/appng/xml/platform/Labels.java [INFO] org/appng/xml/platform/Link.java [INFO] org/appng/xml/platform/Linkmode.java [INFO] org/appng/xml/platform/Linkpanel.java [INFO] org/appng/xml/platform/Localization.java [INFO] org/appng/xml/platform/Max.java [INFO] org/appng/xml/platform/Message.java [INFO] org/appng/xml/platform/MessageType.java [INFO] org/appng/xml/platform/Messages.java [INFO] org/appng/xml/platform/MetaData.java [INFO] org/appng/xml/platform/Min.java [INFO] org/appng/xml/platform/Navigation.java [INFO] org/appng/xml/platform/NavigationItem.java [INFO] org/appng/xml/platform/NotNull.java [INFO] org/appng/xml/platform/ObjectFactory.java [INFO] org/appng/xml/platform/Option.java [INFO] org/appng/xml/platform/OptionGroup.java [INFO] org/appng/xml/platform/Output.java [INFO] org/appng/xml/platform/OutputFormat.java [INFO] org/appng/xml/platform/OutputType.java [INFO] org/appng/xml/platform/PageConfig.java [INFO] org/appng/xml/platform/PageDefinition.java [INFO] org/appng/xml/platform/PageReference.java [INFO] org/appng/xml/platform/Pages.java [INFO] org/appng/xml/platform/PagesReference.java [INFO] org/appng/xml/platform/PanelLocation.java [INFO] org/appng/xml/platform/Param.java [INFO] org/appng/xml/platform/ParamType.java [INFO] org/appng/xml/platform/Params.java [INFO] org/appng/xml/platform/Past.java [INFO] org/appng/xml/platform/Pattern.java [INFO] org/appng/xml/platform/Permission.java [INFO] org/appng/xml/platform/PermissionMode.java [INFO] org/appng/xml/platform/Permissions.java [INFO] org/appng/xml/platform/Platform.java [INFO] org/appng/xml/platform/PlatformConfig.java [INFO] org/appng/xml/platform/PostParams.java [INFO] org/appng/xml/platform/Result.java [INFO] org/appng/xml/platform/Resultset.java [INFO] org/appng/xml/platform/Rule.java [INFO] org/appng/xml/platform/Section.java [INFO] org/appng/xml/platform/SectionConfig.java [INFO] org/appng/xml/platform/SectionDef.java [INFO] org/appng/xml/platform/Sectionelement.java [INFO] org/appng/xml/platform/SectionelementDef.java [INFO] org/appng/xml/platform/Selection.java [INFO] org/appng/xml/platform/SelectionGroup.java [INFO] org/appng/xml/platform/SelectionType.java [INFO] org/appng/xml/platform/Session.java [INFO] org/appng/xml/platform/SessionInfo.java [INFO] org/appng/xml/platform/SessionParams.java [INFO] org/appng/xml/platform/Size.java [INFO] org/appng/xml/platform/Sort.java [INFO] org/appng/xml/platform/SortOrder.java [INFO] org/appng/xml/platform/Structure.java [INFO] org/appng/xml/platform/StructureDef.java [INFO] org/appng/xml/platform/Subject.java [INFO] org/appng/xml/platform/Template.java [INFO] org/appng/xml/platform/TextElement.java [INFO] org/appng/xml/platform/Textcontents.java [INFO] org/appng/xml/platform/Textelements.java [INFO] org/appng/xml/platform/Type.java [INFO] org/appng/xml/platform/UrlParams.java [INFO] org/appng/xml/platform/UrlSchema.java [INFO] org/appng/xml/platform/UserData.java [INFO] org/appng/xml/platform/UserInputField.java [INFO] org/appng/xml/platform/Validation.java [INFO] org/appng/xml/platform/ValidationGroups.java [INFO] org/appng/xml/platform/ValidationRule.java [INFO] org/appng/xml/platform/package-info.java [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] Generating source... [INFO] parsing a schema... [INFO] compiling a schema... [INFO] org/appng/xml/application/ApplicationInfo.java [INFO] org/appng/xml/application/Datasource.java [INFO] org/appng/xml/application/DatasourceType.java [INFO] org/appng/xml/application/Datasources.java [INFO] org/appng/xml/application/ObjectFactory.java [INFO] org/appng/xml/application/PackageInfo.java [INFO] org/appng/xml/application/Permission.java [INFO] org/appng/xml/application/PermissionRef.java [INFO] org/appng/xml/application/Permissions.java [INFO] org/appng/xml/application/Properties.java [INFO] org/appng/xml/application/Property.java [INFO] org/appng/xml/application/Role.java [INFO] org/appng/xml/application/Roles.java [INFO] org/appng/xml/application/Template.java [INFO] org/appng/xml/application/TemplateType.java [INFO] org/appng/xml/application/package-info.java [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-xmlapi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-xmlapi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 125 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-xmlapi --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-xmlapi --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-xmlapi --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-xmlapi --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.2.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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2.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.14.2/appng-xmlapi-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG public API 1.14.2 [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 164 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: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/model/SimpleProperty.java uses or overrides 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.14.2.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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.14.2/appng-api-1.14.2.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.14.2/appng-api-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.14.2/appng-api-1.14.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG testsupport 1.14.2 [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.14.2.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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2.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.14.2/appng-testsupport-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Persistence-Tools 1.14.2 [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.14.2.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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2.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.14.2/appng-persistence-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Search 1.14.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-search --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-search --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-search --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-search --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-search --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.2.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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.14.2/appng-search-1.14.2.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.14.2/appng-search-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.14.2/appng-search-1.14.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Core Library 1.14.2 [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 68 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 160 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.14.2.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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.14.2/appng-core-1.14.2.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.14.2/appng-core-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.14.2/appng-core-1.14.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 7 1.14.2 [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.14.2.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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2.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.14.2/appng-tomcat7-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 8 1.14.2 [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.14.2.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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2.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.14.2/appng-tomcat8-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Command Line Interface 1.14.2 [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 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 65 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/heartbeat/HeartBeat.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/heartbeat/HeartBeat.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/heartbeat/HeartBeat.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-cli --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-cli --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-cli --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.2.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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.14.2/appng-cli-1.14.2.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.14.2/appng-cli-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.14.2/appng-cli-1.14.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tag Library 1.14.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-taglib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-taglib --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-taglib --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-taglib --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-taglib --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-taglib --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.2.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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2.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.14.2/appng-taglib-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application 1.14.2 [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.14.2] [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.14.2] [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.14.2] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp] [INFO] Webapp assembled in [194 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.2.war [INFO] [INFO] --- maven-dependency-plugin:3.0.1:copy-dependencies (default) @ appng-application --- [INFO] Copying jcip-annotations-1.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jcip-annotations-1.0.jar [INFO] Copying bzip2-0.9.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bzip2-0.9.1.jar [INFO] Copying spring-orm-4.3.9.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-orm-4.3.9.RELEASE.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 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 spring-oxm-4.3.9.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-oxm-4.3.9.RELEASE.jar [INFO] Copying language-detector-0.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/language-detector-0.5.jar [INFO] Copying appng-tomcat7-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tomcat7-1.14.2.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 freemarker-2.3.23.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/freemarker-2.3.23.jar [INFO] Copying lucene-queries-6.6.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-queries-6.6.0.jar [INFO] Copying spring-webmvc-4.3.9.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-webmvc-4.3.9.RELEASE.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 spring-data-envers-1.1.4.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-data-envers-1.1.4.RELEASE.jar [INFO] Copying lucene-analyzers-common-6.6.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-analyzers-common-6.6.0.jar [INFO] Copying appng-tomcat8-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tomcat8-1.14.2.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 apache-mime4j-dom-0.7.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/apache-mime4j-dom-0.7.2.jar [INFO] Copying appng-taglib-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-taglib-1.14.2.jar [INFO] Copying c3p0-0.9.1.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/c3p0-0.9.1.1.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 mail-1.4.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/mail-1.4.5.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-persistence-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-persistence-1.14.2.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 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 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 jackson-core-2.9.0.pr4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackson-core-2.9.0.pr4.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-jdbc-4.3.9.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-jdbc-4.3.9.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 lucene-sandbox-6.6.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-sandbox-6.6.0.jar [INFO] Copying tika-parsers-1.15.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/tika-parsers-1.15.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 spring-web-4.3.9.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-web-4.3.9.RELEASE.jar [INFO] Copying log4j-1.2.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/log4j-1.2.17.jar [INFO] Copying appng-api-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-api-1.14.2.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 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 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 spring-expression-4.3.9.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-expression-4.3.9.RELEASE.jar [INFO] Copying json-20140107.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/json-20140107.jar [INFO] Copying javax.ws.rs-api-2.0.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/javax.ws.rs-api-2.0.1.jar [INFO] Copying cdm-4.5.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/cdm-4.5.5.jar [INFO] Copying httpmime-4.2.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/httpmime-4.2.6.jar [INFO] Copying appng-cli-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-cli-1.14.2.jar [INFO] Copying jj2000-5.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jj2000-5.2.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 bsh-core-2.0b4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bsh-core-2.0b4.jar [INFO] Copying gson-2.2.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/gson-2.2.4.jar [INFO] Copying appng-mail-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-mail-1.14.2.jar [INFO] Copying spring-aop-4.3.9.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-aop-4.3.9.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 lyra-0.5.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lyra-0.5.4.jar [INFO] Copying unbescape-1.1.4.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/unbescape-1.1.4.RELEASE.jar [INFO] Copying commons-configuration-1.10.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-configuration-1.10.jar [INFO] Copying jackson-databind-2.9.0.pr4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackson-databind-2.9.0.pr4.jar [INFO] Copying hibernate-core-5.2.10.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-core-5.2.10.Final.jar [INFO] Copying commons-compress-1.14.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-compress-1.14.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 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 poi-scratchpad-3.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/poi-scratchpad-3.16.jar [INFO] Copying tagsoup-1.2.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/tagsoup-1.2.1.jar [INFO] Copying xmlbeans-2.6.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xmlbeans-2.6.0.jar [INFO] Copying spring-security-web-4.2.3.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-security-web-4.2.3.RELEASE.jar [INFO] Copying commons-collections-3.2.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-collections-3.2.2.jar [INFO] Copying slf4j-api-1.7.25.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/slf4j-api-1.7.25.jar [INFO] Copying HikariCP-2.6.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/HikariCP-2.6.3.jar [INFO] Copying lucene-core-6.6.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-core-6.6.0.jar [INFO] Copying thymeleaf-spring4-3.0.6.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/thymeleaf-spring4-3.0.6.RELEASE.jar [INFO] Copying thymeleaf-3.0.6.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/thymeleaf-3.0.6.RELEASE.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 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 amqp-client-4.1.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/amqp-client-4.1.0.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 poi-ooxml-3.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/poi-ooxml-3.16.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 spring-context-4.3.9.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-context-4.3.9.RELEASE.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 xom-1.2.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xom-1.2.5.jar [INFO] Copying tika-core-1.15.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/tika-core-1.15.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 httpcore-4.4.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/httpcore-4.4.6.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 validation-api-1.1.0.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/validation-api-1.1.0.Final.jar [INFO] Copying annotations-12.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/annotations-12.0.jar [INFO] Copying lucene-facet-6.6.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-facet-6.6.0.jar [INFO] Copying regexp-1.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/regexp-1.3.jar [INFO] Copying sentiment-analysis-parser-0.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sentiment-analysis-parser-0.1.jar [INFO] Copying appng-search-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-search-1.14.2.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 jackcess-encrypt-2.1.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackcess-encrypt-2.1.1.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 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 jsonic-1.2.11.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jsonic-1.2.11.jar [INFO] Copying byte-buddy-1.6.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/byte-buddy-1.6.6.jar [INFO] Copying hibernate-validator-5.4.1.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-validator-5.4.1.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 commons-collections4-4.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-collections4-4.1.jar [INFO] Copying wsdl4j-1.6.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/wsdl4j-1.6.3.jar [INFO] Copying commons-codec-1.10.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-codec-1.10.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 poi-ooxml-schemas-3.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/poi-ooxml-schemas-3.16.jar [INFO] Copying apache-mime4j-core-0.7.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/apache-mime4j-core-0.7.2.jar [INFO] Copying tika-langdetect-1.13.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/tika-langdetect-1.13.jar [INFO] Copying spring-tx-4.3.9.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-tx-4.3.9.RELEASE.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 spring-context-support-4.3.9.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-context-support-4.3.9.RELEASE.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 appng-xmlapi-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-xmlapi-1.14.2.jar [INFO] Copying jsoup-1.10.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jsoup-1.10.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 lucene-memory-6.6.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-memory-6.6.0.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 lucene-highlighter-6.6.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-highlighter-6.6.0.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 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 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 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 poi-3.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/poi-3.16.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 jdbc-perf-logger-driver-0.7.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jdbc-perf-logger-driver-0.7.3.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 udunits-4.5.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/udunits-4.5.5.jar [INFO] Copying lucene-queryparser-6.6.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-queryparser-6.6.0.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 hibernate-envers-5.2.10.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-envers-5.2.10.Final.jar [INFO] Copying spring-data-commons-1.13.4.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-data-commons-1.13.4.RELEASE.jar [INFO] Copying spring-data-jpa-1.11.4.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-data-jpa-1.11.4.RELEASE.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 quartz-2.2.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/quartz-2.2.3.jar [INFO] Copying appng-forms-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-forms-1.14.2.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-join-6.6.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-join-6.6.0.jar [INFO] Copying commons-io-2.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-io-2.5.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 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 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 appng-formtags-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-formtags-1.14.2.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 jackson-annotations-2.9.0.pr4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackson-annotations-2.9.0.pr4.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 appng-core-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-core-1.14.2.jar [INFO] Copying guava-22.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/guava-22.0.jar [INFO] Copying spring-beans-4.3.9.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-beans-4.3.9.RELEASE.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 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-tools-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tools-1.14.2.jar [INFO] Copying jackcess-2.1.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackcess-2.1.4.jar [INFO] Copying spring-core-4.3.9.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-core-4.3.9.RELEASE.jar [INFO] Copying hibernate-entitymanager-5.2.10.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-entitymanager-5.2.10.Final.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] [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.14.2-dependencies-20170727-1346.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.14.2-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.14.2.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.14.2/appng-application-1.14.2.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.14.2/appng-application-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.2-dependencies-20170727-1346.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.14.2/appng-application-1.14.2.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.14.2/appng-application-1.14.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application BOM 1.14.2 [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.14.2/appng-application-bom-1.14.2.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Documentation 1.14.2 [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.14.2.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 8 resources [INFO] Copying file appng.css [INFO] Copying file images/application-processing.jpg [INFO] Copying file images/appng.png [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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2.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.14.2/appng-documentation-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2-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 8 resources [INFO] Copying file appng.css [INFO] Copying file images/application-processing.jpg [INFO] Copying file images/appng.png [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.14.2 [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.14.2.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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2.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.14.2/appng-template-assembly-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Parent 1.14.2 [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.14.2/appng-template-parent-1.14.2.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng-application-assembly 1.14.2 [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.14.2.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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2.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.14.2/appng-application-assembly-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application parent 1.14.2 [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.14.2/appng-application-parent-1.14.2.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Archetype - appng-archetype-application 1.14.2 [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.14.2.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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2.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.14.2/appng-archetype-application-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer JAXB API 1.14.2 [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/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 34 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.14.2.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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2.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.14.2/appng-appngizer-jaxb-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer 1.14.2 [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.14.2] [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.14.2] [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.14.2] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp] [INFO] Webapp assembled in [33 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.2.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 46 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-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 46 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-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 46 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-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 46 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-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 46 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-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 46 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-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.14.2-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.14.2.war to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2.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.14.2/appng-appngizer-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG appNGizer Maven Plugin 1.14.2 [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.14.2.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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2.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.14.2/appng-appngizer-maven-plugin-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] appNG Parent ....................................... SUCCESS [ 0.458 s] [INFO] appNG Tools ........................................ SUCCESS [ 1.506 s] [INFO] appNG Mail ......................................... SUCCESS [ 0.174 s] [INFO] appNG Forms ........................................ SUCCESS [ 0.328 s] [INFO] appng Formtags ..................................... SUCCESS [ 0.273 s] [INFO] appNG XML-API ...................................... SUCCESS [ 1.921 s] [INFO] appNG public API ................................... SUCCESS [ 1.093 s] [INFO] appNG testsupport .................................. SUCCESS [ 0.245 s] [INFO] appNG Persistence-Tools ............................ SUCCESS [ 0.258 s] [INFO] appNG Search ....................................... SUCCESS [ 0.462 s] [INFO] appNG Core Library ................................. SUCCESS [ 1.327 s] [INFO] appNG Tomcat 7 ..................................... SUCCESS [ 0.195 s] [INFO] appNG Tomcat 8 ..................................... SUCCESS [ 0.159 s] [INFO] appNG Command Line Interface ....................... SUCCESS [ 0.343 s] [INFO] appNG Tag Library .................................. SUCCESS [ 0.399 s] [INFO] appNG Application .................................. SUCCESS [ 3.931 s] [INFO] appNG application BOM .............................. SUCCESS [ 0.042 s] [INFO] appNG Documentation ................................ SUCCESS [ 24.474 s] [INFO] appNG Template Assembly Descriptors ................ SUCCESS [ 0.034 s] [INFO] appNG Template Parent .............................. SUCCESS [ 0.008 s] [INFO] appng-application-assembly ......................... SUCCESS [ 0.026 s] [INFO] appNG application parent ........................... SUCCESS [ 0.002 s] [INFO] Archetype - appng-archetype-application ............ SUCCESS [ 0.051 s] [INFO] appNGizer JAXB API ................................. SUCCESS [ 1.049 s] [INFO] appNGizer .......................................... SUCCESS [ 20.428 s] [INFO] appNG appNGizer Maven Plugin ....................... SUCCESS [ 0.953 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:00 min [INFO] Finished at: 2017-07-27T15:47:02+02:00 [INFO] Final Memory: 266M/1517M [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 26 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 26 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] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Parent 1.14.2 [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.14.2 [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.14.2 [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.14.2 [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-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.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... 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/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/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/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/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/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/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/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/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/ProxyHandler.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/ProxyHandler.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/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/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/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/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/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/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/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/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/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... 2 warnings [WARNING] Javadoc Warnings [WARNING] /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/RepositoryImpl.java:393: warning - Tag @see:illegal character: "123" in "{@link #getTrustedCertChain()}" [WARNING] /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/RepositoryImpl.java:393: warning - Tag @see:illegal character: "64" in "{@link #getTrustedCertChain()}" [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.14.2/appng-parent-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/target/appng-parent-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-parent/1.14.2/appng-parent-1.14.2.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.4-03 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.14.2/appng-parent-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/target/appng-parent-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-parent/1.14.2/appng-parent-1.14.2.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 1.14.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 16 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 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: 4.428 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 2017-07-27 15:48:02,617 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-05-23 http://www.imagemagick.org 2017-07-27 15:48:02,752 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-05-23 http://www.imagemagick.org 2017-07-27 15:48:02,760 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-05-23 http://www.imagemagick.org 2017-07-27 15:48:02,860 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-05-23 http://www.imagemagick.org 2017-07-27 15:48:02,868 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-05-23 http://www.imagemagick.org 2017-07-27 15:48:02,949 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-05-23 http://www.imagemagick.org 2017-07-27 15:48:03,019 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-05-23 http://www.imagemagick.org 2017-07-27 15:48:03,094 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-05-23 http://www.imagemagick.org 2017-07-27 15:48:03,192 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-05-23 http://www.imagemagick.org [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.858 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.001 s - in org.appng.tools.markup.XHTMLTest [INFO] Running org.appng.tools.file.MagicByteCheckTest 2017-07-27 15:48:03,346 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.003 2017-07-27 15:48:03,352 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.005 2017-07-27 15:48:03,353 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2017-07-27 15:48:03,355 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2017-07-27 15:48:03,358 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (png) is not identical with file extension for file jpg 2017-07-27 15:48:03,358 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.002 2017-07-27 15:48:03,360 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file gif 2017-07-27 15:48:03,360 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2017-07-27 15:48:03,361 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file png 2017-07-27 15:48:03,362 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2017-07-27 15:48:03,363 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file pdf 2017-07-27 15:48:03,363 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.034 s - in org.appng.tools.file.MagicByteCheckTest [INFO] Running org.appng.tools.os.CommandTest 2017-07-27 15:48:03,367 DEBUG [main] org.appng.tools.os.Command : executing: 'ls' [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.147 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.002 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.039 s - in org.appng.tools.ui.StringNormalizerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 31, 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.14.2.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-tools --- [WARNING] Error fetching link: https://github.com/FasterXML/jackson-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/FasterXML/jackson/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/FasterXML/jackson/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://sourceforge.net/projects/im4java/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://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.14.2-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.14.2 [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.14.2 [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.14.2 [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-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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.14.2/appng-tools-1.14.2.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.14.2/appng-tools-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.14.2/appng-tools-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.14.2/appng-tools-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.14.2/appng-tools-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.14.2/appng-tools-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.14.2/appng-tools-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.14.2/appng-tools-1.14.2-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.4-03 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.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.14.2/appng-tools-1.14.2.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.14.2/appng-tools-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.14.2/appng-tools-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.14.2/appng-tools-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.14.2/appng-tools-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.14.2/appng-tools-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.14.2/appng-tools-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.14.2/appng-tools-1.14.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Mail 1.14.2 [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.186 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.14.2.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.14.2-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.14.2 [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.14.2 [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.14.2 [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-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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.14.2/appng-mail-1.14.2.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.14.2/appng-mail-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.14.2/appng-mail-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.14.2/appng-mail-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.14.2/appng-mail-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.14.2/appng-mail-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.14.2/appng-mail-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.14.2/appng-mail-1.14.2-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.4-03 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.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.14.2/appng-mail-1.14.2.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.14.2/appng-mail-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.14.2/appng-mail-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.14.2/appng-mail-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.14.2/appng-mail-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.14.2/appng-mail-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.14.2/appng-mail-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.14.2/appng-mail-1.14.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Forms 1.14.2 [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.215 s - in org.appng.forms.XSSUtilTest [INFO] Running org.appng.forms.FormRequestTest 2017-07-27 15:48:57,323 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2017-07-27 15:48:57,324 DEBUG [main] org.appng.forms.impl.RequestBean: content type: null 2017-07-27 15:48:57,324 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2017-07-27 15:48:57,324 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2017-07-27 15:48:57,325 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2017-07-27 15:48:57,325 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2017-07-27 15:48:57,327 DEBUG [main] org.appng.forms.impl.RequestBean: request method: GET 2017-07-27 15:48:57,332 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo is multi-valued 2017-07-27 15:48:57,332 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo = [bar, 42] 2017-07-27 15:48:57,332 TRACE [main] org.appng.forms.impl.RequestBean: parameter 'foo' is multi-valued, discarding value(s) [42] 2017-07-27 15:48:57,343 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2017-07-27 15:48:57,343 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2017-07-27 15:48:57,343 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2017-07-27 15:48:57,344 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2017-07-27 15:48:57,344 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2017-07-27 15:48:57,344 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2017-07-27 15:48:57,345 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2017-07-27 15:48:57,378 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2017-07-27 15:48:57,380 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_36.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) 2017-07-27 15:48:57,394 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2017-07-27 15:48:57,394 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2017-07-27 15:48:57,394 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2017-07-27 15:48:57,394 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2017-07-27 15:48:57,394 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2017-07-27 15:48:57,395 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2017-07-27 15:48:57,395 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2017-07-27 15:48:57,399 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2017-07-27 15:48:57,401 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_37.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s - in org.appng.forms.FormRequestTest [INFO] Running org.appng.forms.RequestTest 2017-07-27 15:48:57,404 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar 2017-07-27 15:48:57,405 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter john:doe 2017-07-27 15:48:57,406 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.003 s - in org.appng.forms.FormUploadTest [INFO] Running org.appng.el.ExpressionEvaluatorTest 2017-07-27 15:48:57,441 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-27 15:48:57,441 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-27 15:48:57,441 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-27 15:48:57,441 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-27 15:48:57,461 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq 5 ? 'is five' : 'is not five'} = is five [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,462 DEBUG [main] org.appng.el.ExpressionEvaluator: ${b eq 5 ? 'is five' : 'is not five'} = is not five [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,462 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq null ? 'is null': 'is not null'} = is not null [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,463 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null ? 'is null': 'is not null'} = is null [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,463 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-27 15:48:57,463 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-27 15:48:57,464 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo'] eq 'bar'} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2017-07-27 15:48:57,464 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo']} = bar [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2017-07-27 15:48:57,465 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-27 15:48:57,465 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-27 15:48:57,465 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':asList' with method 'public static java.util.List org.appng.el.ExpressionEvaluatorTest.asList(java.lang.Object[]), 2017-07-27 15:48:57,466 DEBUG [main] org.appng.el.ExpressionEvaluator: ${asList(args)} = [1, 4, 56.0] [(args = [Ljava.lang.Object;@5ccddd20), (a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,467 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-27 15:48:57,467 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-27 15:48:57,467 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] == 1} = true [(a = 5), (b = 6), (numbers = [I@1ed1993a), (SESSION = {foo=5})] 2017-07-27 15:48:57,468 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] + numbers[3]} = 5 [(a = 5), (b = 6), (numbers = [I@1ed1993a), (SESSION = {foo=5})] 2017-07-27 15:48:57,469 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-27 15:48:57,469 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-27 15:48:57,473 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)] 2017-07-27 15:48:57,473 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)] 2017-07-27 15:48:57,474 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)] 2017-07-27 15:48:57,474 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)] 2017-07-27 15:48:57,475 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)] 2017-07-27 15:48:57,475 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)] 2017-07-27 15:48:57,476 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)] 2017-07-27 15:48:57,476 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)] 2017-07-27 15:48:57,476 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':size' with method 'public static int org.appng.el.ExpressionEvaluatorTest.size(java.util.Collection), 2017-07-27 15:48:57,477 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)] 2017-07-27 15:48:57,477 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-27 15:48:57,477 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-27 15:48:57,477 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-27 15:48:57,477 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-27 15:48:57,477 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'site-id' of type 'java.lang.String' to value '' 2017-07-27 15:48:57,478 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id eq ''} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] true 2017-07-27 15:48:57,478 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id} = 0 [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] 0 2017-07-27 15:48:57,479 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-27 15:48:57,479 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-27 15:48:57,479 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] true 2017-07-27 15:48:57,480 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-27 15:48:57,480 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-27 15:48:57,480 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,480 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq c} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,480 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq null} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,481 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-27 15:48:57,481 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-27 15:48:57,481 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.String' to value '1' 2017-07-27 15:48:57,481 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A' of type 'java.lang.String' to value '3' 2017-07-27 15:48:57,481 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'ab' of type 'java.lang.String' to value '5' 2017-07-27 15:48:57,481 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB' of type 'java.lang.String' to value '6' 2017-07-27 15:48:57,481 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-27 15:48:57,481 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_b' of type 'java.lang.String' to value '7' 2017-07-27 15:48:57,481 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_' of type 'java.lang.String' to value '2' 2017-07-27 15:48:57,481 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A_' of type 'java.lang.String' to value '4' 2017-07-27 15:48:57,481 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB_' of type 'java.lang.String' to value '8' 2017-07-27 15:48:57,482 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)] 2017-07-27 15:48:57,484 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)] 2017-07-27 15:48:57,488 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)] 2017-07-27 15:48:57,488 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)] 2017-07-27 15:48:57,488 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)] 2017-07-27 15:48:57,489 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)] 2017-07-27 15:48:57,489 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)] 2017-07-27 15:48:57,489 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)] 2017-07-27 15:48:57,489 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-27 15:48:57,489 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-27 15:48:57,490 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a == b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,490 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a < b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,491 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a <= b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,492 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a > b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,492 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a >= b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,492 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,493 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a ne b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,493 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a lt b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,493 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a gt b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,494 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-27 15:48:57,494 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-27 15:48:57,494 DEBUG [main] org.appng.el.ExpressionEvaluator: ${uizuihm eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,495 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-27 15:48:57,495 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-27 15:48:57,495 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,496 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,496 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,496 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-27 15:48:57,496 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-27 15:48:57,498 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-27 15:48:57,500 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-27 15:48:57,500 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':max' with method 'public static int java.lang.Math.max(int,int), 2017-07-27 15:48:57,500 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':min' with method 'public static int java.lang.Math.min(int,int), 2017-07-27 15:48:57,501 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':sqrt' with method 'public static double java.lang.Math.sqrt(double), 2017-07-27 15:48:57,501 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function 'ait:sqrt' with method 'public static double java.lang.Math.sqrt(double), 2017-07-27 15:48:57,501 DEBUG [main] org.appng.el.ExpressionEvaluator: ${min(a,b)} = 5 [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,502 DEBUG [main] org.appng.el.ExpressionEvaluator: ${max(a,b)} = 6 [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,502 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a-b} = -1 [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,503 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a+b} = 11 [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,504 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a*b} = 30 [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,505 DEBUG [main] org.appng.el.ExpressionEvaluator: ${(a*a) - (b/b)} = 24 [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,505 DEBUG [main] org.appng.el.ExpressionEvaluator: ${sqrt(25)} = 5.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,506 DEBUG [main] org.appng.el.ExpressionEvaluator: ${ait:sqrt(36)} = 6.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,506 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-27 15:48:57,506 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-27 15:48:57,507 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,507 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['foo'] eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,508 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo ne null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,508 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['bar'] eq 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,509 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.bar eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,512 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-27 15:48:57,512 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-27 15:48:57,514 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a.toString() == 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,515 DEBUG [main] org.appng.el.ExpressionEvaluator: ${b.toString() == 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,515 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-27 15:48:57,515 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-27 15:48:57,515 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,516 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-27 15:48:57,516 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.108 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.14.2.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.14.2-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.14.2 [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.14.2 [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.14.2 [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-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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.14.2/appng-forms-1.14.2.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.14.2/appng-forms-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.14.2/appng-forms-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.14.2/appng-forms-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.14.2/appng-forms-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.14.2/appng-forms-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.14.2/appng-forms-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.14.2/appng-forms-1.14.2-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.4-03 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.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.14.2/appng-forms-1.14.2.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.14.2/appng-forms-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.14.2/appng-forms-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.14.2/appng-forms-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.14.2/appng-forms-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.14.2/appng-forms-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.14.2/appng-forms-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.14.2/appng-forms-1.14.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng Formtags 1.14.2 [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 2017-07-27 15:49:27,971 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:27,972 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:27,972 [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), 2017-07-27 15:49:27,972 [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), 2017-07-27 15:49:27,972 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:27,972 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:27,972 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:27,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:27,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:27,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:27,973 [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), 2017-07-27 15:49:27,973 [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), 2017-07-27 15:49:27,973 [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), 2017-07-27 15:49:27,973 [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), 2017-07-27 15:49:27,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:27,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:27,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:27,973 [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), 2017-07-27 15:49:27,992 [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})] 2017-07-27 15:49:27,992 [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})] 2017-07-27 15:49:27,993 [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})] 2017-07-27 15:49:27,993 [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})] 2017-07-27 15:49:27,995 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:27,995 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:27,995 [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), 2017-07-27 15:49:27,995 [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), 2017-07-27 15:49:27,995 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:27,995 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:27,996 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:27,996 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:27,996 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:27,996 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:27,996 [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), 2017-07-27 15:49:27,996 [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), 2017-07-27 15:49:27,996 [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), 2017-07-27 15:49:27,996 [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), 2017-07-27 15:49:27,996 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:27,996 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:27,996 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:27,996 [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), 2017-07-27 15:49:27,998 [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})] 2017-07-27 15:49:27,998 [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})] 2017-07-27 15:49:27,999 [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})] 2017-07-27 15:49:27,999 [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})] 2017-07-27 15:49:28,000 [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})] 2017-07-27 15:49:28,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,001 [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), 2017-07-27 15:49:28,001 [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), 2017-07-27 15:49:28,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,002 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,002 [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), 2017-07-27 15:49:28,002 [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), 2017-07-27 15:49:28,002 [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), 2017-07-27 15:49:28,002 [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), 2017-07-27 15:49:28,002 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,002 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,002 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,002 [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), 2017-07-27 15:49:28,003 [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})] 2017-07-27 15:49:28,003 [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})] 2017-07-27 15:49:28,004 [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})] 2017-07-27 15:49:28,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,005 [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), 2017-07-27 15:49:28,005 [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), 2017-07-27 15:49:28,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,006 [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), 2017-07-27 15:49:28,006 [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), 2017-07-27 15:49:28,006 [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), 2017-07-27 15:49:28,006 [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), 2017-07-27 15:49:28,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,006 [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), 2017-07-27 15:49:28,007 [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})] 2017-07-27 15:49:28,007 [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})] 2017-07-27 15:49:28,008 [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})] 2017-07-27 15:49:28,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,009 [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), 2017-07-27 15:49:28,009 [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), 2017-07-27 15:49:28,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,009 [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), 2017-07-27 15:49:28,010 [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), 2017-07-27 15:49:28,010 [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), 2017-07-27 15:49:28,010 [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), 2017-07-27 15:49:28,010 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,010 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,010 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,010 [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), 2017-07-27 15:49:28,011 [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})] 2017-07-27 15:49:28,016 [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})] 2017-07-27 15:49:28,017 [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})] 2017-07-27 15:49:28,019 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,019 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,020 [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), 2017-07-27 15:49:28,020 [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), 2017-07-27 15:49:28,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,021 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,021 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,021 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,021 [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), 2017-07-27 15:49:28,022 [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), 2017-07-27 15:49:28,022 [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), 2017-07-27 15:49:28,022 [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), 2017-07-27 15:49:28,022 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,024 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,024 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,025 [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), 2017-07-27 15:49:28,026 [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})] 2017-07-27 15:49:28,027 [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})] 2017-07-27 15:49:28,028 [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})] 2017-07-27 15:49:28,029 [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})] 2017-07-27 15:49:28,030 [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})] 2017-07-27 15:49:28,031 [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})] 2017-07-27 15:49:28,032 [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})] 2017-07-27 15:49:28,033 [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})] 2017-07-27 15:49:28,034 [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})] 2017-07-27 15:49:28,035 [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})] 2017-07-27 15:49:28,037 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,037 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,037 [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), 2017-07-27 15:49:28,038 [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), 2017-07-27 15:49:28,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,039 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,039 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,039 [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), 2017-07-27 15:49:28,039 [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), 2017-07-27 15:49:28,039 [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), 2017-07-27 15:49:28,039 [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), 2017-07-27 15:49:28,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,041 [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), 2017-07-27 15:49:28,043 [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})] 2017-07-27 15:49:28,044 [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})] 2017-07-27 15:49:28,045 [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})] 2017-07-27 15:49:28,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,048 [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), 2017-07-27 15:49:28,048 [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), 2017-07-27 15:49:28,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,049 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,049 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,049 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,049 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,049 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,049 [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), 2017-07-27 15:49:28,050 [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), 2017-07-27 15:49:28,050 [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), 2017-07-27 15:49:28,050 [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), 2017-07-27 15:49:28,050 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,050 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,050 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,051 [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), 2017-07-27 15:49:28,051 [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})] 2017-07-27 15:49:28,052 [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})] 2017-07-27 15:49:28,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,054 [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), 2017-07-27 15:49:28,054 [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), 2017-07-27 15:49:28,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,054 [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), 2017-07-27 15:49:28,054 [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), 2017-07-27 15:49:28,054 [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), 2017-07-27 15:49:28,054 [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), 2017-07-27 15:49:28,055 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,055 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,055 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,055 [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), 2017-07-27 15:49:28,062 [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})] 2017-07-27 15:49:28,063 [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})] 2017-07-27 15:49:28,064 [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})] 2017-07-27 15:49:28,064 [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})] 2017-07-27 15:49:28,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,066 [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), 2017-07-27 15:49:28,066 [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), 2017-07-27 15:49:28,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,067 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,067 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,067 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,067 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,067 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,067 [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), 2017-07-27 15:49:28,067 [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), 2017-07-27 15:49:28,068 [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), 2017-07-27 15:49:28,068 [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), 2017-07-27 15:49:28,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,068 [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), 2017-07-27 15:49:28,069 [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})] 2017-07-27 15:49:28,070 [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})] 2017-07-27 15:49:28,070 [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})] 2017-07-27 15:49:28,071 [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})] 2017-07-27 15:49:28,071 [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})] 2017-07-27 15:49:28,072 [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})] 2017-07-27 15:49:28,072 [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})] 2017-07-27 15:49:28,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,074 [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), 2017-07-27 15:49:28,074 [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), 2017-07-27 15:49:28,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,075 [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), 2017-07-27 15:49:28,075 [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), 2017-07-27 15:49:28,075 [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), 2017-07-27 15:49:28,076 [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), 2017-07-27 15:49:28,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,076 [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), 2017-07-27 15:49:28,077 [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})] 2017-07-27 15:49:28,077 [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})] 2017-07-27 15:49:28,078 [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})] 2017-07-27 15:49:28,078 [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})] 2017-07-27 15:49:28,079 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,080 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,080 [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), 2017-07-27 15:49:28,080 [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), 2017-07-27 15:49:28,080 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,080 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,080 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,080 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,080 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,081 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,081 [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), 2017-07-27 15:49:28,081 [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), 2017-07-27 15:49:28,081 [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), 2017-07-27 15:49:28,081 [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), 2017-07-27 15:49:28,081 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,081 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,081 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,082 [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), 2017-07-27 15:49:28,082 [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})] 2017-07-27 15:49:28,083 [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})] 2017-07-27 15:49:28,084 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,084 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,084 [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), 2017-07-27 15:49:28,084 [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), 2017-07-27 15:49:28,084 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,084 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,085 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,085 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,085 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,085 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,085 [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), 2017-07-27 15:49:28,085 [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), 2017-07-27 15:49:28,085 [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), 2017-07-27 15:49:28,085 [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), 2017-07-27 15:49:28,086 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,086 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,086 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,086 [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), 2017-07-27 15:49:28,086 [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})] 2017-07-27 15:49:28,087 [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})] 2017-07-27 15:49:28,088 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,088 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,088 [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), 2017-07-27 15:49:28,088 [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), 2017-07-27 15:49:28,089 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,089 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,089 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,089 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,089 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,089 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,089 [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), 2017-07-27 15:49:28,089 [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), 2017-07-27 15:49:28,090 [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), 2017-07-27 15:49:28,090 [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), 2017-07-27 15:49:28,090 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,090 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,090 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,090 [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), 2017-07-27 15:49:28,091 [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})] 2017-07-27 15:49:28,091 [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})] 2017-07-27 15:49:28,092 [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})] 2017-07-27 15:49:28,092 [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})] 2017-07-27 15:49:28,093 [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})] 2017-07-27 15:49:28,094 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,095 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,095 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-27 15:49:28,095 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-27 15:49:28,095 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,095 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,095 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,095 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,095 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,096 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,096 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-27 15:49:28,096 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-27 15:49:28,096 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-27 15:49:28,096 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-27 15:49:28,096 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,096 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,096 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,096 [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), 2017-07-27 15:49:28,097 [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})] 2017-07-27 15:49:28,097 [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})] 2017-07-27 15:49:28,098 [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})] 2017-07-27 15:49:28,098 [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})] 2017-07-27 15:49:28,098 [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})] 2017-07-27 15:49:28,100 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,100 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,100 [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), 2017-07-27 15:49:28,100 [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), 2017-07-27 15:49:28,101 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,101 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,101 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,101 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,101 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,101 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,101 [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), 2017-07-27 15:49:28,101 [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), 2017-07-27 15:49:28,102 [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), 2017-07-27 15:49:28,102 [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), 2017-07-27 15:49:28,102 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,102 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,102 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,102 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-27 15:49:28,103 [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})] 2017-07-27 15:49:28,103 [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})] 2017-07-27 15:49:28,104 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,104 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,104 [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), 2017-07-27 15:49:28,105 [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), 2017-07-27 15:49:28,105 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,105 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,105 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,105 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,105 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,105 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,105 [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), 2017-07-27 15:49:28,105 [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), 2017-07-27 15:49:28,106 [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), 2017-07-27 15:49:28,106 [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), 2017-07-27 15:49:28,106 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,106 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,106 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,106 [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), 2017-07-27 15:49:28,107 [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})] 2017-07-27 15:49:28,107 [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})] 2017-07-27 15:49:28,108 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,108 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,108 [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), 2017-07-27 15:49:28,109 [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), 2017-07-27 15:49:28,109 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,109 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,109 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,109 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,109 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,109 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,109 [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), 2017-07-27 15:49:28,109 [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), 2017-07-27 15:49:28,110 [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), 2017-07-27 15:49:28,110 [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), 2017-07-27 15:49:28,110 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,110 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,110 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,110 [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), 2017-07-27 15:49:28,111 [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})] 2017-07-27 15:49:28,111 [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})] 2017-07-27 15:49:28,112 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,112 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,112 [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), 2017-07-27 15:49:28,112 [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), 2017-07-27 15:49:28,113 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,113 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,113 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,113 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,113 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,113 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,113 [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), 2017-07-27 15:49:28,113 [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), 2017-07-27 15:49:28,114 [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), 2017-07-27 15:49:28,114 [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), 2017-07-27 15:49:28,114 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,114 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,114 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,114 [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), 2017-07-27 15:49:28,115 [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})] 2017-07-27 15:49:28,115 [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})] 2017-07-27 15:49:28,116 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,116 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,117 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-27 15:49:28,117 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-27 15:49:28,117 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,117 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,117 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,117 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,117 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,117 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,117 [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), 2017-07-27 15:49:28,118 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-27 15:49:28,118 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-27 15:49:28,118 [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), 2017-07-27 15:49:28,118 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,118 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,118 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,118 [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), 2017-07-27 15:49:28,119 [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})] 2017-07-27 15:49:28,119 [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})] 2017-07-27 15:49:28,119 [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})] 2017-07-27 15:49:28,120 [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.476 s - in org.appng.formtags.RuleValidationTest [INFO] Running org.appng.formtags.FormElementRuleTest 2017-07-27 15:49:28,144 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,144 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,145 [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), 2017-07-27 15:49:28,145 [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), 2017-07-27 15:49:28,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,145 [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), 2017-07-27 15:49:28,145 [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), 2017-07-27 15:49:28,146 [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), 2017-07-27 15:49:28,146 [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), 2017-07-27 15:49:28,146 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,146 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,146 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,146 [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), 2017-07-27 15:49:28,147 [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 = {})] 2017-07-27 15:49:28,225 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,225 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,225 [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), 2017-07-27 15:49:28,225 [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), 2017-07-27 15:49:28,226 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,226 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,226 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,226 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,226 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,226 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,226 [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), 2017-07-27 15:49:28,226 [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), 2017-07-27 15:49:28,226 [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), 2017-07-27 15:49:28,227 [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), 2017-07-27 15:49:28,227 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,227 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,227 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,227 [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), 2017-07-27 15:49:28,228 [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 = {})] 2017-07-27 15:49:28,229 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,229 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,229 [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), 2017-07-27 15:49:28,229 [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), 2017-07-27 15:49:28,229 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,230 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,230 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,230 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,230 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,230 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,230 [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), 2017-07-27 15:49:28,230 [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), 2017-07-27 15:49:28,230 [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), 2017-07-27 15:49:28,230 [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), 2017-07-27 15:49:28,230 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,231 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,231 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,231 [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), 2017-07-27 15:49:28,231 [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 = {})] 2017-07-27 15:49:28,232 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,233 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,233 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-27 15:49:28,233 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-27 15:49:28,233 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,233 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,233 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,233 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,233 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,234 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,234 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-27 15:49:28,234 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-27 15:49:28,234 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-27 15:49:28,234 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-27 15:49:28,234 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,234 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,234 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,234 [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), 2017-07-27 15:49:28,235 [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 = {})] 2017-07-27 15:49:28,237 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,237 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,237 [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), 2017-07-27 15:49:28,237 [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), 2017-07-27 15:49:28,237 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,237 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,237 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,237 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,238 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,238 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,238 [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), 2017-07-27 15:49:28,238 [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), 2017-07-27 15:49:28,238 [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), 2017-07-27 15:49:28,238 [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), 2017-07-27 15:49:28,238 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,238 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,238 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,238 [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), 2017-07-27 15:49:28,239 [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 = {})] 2017-07-27 15:49:28,241 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,241 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,241 [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), 2017-07-27 15:49:28,241 [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), 2017-07-27 15:49:28,241 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,241 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,241 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,241 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,241 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,241 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,242 [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), 2017-07-27 15:49:28,242 [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), 2017-07-27 15:49:28,242 [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), 2017-07-27 15:49:28,242 [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), 2017-07-27 15:49:28,242 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,242 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,242 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,242 [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), 2017-07-27 15:49:28,243 [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 = {})] 2017-07-27 15:49:28,244 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,244 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,245 [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), 2017-07-27 15:49:28,245 [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), 2017-07-27 15:49:28,245 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,245 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,245 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,245 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,245 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,245 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,245 [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), 2017-07-27 15:49:28,245 [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), 2017-07-27 15:49:28,246 [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), 2017-07-27 15:49:28,246 [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), 2017-07-27 15:49:28,246 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,246 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,246 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,246 [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), 2017-07-27 15:49:28,246 [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 = {})] 2017-07-27 15:49:28,248 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,248 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,248 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-27 15:49:28,248 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-27 15:49:28,248 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,248 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,249 [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), 2017-07-27 15:49:28,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-27 15:49:28,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-27 15:49:28,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-27 15:49:28,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,250 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,250 [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), 2017-07-27 15:49:28,250 [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 = {})] 2017-07-27 15:49:28,252 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,252 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,252 [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), 2017-07-27 15:49:28,252 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-27 15:49:28,252 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,252 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,252 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,252 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,253 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,253 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,253 [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), 2017-07-27 15:49:28,253 [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), 2017-07-27 15:49:28,253 [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), 2017-07-27 15:49:28,253 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-27 15:49:28,253 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,253 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,253 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,253 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-27 15:49:28,254 [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 = {})] 2017-07-27 15:49:28,255 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,255 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,255 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-27 15:49:28,256 [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), 2017-07-27 15:49:28,256 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,256 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,256 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,256 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,256 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,256 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,256 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-27 15:49:28,256 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-27 15:49:28,257 [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), 2017-07-27 15:49:28,257 [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), 2017-07-27 15:49:28,257 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,257 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,257 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,257 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-27 15:49:28,257 [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 = {})] 2017-07-27 15:49:28,259 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,259 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,259 [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), 2017-07-27 15:49:28,259 [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), 2017-07-27 15:49:28,259 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,260 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,260 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,260 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,260 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,260 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,260 [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), 2017-07-27 15:49:28,260 [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), 2017-07-27 15:49:28,260 [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), 2017-07-27 15:49:28,260 [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), 2017-07-27 15:49:28,260 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,260 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,261 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,261 [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), 2017-07-27 15:49:28,261 [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 = {})] 2017-07-27 15:49:28,263 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,263 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,263 [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), 2017-07-27 15:49:28,263 [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), 2017-07-27 15:49:28,263 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,263 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,263 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,263 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,263 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,263 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,264 [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), 2017-07-27 15:49:28,264 [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), 2017-07-27 15:49:28,264 [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), 2017-07-27 15:49:28,264 [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), 2017-07-27 15:49:28,264 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,264 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,264 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,264 [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), 2017-07-27 15:49:28,265 [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 = {})] 2017-07-27 15:49:28,266 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,266 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,266 [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), 2017-07-27 15:49:28,266 [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), 2017-07-27 15:49:28,266 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,267 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,267 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,267 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,267 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,267 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,267 [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), 2017-07-27 15:49:28,267 [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), 2017-07-27 15:49:28,267 [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), 2017-07-27 15:49:28,267 [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), 2017-07-27 15:49:28,267 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,268 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,268 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,268 [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), 2017-07-27 15:49:28,268 [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 = {})] 2017-07-27 15:49:28,270 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,270 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,270 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,270 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,270 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,270 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,271 [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), 2017-07-27 15:49:28,271 [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), 2017-07-27 15:49:28,271 [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), 2017-07-27 15:49:28,271 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,271 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,271 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,271 [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), 2017-07-27 15:49:28,272 [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 = {})] 2017-07-27 15:49:28,273 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,273 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,273 [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), 2017-07-27 15:49:28,273 [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), 2017-07-27 15:49:28,273 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,273 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-27 15:49:28,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-27 15:49:28,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-27 15:49:28,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-27 15:49:28,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,275 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-27 15:49:28,275 [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 = {})] 2017-07-27 15:49:28,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-27 15:49:28,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-27 15:49:28,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,291 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,291 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,291 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,291 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,291 [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), 2017-07-27 15:49:28,291 [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), 2017-07-27 15:49:28,291 [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), 2017-07-27 15:49:28,291 [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), 2017-07-27 15:49:28,291 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,292 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,292 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,292 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-27 15:49:28,292 [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 = {})] 2017-07-27 15:49:28,293 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,293 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,293 [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), 2017-07-27 15:49:28,293 [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), 2017-07-27 15:49:28,293 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,293 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,293 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,294 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,294 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,294 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,294 [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), 2017-07-27 15:49:28,294 [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), 2017-07-27 15:49:28,294 [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), 2017-07-27 15:49:28,294 [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), 2017-07-27 15:49:28,294 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,294 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,294 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,294 [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), 2017-07-27 15:49:28,295 [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 = {})] 2017-07-27 15:49:28,296 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,296 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,296 [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), 2017-07-27 15:49:28,296 [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), 2017-07-27 15:49:28,296 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,296 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,296 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,296 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,296 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-27 15:49:28,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-27 15:49:28,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-27 15:49:28,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-27 15:49:28,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-27 15:49:28,298 [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 = {})] 2017-07-27 15:49:28,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-27 15:49:28,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-27 15:49:28,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-27 15:49:28,300 [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), 2017-07-27 15:49:28,300 [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), 2017-07-27 15:49:28,300 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-27 15:49:28,300 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,300 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,300 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,300 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-27 15:49:28,300 [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 = {})] 2017-07-27 15:49:28,302 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,302 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,302 [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), 2017-07-27 15:49:28,302 [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), 2017-07-27 15:49:28,302 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,302 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,302 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,302 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,302 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,303 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,303 [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), 2017-07-27 15:49:28,303 [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), 2017-07-27 15:49:28,303 [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), 2017-07-27 15:49:28,303 [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), 2017-07-27 15:49:28,303 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,303 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,303 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,303 [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), 2017-07-27 15:49:28,303 [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 = {})] 2017-07-27 15:49:28,304 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,305 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,305 [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), 2017-07-27 15:49:28,305 [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), 2017-07-27 15:49:28,305 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,305 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,305 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,305 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,305 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,305 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,305 [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), 2017-07-27 15:49:28,305 [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), 2017-07-27 15:49:28,305 [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), 2017-07-27 15:49:28,306 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-27 15:49:28,306 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,306 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,306 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,306 [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), 2017-07-27 15:49:28,306 [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 = {})] 2017-07-27 15:49:28,307 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,307 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,307 [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), 2017-07-27 15:49:28,307 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-27 15:49:28,308 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,308 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,308 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,308 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,308 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,308 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,308 [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), 2017-07-27 15:49:28,308 [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), 2017-07-27 15:49:28,308 [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), 2017-07-27 15:49:28,308 [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), 2017-07-27 15:49:28,308 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,308 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,308 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,308 [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), 2017-07-27 15:49:28,308 [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 = {})] 2017-07-27 15:49:28,310 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,310 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,310 [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), 2017-07-27 15:49:28,310 [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), 2017-07-27 15:49:28,310 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,310 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-27 15:49:28,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-27 15:49:28,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-27 15:49:28,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-27 15:49:28,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-27 15:49:28,312 [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 = {})] 2017-07-27 15:49:28,313 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,313 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,313 [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), 2017-07-27 15:49:28,313 [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), 2017-07-27 15:49:28,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-27 15:49:28,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-27 15:49:28,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-27 15:49:28,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-27 15:49:28,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,315 [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), 2017-07-27 15:49:28,315 [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 = {})] 2017-07-27 15:49:28,317 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,317 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,317 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-27 15:49:28,317 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-27 15:49:28,317 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,317 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,317 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,317 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,317 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,317 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-27 15:49:28,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-27 15:49:28,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-27 15:49:28,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-27 15:49:28,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-27 15:49:28,318 [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 = {})] 2017-07-27 15:49:28,319 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,320 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,320 [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), 2017-07-27 15:49:28,320 [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), 2017-07-27 15:49:28,320 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,320 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,320 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,320 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,320 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,320 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,320 [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), 2017-07-27 15:49:28,320 [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), 2017-07-27 15:49:28,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-27 15:49:28,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-27 15:49:28,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-27 15:49:28,321 [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 = {})] 2017-07-27 15:49:28,323 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,323 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,323 [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), 2017-07-27 15:49:28,323 [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), 2017-07-27 15:49:28,323 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,323 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,323 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,323 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,323 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,323 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,323 [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), 2017-07-27 15:49:28,323 [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), 2017-07-27 15:49:28,324 [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), 2017-07-27 15:49:28,324 [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), 2017-07-27 15:49:28,324 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,324 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,324 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,324 [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), 2017-07-27 15:49:28,324 [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 = {})] 2017-07-27 15:49:28,326 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,326 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,326 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,326 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,326 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,326 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,326 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,326 [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), 2017-07-27 15:49:28,326 [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), 2017-07-27 15:49:28,326 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-27 15:49:28,326 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,327 [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 = {})] 2017-07-27 15:49:28,328 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,328 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,328 [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), 2017-07-27 15:49:28,328 [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), 2017-07-27 15:49:28,328 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,328 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-27 15:49:28,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-27 15:49:28,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-27 15:49:28,329 [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), 2017-07-27 15:49:28,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,329 [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), 2017-07-27 15:49:28,329 [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 = {})] 2017-07-27 15:49:28,330 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,331 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,331 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,331 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,331 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,331 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,331 [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), 2017-07-27 15:49:28,331 [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), 2017-07-27 15:49:28,331 [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), 2017-07-27 15:49:28,331 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,331 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,332 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,332 [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 = {})] 2017-07-27 15:49:28,333 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,333 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,333 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-27 15:49:28,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-27 15:49:28,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-27 15:49:28,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-27 15:49:28,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-27 15:49:28,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-27 15:49:28,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-27 15:49:28,334 [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 2017-07-27 15:49:28,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-27 15:49:28,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-27 15:49:28,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-27 15:49:28,341 [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), 2017-07-27 15:49:28,341 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-27 15:49:28,341 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-27 15:49:28,341 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,341 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,341 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,341 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-27 15:49:28,341 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2017-07-27 15:49:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-27 15:49:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-27 15:49:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-27 15:49:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-27 15:49:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-27 15:49:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-27 15:49:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-27 15:49:28,349 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = false [(foobar = 123456), (SESSION = {})] 2017-07-27 15:49:28,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-27 15:49:28,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-27 15:49:28,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-27 15:49:28,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-27 15:49:28,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-27 15:49:28,351 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email(email)} = false [(SESSION = {}), (email = foobar)] 2017-07-27 15:49:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-27 15:49:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-27 15:49:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-27 15:49:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-27 15:49:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-27 15:49:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-27 15:49:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-27 15:49:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = >), (SESSION = {})] 2017-07-27 15:49:28,355 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,355 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,355 [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), 2017-07-27 15:49:28,355 [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), 2017-07-27 15:49:28,355 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,355 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,355 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,355 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,355 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,355 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,355 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,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), 2017-07-27 15:49:28,355 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2017-07-27 15:49:28,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,358 [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), 2017-07-27 15:49:28,358 [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), 2017-07-27 15:49:28,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-27 15:49:28,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-27 15:49:28,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-27 15:49:28,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-27 15:49:28,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-27 15:49:28,358 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2017-07-27 15:49:28,360 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-27 15:49:28,360 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-27 15:49:28,360 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-27 15:49:28,360 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-27 15:49:28,360 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-27 15:49:28,360 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-27 15:49:28,360 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2017-07-27 15:49:28,360 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2017-07-27 15:49:28,360 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2017-07-27 15:49:28,360 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-27 15:49:28,360 [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), 2017-07-27 15:49:28,360 [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), 2017-07-27 15:49:28,360 [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), 2017-07-27 15:49:28,360 [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), 2017-07-27 15:49:28,360 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-27 15:49:28,360 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2017-07-27 15:49:28,360 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2017-07-27 15:49:28,360 [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), 2017-07-27 15:49:28,360 [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.026 s - in org.appng.formtags.FormElementTest [INFO] Running org.appng.formtags.providers.EmailProviderTest 2017-07-27 15:49:28,381 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending emails is enabled 2017-07-27 15:49:28,382 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending mail: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 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.14.2.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.14.2-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.14.2 [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.14.2 [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.14.2 [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-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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2.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.14.2/appng-formtags-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2-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.4-03 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.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2.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.14.2/appng-formtags-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG XML-API 1.14.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-xmlapi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-xmlapi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 125 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-xmlapi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 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 2017-07-27 15:49:44,455 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete 2017-07-27 15:49:44,455 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 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.312 s - in org.appng.xml.ApplicationPropertyConstantCreatorTest [INFO] Running org.appng.xml.MarshallServiceTest 2017-07-27 15:49:44,899 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'. 2017-07-27 15:49:44,899 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'. 2017-07-27 15:49:44,900 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. 2017-07-27 15:49:44,900 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. 2017-07-27 15:49:44,901 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> 2017-07-27 15:49:44,901 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> 2017-07-27 15:49:44,903 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'. 2017-07-27 15:49:44,903 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'. 2017-07-27 15:49:44,905 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. 2017-07-27 15:49:44,905 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. 2017-07-27 15:49:44,905 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'. 2017-07-27 15:49:44,905 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'. 2017-07-27 15:49:44,906 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. 2017-07-27 15:49:44,906 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. 2017-07-27 15:49:44,906 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'. 2017-07-27 15:49:44,906 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'. 2017-07-27 15:49:44,906 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. 2017-07-27 15:49:44,906 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. 2017-07-27 15:49:44,907 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'. 2017-07-27 15:49:44,907 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'. 2017-07-27 15:49:44,907 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. 2017-07-27 15:49:44,907 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. 2017-07-27 15:49:44,908 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'. 2017-07-27 15:49:44,908 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'. 2017-07-27 15:49:44,908 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'. 2017-07-27 15:49:44,908 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'. 2017-07-27 15:49:44,909 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. 2017-07-27 15:49:44,909 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. 2017-07-27 15:49:44,909 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> 2017-07-27 15:49:44,909 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> 2017-07-27 15:49:44,912 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. 2017-07-27 15:49:44,912 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. 2017-07-27 15:49:44,920 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. 2017-07-27 15:49:44,920 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. 2017-07-27 15:49:44,924 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. 2017-07-27 15:49:44,924 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. 2017-07-27 15:49:44,926 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. 2017-07-27 15:49:44,926 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. 2017-07-27 15:49:44,929 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. 2017-07-27 15:49:44,929 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. 2017-07-27 15:49:45,202 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@3541cb24: 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. 2017-07-27 15:49:45,202 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@3541cb24: 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.446 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.14.2.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.14.2-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.14.2 [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.14.2 [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.14.2 [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-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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2.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.14.2/appng-xmlapi-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2-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.4-03 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.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2.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.14.2/appng-xmlapi-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG public API 1.14.2 [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 164 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: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/model/SimpleProperty.java uses or overrides 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 40 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 2017-07-27 15:50:15,360 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneDatasource::datasource 2017-07-27 15:50:15,367 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneDatasource::cloneDatasource 2017-07-27 15:50:15,371 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for enhancedClone::datasource 2017-07-27 15:50:15,374 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override title 2017-07-27 15:50:15,374 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override description 2017-07-27 15:50:15,375 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2017-07-27 15:50:15,375 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add parameter newParam 2017-07-27 15:50:15,375 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add new field foo at position 0 2017-07-27 15:50:15,375 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option testOption 2017-07-27 15:50:15,375 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add linkpanel with id nintendo 2017-07-27 15:50:15,375 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2017-07-27 15:50:15,375 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for overrideBeanClone::datasource 2017-07-27 15:50:15,379 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2017-07-27 15:50:15,379 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override bean id hansolo 2017-07-27 15:50:15,379 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option lucas 2017-07-27 15:50:15,379 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2017-07-27 15:50:15,379 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id jin 2017-07-27 15:50:15,379 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneCloneDatasource::cloneCloneDatasource 2017-07-27 15:50:15,671 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/permissions/permission[@ref='doesNotExist'] 2017-07-27 15:50:15,677 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='bar'] 2017-07-27 15:50:15,686 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='/page?getParam=5&doesNotExist=7'] 2017-07-27 15:50:15,691 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel/permissions/permission[@ref='doesNotExist'] 2017-07-27 15:50:15,695 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='/fizz'] 2017-07-27 15:50:15,701 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='/fizz']/permissions/permission[@ref='doesNotExist'] 2017-07-27 15:50:15,705 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/permissions/permission[@ref='doesNotExist'] 2017-07-27 15:50:15,709 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='bar'] 2017-07-27 15:50:15,713 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='/page?getParam=5&doesNotExist=7'] 2017-07-27 15:50:15,717 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel/permissions/permission[@ref='doesNotExist'] 2017-07-27 15:50:15,721 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='/fizz'] 2017-07-27 15:50:15,725 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='/fizz']/permissions/permission[@ref='doesNotExist'] 2017-07-27 15:50:15,745 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/permissions/permission[@ref='testPermission'] 2017-07-27 15:50:15,748 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel/permissions/permission[@ref='doesNotExist'] 2017-07-27 15:50:15,751 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='/fizz'] 2017-07-27 15:50:15,754 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='/fizz']/permissions/permission[@ref='doesNotExist'] 2017-07-27 15:50:15,756 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='hyrule'] 2017-07-27 15:50:15,759 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/permissions/permission[@ref='doesNotExist'] 2017-07-27 15:50:15,762 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='bar'] 2017-07-27 15:50:15,764 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='/page?getParam=5&doesNotExist=7'] 2017-07-27 15:50:15,767 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel/permissions/permission[@ref='doesNotExist'] 2017-07-27 15:50:15,769 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='/fizz'] 2017-07-27 15:50:15,772 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='/fizz']/permissions/permission[@ref='doesNotExist'] 2017-07-27 15:50:15,802 INFO [main] org.appng.api.support.ConfigValidator: validated application 'application' in 139ms 2017-07-27 15:50:15,850 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'. event.xml: action 'action', option 'id' references the unknown parameter 'doesNotExist'. Valid parameters are: [actionParam2, actionParam1] event.xml: action 'action': references the unknown permission 'doesNotExist'. event.xml: action 'action': the reference to dataSource 'datasource' (from 'datasource.xml') uses the parameter(s) [doesNotExist] which are unknown in the dataSource 'datasource'! Supported parameters are: [dsParam1, dsParam2] event.xml: action 'action2': references the unknown datasource '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' the reference to action 'action' (from 'event.xml') uses the parameter(s) [actionParam3] which are unknown in the action 'action'! Supported parameters are: [actionParam2, actionParam1] page.xml: page 'page' the reference to action 'action' uses the unknown parameter(s) [doesNotExist]. Supported parameters are: [getParam, urlParam, postParam] page.xml: page 'page' the reference to dataSource 'datasource' (from 'datasource.xml') uses the parameter(s) [dsParam3] which are unknown in the dataSource 'datasource'! Supported parameters are: [dsParam1, dsParam2] page.xml: page 'page' the reference to dataSource 'datasource' uses the unknown parameter(s) [doesNotExist]. Supported parameters are: [getParam, urlParam, postParam] 2017-07-27 15:50:15,858 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/meta-data 2017-07-27 15:50:15,865 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/meta-data 2017-07-27 15:50:15,869 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/meta-data 2017-07-27 15:50:15,871 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/meta-data [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.035 s - in org.appng.api.ConfigValidatorTest [INFO] Running org.appng.api.auth.AuthToolsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.503 s - in org.appng.api.ConsumerProducerTest [INFO] Running org.appng.api.XPathProcessorTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 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.087 s - in org.appng.api.DataContainerTest [INFO] Running org.appng.api.support.validation.FileUploadValidatorTest 2017-07-27 15:50:16,594 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.4.1.Final [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 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.101 s - in org.appng.api.support.environment.EnvironmentTest [INFO] Running org.appng.api.support.RequestSupportTest 2017-07-27 15:50:17,029 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' 2017-07-27 15:50:17,032 WARN [main] org.appng.api.support.field.DecimalFieldConverter: error in field savings: can not convert 'null' to type 'java.lang.Double' using format '###,###.###' 2017-07-27 15:50:17,033 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '#' 2017-07-27 15:50:17,037 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.154 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.385 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.028 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.062 s - in org.appng.api.support.HttpHeaderUtilsTest [INFO] Running org.appng.api.support.CallableActionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 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.007 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.001 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.032 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.003 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.179 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.005 s - in org.appng.api.support.ParameterSupportTest [INFO] Running org.appng.api.support.field.IntegerFieldConverterTest 2017-07-27 15:50:17,848 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field object: can not convert '2247483648' to type 'java.lang.Integer' using format '#' 2017-07-27 15:50:17,854 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.036 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.029 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.013 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.01 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.002 s - in org.appng.api.support.field.LinkPanelFieldHandlerTest [INFO] Running org.appng.api.support.field.DateFieldConverterTest 2017-07-27 15:50:17,971 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.038 s - in org.appng.api.support.field.DateFieldConverterTest [INFO] Running org.appng.api.support.field.DateFieldConverterDateTimeTest 2017-07-27 15:50:18,055 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.059 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: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.001 s - in org.appng.api.support.PropertyHolderTest [INFO] Running org.appng.api.support.ElementHelperTest [WARNING] Tests run: 14, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.051 s - in org.appng.api.support.ElementHelperTest [INFO] Running org.appng.api.support.DatasourceInheritanceTest 2017-07-27 15:50:18,126 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneDatasource::datasource 2017-07-27 15:50:18,128 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneDatasource::cloneDatasource 2017-07-27 15:50:18,129 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for enhancedClone::datasource 2017-07-27 15:50:18,130 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override title 2017-07-27 15:50:18,130 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override description 2017-07-27 15:50:18,130 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2017-07-27 15:50:18,130 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add parameter newParam 2017-07-27 15:50:18,130 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add new field foo at position 0 2017-07-27 15:50:18,130 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option testOption 2017-07-27 15:50:18,130 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add linkpanel with id nintendo 2017-07-27 15:50:18,130 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2017-07-27 15:50:18,130 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for overrideBeanClone::datasource 2017-07-27 15:50:18,131 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2017-07-27 15:50:18,131 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override bean id hansolo 2017-07-27 15:50:18,131 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option lucas 2017-07-27 15:50:18,131 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2017-07-27 15:50:18,131 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id jin 2017-07-27 15:50:18,131 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.017 s - in org.appng.api.support.DatasourceInheritanceTest [INFO] Running org.appng.api.support.SelectionFactoryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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.001 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: 219, 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.14.2.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: http://commons.apache.org/proper/commons-io/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-formtags/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://commons.apache.org/proper/commons-lang/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://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: 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/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/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/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/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.14.2-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.14.2 [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.14.2 [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.14.2 [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-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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.14.2/appng-api-1.14.2.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.14.2/appng-api-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.14.2/appng-api-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.14.2/appng-api-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.14.2/appng-api-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.14.2/appng-api-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.14.2/appng-api-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.14.2/appng-api-1.14.2-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.4-03 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.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.14.2/appng-api-1.14.2.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.14.2/appng-api-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.14.2/appng-api-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.14.2/appng-api-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.14.2/appng-api-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.14.2/appng-api-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.14.2/appng-api-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.14.2/appng-api-1.14.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG testsupport 1.14.2 [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 6 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: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 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: 0.897 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.021 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.014 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.032 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.123 s - in org.appng.testsupport.SimpleApplicationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, 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.14.2.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.14.2-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.14.2 [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.14.2 [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.14.2 [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-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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2.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.14.2/appng-testsupport-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2-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.4-03 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.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2.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.14.2/appng-testsupport-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Persistence-Tools 1.14.2 [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 5 ms. 2017-07-27 15:51:56,402 INFO [HSQLDB Server @4566e5bd] hsqldb.db.HSQLDB5D845171DC.ENGINE: Checkpoint start 2017-07-27 15:51:56,402 INFO [HSQLDB Server @4566e5bd] hsqldb.db.HSQLDB5D845171DC.ENGINE: checkpointClose start 2017-07-27 15:51:56,409 INFO [HSQLDB Server @4566e5bd] hsqldb.db.HSQLDB5D845171DC.ENGINE: checkpointClose synched 2017-07-27 15:51:56,421 INFO [HSQLDB Server @4566e5bd] hsqldb.db.HSQLDB5D845171DC.ENGINE: checkpointClose script done 2017-07-27 15:51:56,449 INFO [HSQLDB Server @4566e5bd] hsqldb.db.HSQLDB5D845171DC.ENGINE: checkpointClose end 2017-07-27 15:51:56,449 INFO [HSQLDB Server @4566e5bd] hsqldb.db.HSQLDB5D845171DC.ENGINE: Checkpoint end - txts: 1 [Server@4566e5bd]: Database [index=0, id=0, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 388 ms. [Server@4566e5bd]: Startup sequence completed in 395 ms. [Server@4566e5bd]: 2017-07-27 15:51:56.468 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 2017-07-27 15:51:56,652 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2a17b7b6: startup date [Thu Jul 27 15:51:56 CEST 2017]; root of context hierarchy 2017-07-27 15:51:57,076 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') 2017-07-27 15:51:57,077 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:51:57,096 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:51:57,226 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.10.Final} 2017-07-27 15:51:57,227 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2017-07-27 15:51:57,269 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2017-07-27 15:51:57,455 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:51:57,455 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:51:57,456 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:51:57,456 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:51:57,458 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:51:57,603 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:51:57,682 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:51:58,715 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.4.1.Final 2017-07-27 15:51:59,111 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@726aa968] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:51:59,113 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:309) 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$$84b4fc94.CGLIB$entityManagerFactory$2() at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$84b4fc94$$FastClassBySpringCGLIB$$31b4b22a.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$$84b4fc94.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$$84b4fc94.entityManagerFactory() at org.appng.persistence.repository.RepositoryConfiguration.transactionManager(RepositoryConfiguration.java:54) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$84b4fc94.CGLIB$transactionManager$1() at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$84b4fc94$$FastClassBySpringCGLIB$$31b4b22a.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$$84b4fc94.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 2017-07-27 15:51:59,116 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:309) 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$$84b4fc94.CGLIB$entityManagerFactory$2() at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$84b4fc94$$FastClassBySpringCGLIB$$31b4b22a.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$$84b4fc94.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$$84b4fc94.entityManagerFactory() at org.appng.persistence.repository.RepositoryConfiguration.transactionManager(RepositoryConfiguration.java:54) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$84b4fc94.CGLIB$transactionManager$1() at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$84b4fc94$$FastClassBySpringCGLIB$$31b4b22a.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$$84b4fc94.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 2017-07-27 15:51:59,122 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@10f7c76] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:51:59,132 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:51:59,139 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:51:59,646 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:51:59,753 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@2a17b7b6: startup date [Thu Jul 27 15:51:56 CEST 2017]; root of context hierarchy 2017-07-27 15:51:59,754 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:51:59,898 INFO [HSQLDB Connection @44cd449f] hsqldb.db.HSQLDB5D845171DC.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.102 s - in org.appng.persistence.repository.QueryDslSearchRepositoryTest [INFO] Running org.appng.persistence.repository.SearchQueryTest [Server@3f63a513]: Startup sequence initiated from main() method [Server@3f63a513]: Could not load properties from file [Server@3f63a513]: Using cli/default properties only [Server@4566e5bd]: Initiating shutdown sequence... [Server@3f63a513]: Initiating startup sequence... [Server@3f63a513]: Server socket opened successfully in 0 ms. [Server@3f63a513]: Database [index=0, id=1, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 52 ms. [Server@3f63a513]: Startup sequence completed in 55 ms. [Server@3f63a513]: 2017-07-27 15:52:00.063 HSQLDB server 2.4.0 is online on port 9001 [Server@3f63a513]: To close normally, connect and execute SHUTDOWN SQL [Server@3f63a513]: From command line, use [Ctrl]+[C] to abort abruptly [Server@4566e5bd]: Shutdown sequence completed in 101 ms. [Server@4566e5bd]: 2017-07-27 15:52:00.105 SHUTDOWN : System.exit() was not called 2017-07-27 15:52:00,136 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:00,154 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:00,154 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:00,154 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:00,154 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:00,154 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:00,258 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:00,272 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:00,516 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@26457986] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:00,551 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2dff7085] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:00,556 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:00,568 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:00,767 INFO [HSQLDB Connection @bedc43b] hsqldb.db.HSQLDB5D845171DC.ENGINE: Database closed [Server@3f63a513]: Initiating shutdown sequence... [Server@349c4d1c]: Startup sequence initiated from main() method [Server@349c4d1c]: Could not load properties from file [Server@349c4d1c]: Using cli/default properties only [Server@349c4d1c]: Initiating startup sequence... [Server@349c4d1c]: Server socket opened successfully in 0 ms. [Server@349c4d1c]: Database [index=0, id=2, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 63 ms. [Server@349c4d1c]: Startup sequence completed in 65 ms. [Server@349c4d1c]: 2017-07-27 15:52:00.937 HSQLDB server 2.4.0 is online on port 9001 [Server@349c4d1c]: To close normally, connect and execute SHUTDOWN SQL [Server@349c4d1c]: From command line, use [Ctrl]+[C] to abort abruptly [Server@3f63a513]: Shutdown sequence completed in 101 ms. [Server@3f63a513]: 2017-07-27 15:52:00.971 SHUTDOWN : System.exit() was not called 2017-07-27 15:52:00,984 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:00,995 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:00,995 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:00,996 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:00,996 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:00,996 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:01,099 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:01,109 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:01,343 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1af677f8] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:01,359 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7a55fb81] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:01,363 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:01,369 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:01,525 INFO [HSQLDB Connection @53dc1e6a] hsqldb.db.HSQLDB5D845171DC.ENGINE: Database closed [Server@349c4d1c]: Initiating shutdown sequence... [Server@1883871b]: Startup sequence initiated from main() method [Server@1883871b]: Could not load properties from file [Server@1883871b]: Using cli/default properties only [Server@1883871b]: Initiating startup sequence... [Server@1883871b]: Server socket opened successfully in 0 ms. [Server@1883871b]: Database [index=0, id=3, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 53 ms. [Server@1883871b]: Startup sequence completed in 53 ms. [Server@1883871b]: 2017-07-27 15:52:01.683 HSQLDB server 2.4.0 is online on port 9001 [Server@1883871b]: To close normally, connect and execute SHUTDOWN SQL [Server@1883871b]: From command line, use [Ctrl]+[C] to abort abruptly [Server@349c4d1c]: Shutdown sequence completed in 100 ms. [Server@349c4d1c]: 2017-07-27 15:52:01.728 SHUTDOWN : System.exit() was not called 2017-07-27 15:52:01,742 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:01,752 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:01,753 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:01,753 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:01,753 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:01,753 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:01,856 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:01,865 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:02,075 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2513155a] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:02,090 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6313b441] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:02,095 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:02,101 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:02,261 INFO [HSQLDB Connection @5b6d2ed8] hsqldb.db.HSQLDB5D845171DC.ENGINE: Database closed [Server@22aee519]: Startup sequence initiated from main() method [Server@22aee519]: Could not load properties from file [Server@22aee519]: Using cli/default properties only [Server@22aee519]: Initiating startup sequence... [Server@1883871b]: Initiating shutdown sequence... [Server@22aee519]: Server socket opened successfully in 0 ms. [Server@22aee519]: Database [index=0, id=4, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 77 ms. [Server@22aee519]: Startup sequence completed in 77 ms. [Server@22aee519]: 2017-07-27 15:52:02.446 HSQLDB server 2.4.0 is online on port 9001 [Server@22aee519]: To close normally, connect and execute SHUTDOWN SQL [Server@22aee519]: From command line, use [Ctrl]+[C] to abort abruptly [Server@1883871b]: Shutdown sequence completed in 100 ms. [Server@1883871b]: 2017-07-27 15:52:02.469 SHUTDOWN : System.exit() was not called 2017-07-27 15:52:02,476 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:02,486 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:02,486 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:02,486 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:02,486 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:02,486 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:02,589 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:02,596 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:02,803 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3ccfac29] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:02,817 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5c41b8d8] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:02,822 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:02,829 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:02,987 INFO [HSQLDB Connection @204cd99] hsqldb.db.HSQLDB5D845171DC.ENGINE: Database closed [Server@22aee519]: Initiating shutdown sequence... [Server@1d9af731]: Startup sequence initiated from main() method [Server@1d9af731]: Could not load properties from file [Server@1d9af731]: Using cli/default properties only [Server@1d9af731]: Initiating startup sequence... [Server@1d9af731]: Server socket opened successfully in 0 ms. [Server@1d9af731]: Database [index=0, id=5, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 29 ms. [Server@1d9af731]: Startup sequence completed in 29 ms. [Server@1d9af731]: 2017-07-27 15:52:03.120 HSQLDB server 2.4.0 is online on port 9001 [Server@1d9af731]: To close normally, connect and execute SHUTDOWN SQL [Server@1d9af731]: From command line, use [Ctrl]+[C] to abort abruptly [Server@22aee519]: Shutdown sequence completed in 101 ms. [Server@22aee519]: 2017-07-27 15:52:03.190 SHUTDOWN : System.exit() was not called 2017-07-27 15:52:03,202 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:03,211 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:03,211 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:03,212 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:03,212 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:03,212 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:03,315 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:03,322 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:03,528 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4bf10fe1] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:03,688 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@543d2ef3] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:03,694 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:03,709 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:03,879 INFO [HSQLDB Connection @99fef6c] hsqldb.db.HSQLDB5D845171DC.ENGINE: Database closed [Server@1d9af731]: Initiating shutdown sequence... [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.979 s - in org.appng.persistence.repository.SearchQueryTest [INFO] Running org.appng.persistence.repository.EnversSearchRepositoryTest [Server@311a09b2]: Startup sequence initiated from main() method [Server@311a09b2]: Could not load properties from file [Server@311a09b2]: Using cli/default properties only [Server@311a09b2]: Initiating startup sequence... [Server@311a09b2]: Server socket opened successfully in 0 ms. [Server@311a09b2]: Database [index=0, id=6, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 42 ms. [Server@311a09b2]: Startup sequence completed in 42 ms. [Server@311a09b2]: 2017-07-27 15:52:04.028 HSQLDB server 2.4.0 is online on port 9001 [Server@311a09b2]: To close normally, connect and execute SHUTDOWN SQL [Server@311a09b2]: From command line, use [Ctrl]+[C] to abort abruptly [Server@1d9af731]: Shutdown sequence completed in 100 ms. [Server@1d9af731]: 2017-07-27 15:52:04.082 SHUTDOWN : System.exit() was not called 2017-07-27 15:52:04,090 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4cacccbf: startup date [Thu Jul 27 15:52:04 CEST 2017]; root of context hierarchy 2017-07-27 15:52:04,157 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') 2017-07-27 15:52:04,158 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:04,158 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:04,166 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:04,166 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:04,166 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:04,166 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:04,166 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:04,270 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:04,276 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:04,464 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6e617c0e] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:04,479 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@9a07409] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:04,483 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:04,488 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:04,588 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:04,665 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@4cacccbf: startup date [Thu Jul 27 15:52:04 CEST 2017]; root of context hierarchy 2017-07-27 15:52:04,666 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: 0.683 s - in org.appng.persistence.repository.EnversSearchRepositoryTest [INFO] Running org.appng.persistence.repository.SearchRepositoryTest 2017-07-27 15:52:04,671 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1c5cd2ea: startup date [Thu Jul 27 15:52:04 CEST 2017]; root of context hierarchy 2017-07-27 15:52:04,713 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') 2017-07-27 15:52:04,713 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:04,713 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:04,719 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:04,719 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:04,719 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:04,720 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:04,720 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:04,822 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:04,828 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:05,022 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1756a471] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:05,025 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2190508d] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:05,046 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:05,049 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:05,095 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:05,107 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@1c5cd2ea: startup date [Thu Jul 27 15:52:04 CEST 2017]; root of context hierarchy 2017-07-27 15:52:05,108 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:05,111 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2f3c7b24: startup date [Thu Jul 27 15:52:05 CEST 2017]; root of context hierarchy 2017-07-27 15:52:05,153 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') 2017-07-27 15:52:05,153 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:05,153 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:05,158 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:05,158 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:05,159 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:05,159 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:05,159 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:05,261 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:05,266 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:05,451 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@68dbe225] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:05,454 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@145ef9e8] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:05,458 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:05,461 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:05,508 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:05,530 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@2f3c7b24: startup date [Thu Jul 27 15:52:05 CEST 2017]; root of context hierarchy 2017-07-27 15:52:05,531 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:05,534 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5bbc033f: startup date [Thu Jul 27 15:52:05 CEST 2017]; root of context hierarchy 2017-07-27 15:52:05,573 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') 2017-07-27 15:52:05,573 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:05,573 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:05,578 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:05,578 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:05,578 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:05,578 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:05,579 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:05,680 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:05,685 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:05,864 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7f65639e] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:05,867 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@673fdc28] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:05,870 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:05,874 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:05,920 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:05,932 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@5bbc033f: startup date [Thu Jul 27 15:52:05 CEST 2017]; root of context hierarchy 2017-07-27 15:52:05,933 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:05,938 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6bf34912: startup date [Thu Jul 27 15:52:05 CEST 2017]; root of context hierarchy 2017-07-27 15:52:05,980 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') 2017-07-27 15:52:05,980 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:05,980 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:05,986 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:05,987 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:05,987 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:05,987 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:05,987 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:06,134 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:06,139 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:06,318 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@462deb2b] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:06,320 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@381c826c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:06,324 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:06,327 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:06,370 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:06,382 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6bf34912: startup date [Thu Jul 27 15:52:05 CEST 2017]; root of context hierarchy 2017-07-27 15:52:06,382 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:06,385 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2bab1821: startup date [Thu Jul 27 15:52:06 CEST 2017]; root of context hierarchy 2017-07-27 15:52:06,418 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') 2017-07-27 15:52:06,419 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:06,419 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:06,424 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:06,424 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:06,424 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:06,424 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:06,424 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:06,527 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:06,536 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:06,715 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@155cf9f6] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:06,717 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@b7b26c6] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:06,720 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:06,723 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:06,763 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:06,774 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@2bab1821: startup date [Thu Jul 27 15:52:06 CEST 2017]; root of context hierarchy 2017-07-27 15:52:06,775 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:06,777 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1cd4082a: startup date [Thu Jul 27 15:52:06 CEST 2017]; root of context hierarchy 2017-07-27 15:52:06,809 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') 2017-07-27 15:52:06,809 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:06,809 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:06,814 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:06,814 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:06,814 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:06,814 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:06,814 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:06,916 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:06,921 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:07,095 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2b3fd4d2] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:07,097 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3020f22] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:07,100 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:07,103 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:07,142 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:07,153 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@1cd4082a: startup date [Thu Jul 27 15:52:06 CEST 2017]; root of context hierarchy 2017-07-27 15:52:07,153 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:07,156 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2be89ba5: startup date [Thu Jul 27 15:52:07 CEST 2017]; root of context hierarchy 2017-07-27 15:52:07,189 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') 2017-07-27 15:52:07,189 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:07,189 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:07,194 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:07,194 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:07,194 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:07,194 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:07,195 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:07,298 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:07,302 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:07,474 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1ec690bd] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:07,477 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6e4d660] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:07,480 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:07,483 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:07,521 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:07,528 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@2be89ba5: startup date [Thu Jul 27 15:52:07 CEST 2017]; root of context hierarchy 2017-07-27 15:52:07,529 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:07,531 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@65018381: startup date [Thu Jul 27 15:52:07 CEST 2017]; root of context hierarchy 2017-07-27 15:52:07,564 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') 2017-07-27 15:52:07,564 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:07,564 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:07,569 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:07,569 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:07,569 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:07,569 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:07,570 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:07,672 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:07,677 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:07,851 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@635900ef] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:07,853 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@615d74e9] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:07,856 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:07,859 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:07,897 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:07,912 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@65018381: startup date [Thu Jul 27 15:52:07 CEST 2017]; root of context hierarchy 2017-07-27 15:52:07,913 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:07,918 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@71c45428: startup date [Thu Jul 27 15:52:07 CEST 2017]; root of context hierarchy 2017-07-27 15:52:07,949 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') 2017-07-27 15:52:07,950 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:07,950 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:07,955 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:07,955 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:07,955 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:07,955 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:07,955 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:08,058 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:08,064 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:08,343 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3af8f1ef] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:08,345 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7856b790] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:08,348 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:08,350 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:08,385 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:08,395 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@71c45428: startup date [Thu Jul 27 15:52:07 CEST 2017]; root of context hierarchy 2017-07-27 15:52:08,396 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:08,398 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7ca29492: startup date [Thu Jul 27 15:52:08 CEST 2017]; root of context hierarchy 2017-07-27 15:52:08,495 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') 2017-07-27 15:52:08,495 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:08,495 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:08,502 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:08,503 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:08,503 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:08,503 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:08,503 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:08,605 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:08,610 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:08,780 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@22ef1086] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:08,782 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7b5ffde0] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:08,785 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:08,788 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:08,824 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:08,853 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@7ca29492: startup date [Thu Jul 27 15:52:08 CEST 2017]; root of context hierarchy 2017-07-27 15:52:08,853 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:08,856 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7c9cecfb: startup date [Thu Jul 27 15:52:08 CEST 2017]; root of context hierarchy 2017-07-27 15:52:08,886 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') 2017-07-27 15:52:08,886 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:08,886 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:08,891 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:08,891 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:08,891 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:08,891 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:08,891 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:08,994 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:08,997 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:09,149 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@13068335] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:09,151 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@57e6fd09] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:09,153 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:09,156 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:09,191 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:09,216 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@7c9cecfb: startup date [Thu Jul 27 15:52:08 CEST 2017]; root of context hierarchy 2017-07-27 15:52:09,216 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:09,219 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7a8c01ef: startup date [Thu Jul 27 15:52:09 CEST 2017]; root of context hierarchy 2017-07-27 15:52:09,247 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') 2017-07-27 15:52:09,248 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:09,248 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:09,252 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:09,253 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:09,253 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:09,253 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:09,253 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:09,355 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:09,359 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:09,521 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@253bf220] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:09,523 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5ff7631f] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:09,526 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:09,529 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:09,563 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:09,588 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@7a8c01ef: startup date [Thu Jul 27 15:52:09 CEST 2017]; root of context hierarchy 2017-07-27 15:52:09,589 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:09,591 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6fa1dc0c: startup date [Thu Jul 27 15:52:09 CEST 2017]; root of context hierarchy 2017-07-27 15:52:09,619 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') 2017-07-27 15:52:09,619 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:09,619 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:09,623 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:09,623 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:09,624 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:09,624 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:09,624 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:09,725 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:09,728 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:09,867 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4dd139e0] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:09,869 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4f63343b] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:09,872 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:09,875 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:09,912 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:09,922 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6fa1dc0c: startup date [Thu Jul 27 15:52:09 CEST 2017]; root of context hierarchy 2017-07-27 15:52:09,922 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:09,924 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@72efba55: startup date [Thu Jul 27 15:52:09 CEST 2017]; root of context hierarchy 2017-07-27 15:52:09,955 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') 2017-07-27 15:52:09,956 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:09,956 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:09,960 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:09,960 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:09,960 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:09,960 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:09,960 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:10,063 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:10,077 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:10,234 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4abc179d] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:10,238 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2fe19bda] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:10,242 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:10,247 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:10,305 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:10,321 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@72efba55: startup date [Thu Jul 27 15:52:09 CEST 2017]; root of context hierarchy 2017-07-27 15:52:10,322 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:10,325 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@14f7e21a: startup date [Thu Jul 27 15:52:10 CEST 2017]; root of context hierarchy 2017-07-27 15:52:10,360 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') 2017-07-27 15:52:10,360 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:10,360 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:52:10,365 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:52:10,365 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:52:10,365 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:52:10,365 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:52:10,365 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:52:10,467 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 15:52:10,471 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:52:10,628 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@56926ff1] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:10,630 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6ad57ee3] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:52:10,633 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@75de29c0' 2017-07-27 15:52:10,637 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:52:10,678 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:52:10,686 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@14f7e21a: startup date [Thu Jul 27 15:52:10 CEST 2017]; root of context hierarchy 2017-07-27 15:52:10,687 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: 6.02 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.14.2.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://commons.apache.org/proper/commons-lang/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.14.2-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.14.2 [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.14.2 [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.14.2 [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-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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2.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.14.2/appng-persistence-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2-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.4-03 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.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2.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.14.2/appng-persistence-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Search 1.14.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-search --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 13 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-search --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-search --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.search.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.187 s - in org.appng.search.searcher.GermanSearchTermProcessorTest [INFO] Running org.appng.search.indexer.StandardSearcherTest 2017-07-27 15:52:44,176 DEBUG [main] org.appng.search.indexer.GlobalIndexer: start indexing for site manager 2017-07-27 15:52:44,184 INFO [main] org.appng.search.indexer.FileSystemProvider: dataDir: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages 2017-07-27 15:52:44,189 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/2):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.txt 2017-07-27 15:52:44,462 WARN [main] org.apache.tika.parser.image.ImageParser: JBIG2ImageReader not loaded. jbig2 files will be ignored 2017-07-27 15:52:44,729 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 542ms 2017-07-27 15:52:44,734 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.jsp 2017-07-27 15:52:44,881 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2017-07-27 15:52:44,883 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2017-07-27 15:52:44,883 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2017-07-27 15:52:44,884 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2017-07-27 15:52:44,888 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/2):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.jsp 2017-07-27 15:52:44,888 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 158ms 2017-07-27 15:52:44,889 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/foobar.txt 2017-07-27 15:52:44,914 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 25ms 2017-07-27 15:52:44,914 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.txt 2017-07-27 15:52:44,931 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 17ms 2017-07-27 15:52:44,931 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/acme.jsp 2017-07-27 15:52:44,932 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = title 2017-07-27 15:52:44,932 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = content 2017-07-27 15:52:44,932 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (3/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/acme.jsp 2017-07-27 15:52:44,932 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 1ms 2017-07-27 15:52:44,932 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2017-07-27 15:52:44,934 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2017-07-27 15:52:44,935 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2017-07-27 15:52:44,935 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2017-07-27 15:52:44,935 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2017-07-27 15:52:44,935 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (4/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2017-07-27 15:52:44,935 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 3ms 2017-07-27 15:52:44,935 INFO [main] org.appng.search.indexer.FileSystemProvider: Indexing 6 files took 750 milliseconds 2017-07-27 15:52:45,029 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#1425332572 with Analyzer class org.apache.lucene.analysis.standard.StandardAnalyzer 2017-07-27 15:52:45,032 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: clearing index at /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2017-07-27 15:52:47,065 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1425332572 2017-07-27 15:52:47,066 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) 2017-07-27 15:52:47,066 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1425332572, containing 0 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2017-07-27 15:52:47,072 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@54f4d95c 2017-07-27 15:52:47,073 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments:1:nrt) 2017-07-27 15:52:47,073 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@78a473b0 2017-07-27 15:52:47,081 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#248977013 with Analyzer class org.apache.lucene.analysis.de.GermanAnalyzer 2017-07-27 15:52:47,143 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.txt +type:txt 2017-07-27 15:52:47,143 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [62ms] CREATE, query: +id:/de/42.txt +type:txt 2017-07-27 15:52:47,146 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.jsp +type:jsp 2017-07-27 15:52:47,146 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [3ms] CREATE, query: +id:/de/42.jsp +type:jsp 2017-07-27 15:52:49,296 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#248977013 2017-07-27 15:52:49,296 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) 2017-07-27 15:52:49,297 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#248977013, containing 2 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2017-07-27 15:52:49,298 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@ed71675 2017-07-27 15:52:49,298 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_1:3:nrt) 2017-07-27 15:52:49,298 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@78a473b0 2017-07-27 15:52:49,308 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#1911455980 with Analyzer class org.apache.lucene.analysis.en.EnglishAnalyzer 2017-07-27 15:52:49,343 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/foobar.txt +type:txt 2017-07-27 15:52:49,343 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [9ms] CREATE, query: +id:/en/foobar.txt +type:txt 2017-07-27 15:52:49,348 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.txt +type:txt 2017-07-27 15:52:49,348 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [5ms] CREATE, query: +id:/en/42.txt +type:txt 2017-07-27 15:52:49,349 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/acme.jsp +type:jsp 2017-07-27 15:52:49,349 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [1ms] CREATE, query: +id:/en/acme.jsp +type:jsp 2017-07-27 15:52:49,353 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.jsp +type:jsp 2017-07-27 15:52:49,353 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [4ms] CREATE, query: +id:/en/42.jsp +type:jsp 2017-07-27 15:52:51,418 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1911455980 2017-07-27 15:52:51,418 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) 2017-07-27 15:52:51,419 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1911455980, containing 6 documents (before: 2) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2017-07-27 15:52:51,420 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@71ee80ec 2017-07-27 15:52:51,420 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_2:6:nrt _0(6.6.0):c2) 2017-07-27 15:52:51,420 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@78a473b0 2017-07-27 15:52:51,698 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:de +((title:anhalt contents:anhalt) (title:anhalter* contents:anhalter*)) 2017-07-27 15:52:52,566 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:en +((title:hitchhik contents:hitchhik) (title:hitchhiker* contents:hitchhiker*)) 2017-07-27 15:52:52,587 INFO [main] org.appng.search.searcher.StandardSearcher: 1 results returned from query: +language:en +((title:foo contents:foo) (title:foo* contents:foo*)) 2017-07-27 15:52:52,601 INFO [main] org.appng.search.searcher.StandardSearcher: 0 results returned from query: +language:en +((title:acm contents:acm) (title:acme* contents:acme*)) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.715 s - in org.appng.search.indexer.StandardSearcherTest [INFO] Running org.appng.search.indexer.ParseTagsTest 2017-07-27 15:52:52,607 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2017-07-27 15:52:52,607 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' 2017-07-27 15:52:52,607 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'contents' 2017-07-27 15:52:52,607 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2017-07-27 15:52:52,607 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' {field1=A, contents=A B D, field2=B} 2017-07-27 15:52:52,608 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2017-07-27 15:52:52,609 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2017-07-27 15:52:52,610 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2017-07-27 15:52:52,610 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2017-07-27 15:52:52,610 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2017-07-27 15:52:52,611 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field1 2017-07-27 15:52:52,611 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field2 2017-07-27 15:52:52,611 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = {} [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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.14.2.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.14.2-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.14.2 [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.14.2 [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.14.2 [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-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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.14.2/appng-search-1.14.2.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.14.2/appng-search-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.14.2/appng-search-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.14.2/appng-search-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.14.2/appng-search-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.14.2/appng-search-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.14.2/appng-search-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.14.2/appng-search-1.14.2-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.4-03 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.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.14.2/appng-search-1.14.2.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.14.2/appng-search-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.14.2/appng-search-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.14.2/appng-search-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.14.2/appng-search-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.14.2/appng-search-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.14.2/appng-search-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.14.2/appng-search-1.14.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Core Library 1.14.2 [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 68 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 160 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 60 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 56 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 2017-07-27 15:54:24,695 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2017-07-27 15:54:24,696 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2017-07-27 15:54:24,698 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2017-07-27 15:54:24,698 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2017-07-27 15:54:24,699 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2017-07-27 15:54:24,699 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.312 s - in org.appng.core.application.PermissionProcessorTest [INFO] Running org.appng.core.repository.PropertyRepositoryTest 2017-07-27 15:54:24,759 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}. 2017-07-27 15:54:24,759 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. 2017-07-27 15:54:24,774 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] 2017-07-27 15:54:24,784 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@445b295b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@49e5f737, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5c671d7f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@757277dc, org.springframework.test.context.transaction.TransactionalTestExecutionListener@687e99d8, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@e4487af] 2017-07-27 15:54:24,837 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-27 15:54:25,268 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@37f1104d: startup date [Thu Jul 27 15:54:25 CEST 2017]; root of context hierarchy 2017-07-27 15:54:25,980 INFO [HSQLDB Server @1c3b9394] hsqldb.db.HSQLDB5D8453BA24.ENGINE: Checkpoint start 2017-07-27 15:54:25,981 INFO [HSQLDB Server @1c3b9394] hsqldb.db.HSQLDB5D8453BA24.ENGINE: checkpointClose start 2017-07-27 15:54:25,993 INFO [HSQLDB Server @1c3b9394] hsqldb.db.HSQLDB5D8453BA24.ENGINE: checkpointClose synched 2017-07-27 15:54:26,006 INFO [HSQLDB Server @1c3b9394] hsqldb.db.HSQLDB5D8453BA24.ENGINE: checkpointClose script done 2017-07-27 15:54:26,029 INFO [HSQLDB Server @1c3b9394] hsqldb.db.HSQLDB5D8453BA24.ENGINE: checkpointClose end 2017-07-27 15:54:26,030 INFO [HSQLDB Server @1c3b9394] hsqldb.db.HSQLDB5D8453BA24.ENGINE: Checkpoint end - txts: 1 2017-07-27 15:54:26,127 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:26,241 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:54:26,389 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.10.Final} 2017-07-27 15:54:26,391 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2017-07-27 15:54:26,453 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2017-07-27 15:54:26,682 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:54:26,683 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:54:26,684 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:54:26,684 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:54:26,687 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:54:26,856 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:54:26,962 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:54:27,561 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.4.1.Final 2017-07-27 15:54:28,384 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2fe2965c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:28,399 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5dbbb292] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:28,479 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:29,009 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:54:30,116 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36e409e0 testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@145e958f, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45bd4753 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@1600a8a2]; rollback [true] 2017-07-27 15:54:30,212 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@36e409e0 testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@145e958f, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45bd4753 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]]]. 2017-07-27 15:54:30,213 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@37f1104d: startup date [Thu Jul 27 15:54:25 CEST 2017]; root of context hierarchy 2017-07-27 15:54:30,217 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:30,217 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: 5.517 s - in org.appng.core.repository.PropertyRepositoryTest [INFO] Running org.appng.core.repository.GroupRepositoryTest 2017-07-27 15:54:30,220 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}. 2017-07-27 15:54:30,220 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. 2017-07-27 15:54:30,224 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] 2017-07-27 15:54:30,224 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@27db45f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6ec3d8e4, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1aeff8ca, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7f2c995b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@101c15ad, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6068ebb2] 2017-07-27 15:54:30,225 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-27 15:54:30,335 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5a466dd: startup date [Thu Jul 27 15:54:30 CEST 2017]; root of context hierarchy 2017-07-27 15:54:30,411 INFO [HSQLDB Server @dc8b2ff] hsqldb.db.HSQLDB5D8453CB8A.ENGINE: Checkpoint start 2017-07-27 15:54:30,411 INFO [HSQLDB Server @dc8b2ff] hsqldb.db.HSQLDB5D8453CB8A.ENGINE: checkpointClose start 2017-07-27 15:54:30,418 INFO [HSQLDB Server @dc8b2ff] hsqldb.db.HSQLDB5D8453CB8A.ENGINE: checkpointClose synched 2017-07-27 15:54:30,430 INFO [HSQLDB Server @dc8b2ff] hsqldb.db.HSQLDB5D8453CB8A.ENGINE: checkpointClose script done 2017-07-27 15:54:30,450 INFO [HSQLDB Server @dc8b2ff] hsqldb.db.HSQLDB5D8453CB8A.ENGINE: checkpointClose end 2017-07-27 15:54:30,451 INFO [HSQLDB Server @dc8b2ff] hsqldb.db.HSQLDB5D8453CB8A.ENGINE: Checkpoint end - txts: 1 2017-07-27 15:54:30,483 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:30,509 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:54:30,537 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:54:30,537 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:54:30,537 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:54:30,537 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:54:30,537 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:54:30,640 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:54:30,653 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:54:30,839 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@f439e0f] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:30,845 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@62410e1f] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:30,879 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:30,949 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:54:31,130 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@733bd6f3 testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@2e030cc1, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@126a9a77 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@76134251]; rollback [true] 2017-07-27 15:54:31,189 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@733bd6f3 testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@2e030cc1, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@126a9a77 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]]]. 2017-07-27 15:54:31,190 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5a466dd: startup date [Thu Jul 27 15:54:30 CEST 2017]; root of context hierarchy 2017-07-27 15:54:31,192 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:31,192 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: 0.974 s - in org.appng.core.repository.GroupRepositoryTest [INFO] Running org.appng.core.repository.RoleRepositoryTest 2017-07-27 15:54:31,195 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}. 2017-07-27 15:54:31,195 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. 2017-07-27 15:54:31,200 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] 2017-07-27 15:54:31,200 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@20db19ff, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5eef8a16, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1405aa6a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@18c60d81, org.springframework.test.context.transaction.TransactionalTestExecutionListener@602aeb87, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@423762ae] 2017-07-27 15:54:31,201 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-27 15:54:31,312 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7b58d678: startup date [Thu Jul 27 15:54:31 CEST 2017]; root of context hierarchy 2017-07-27 15:54:31,422 INFO [HSQLDB Server @53d2f0ec] hsqldb.db.HSQLDB5D8453CF7D.ENGINE: Checkpoint start 2017-07-27 15:54:31,423 INFO [HSQLDB Server @53d2f0ec] hsqldb.db.HSQLDB5D8453CF7D.ENGINE: checkpointClose start 2017-07-27 15:54:31,430 INFO [HSQLDB Server @53d2f0ec] hsqldb.db.HSQLDB5D8453CF7D.ENGINE: checkpointClose synched 2017-07-27 15:54:31,441 INFO [HSQLDB Server @53d2f0ec] hsqldb.db.HSQLDB5D8453CF7D.ENGINE: checkpointClose script done 2017-07-27 15:54:31,461 INFO [HSQLDB Server @53d2f0ec] hsqldb.db.HSQLDB5D8453CF7D.ENGINE: checkpointClose end 2017-07-27 15:54:31,461 INFO [HSQLDB Server @53d2f0ec] hsqldb.db.HSQLDB5D8453CF7D.ENGINE: Checkpoint end - txts: 1 2017-07-27 15:54:31,502 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:31,524 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:54:31,546 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:54:31,547 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:54:31,547 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:54:31,547 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:54:31,547 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:54:31,662 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:54:31,672 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:54:31,831 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@17e66aed] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:31,837 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@65dd2191] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:31,866 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:31,929 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:54:32,065 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@751b901a testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@6672b0ea, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4c941d19 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@3a6409ec]; rollback [true] 2017-07-27 15:54:32,101 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@751b901a testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@6672b0ea, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4c941d19 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]]]. 2017-07-27 15:54:32,101 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7b58d678: startup date [Thu Jul 27 15:54:31 CEST 2017]; root of context hierarchy 2017-07-27 15:54:32,103 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:32,103 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: 0.91 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.098 s - in org.appng.core.repository.RepositoryCacheTest [INFO] Running org.appng.core.repository.RepositoryTest 2017-07-27 15:54:32,204 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}. 2017-07-27 15:54:32,204 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. 2017-07-27 15:54:32,208 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] 2017-07-27 15:54:32,208 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@f451970, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4a7c8cb7, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@32675dd4, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2351255a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4f836d9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2a4f1bc5] 2017-07-27 15:54:32,209 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-27 15:54:32,305 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@224e7aa5: startup date [Thu Jul 27 15:54:32 CEST 2017]; root of context hierarchy 2017-07-27 15:54:32,370 INFO [HSQLDB Server @44a1ae4e] hsqldb.db.HSQLDB5D8453D32B.ENGINE: Checkpoint start 2017-07-27 15:54:32,370 INFO [HSQLDB Server @44a1ae4e] hsqldb.db.HSQLDB5D8453D32B.ENGINE: checkpointClose start 2017-07-27 15:54:32,378 INFO [HSQLDB Server @44a1ae4e] hsqldb.db.HSQLDB5D8453D32B.ENGINE: checkpointClose synched 2017-07-27 15:54:32,390 INFO [HSQLDB Server @44a1ae4e] hsqldb.db.HSQLDB5D8453D32B.ENGINE: checkpointClose script done 2017-07-27 15:54:32,409 INFO [HSQLDB Server @44a1ae4e] hsqldb.db.HSQLDB5D8453D32B.ENGINE: checkpointClose end 2017-07-27 15:54:32,409 INFO [HSQLDB Server @44a1ae4e] hsqldb.db.HSQLDB5D8453D32B.ENGINE: Checkpoint end - txts: 1 2017-07-27 15:54:32,452 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:32,465 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:54:32,484 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:54:32,484 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:54:32,485 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:54:32,485 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:54:32,485 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:54:32,587 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:54:32,597 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:54:32,742 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1f832df0] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:32,747 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@47184859] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:32,774 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:32,829 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:54:32,964 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@75707f05 testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@741f8cf, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6792aa3e 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@138a51d5]; rollback [true] 2017-07-27 15:54:32,972 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@75707f05 testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@741f8cf, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6792aa3e 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]]]. 2017-07-27 15:54:32,974 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@224e7aa5: startup date [Thu Jul 27 15:54:32 CEST 2017]; root of context hierarchy 2017-07-27 15:54:32,975 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:32,975 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: 0.773 s - in org.appng.core.repository.RepositoryTest [INFO] Running org.appng.core.repository.SubjectRepositoryTest 2017-07-27 15:54:32,977 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}. 2017-07-27 15:54:32,977 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. 2017-07-27 15:54:32,981 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] 2017-07-27 15:54:32,981 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7cd6b76a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2165b170, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@9677f54, org.springframework.test.context.support.DirtiesContextTestExecutionListener@44046b0d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@d20e900, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@14237e5] 2017-07-27 15:54:32,982 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-27 15:54:33,085 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@33ed6546: startup date [Thu Jul 27 15:54:33 CEST 2017]; root of context hierarchy 2017-07-27 15:54:33,161 INFO [HSQLDB Server @28ab7ffb] hsqldb.db.HSQLDB5D8453D645.ENGINE: Checkpoint start 2017-07-27 15:54:33,162 INFO [HSQLDB Server @28ab7ffb] hsqldb.db.HSQLDB5D8453D645.ENGINE: checkpointClose start 2017-07-27 15:54:33,169 INFO [HSQLDB Server @28ab7ffb] hsqldb.db.HSQLDB5D8453D645.ENGINE: checkpointClose synched 2017-07-27 15:54:33,180 INFO [HSQLDB Server @28ab7ffb] hsqldb.db.HSQLDB5D8453D645.ENGINE: checkpointClose script done 2017-07-27 15:54:33,203 INFO [HSQLDB Server @28ab7ffb] hsqldb.db.HSQLDB5D8453D645.ENGINE: checkpointClose end 2017-07-27 15:54:33,203 INFO [HSQLDB Server @28ab7ffb] hsqldb.db.HSQLDB5D8453D645.ENGINE: Checkpoint end - txts: 1 2017-07-27 15:54:33,244 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:33,266 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:54:33,298 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:54:33,298 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:54:33,298 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:54:33,298 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:54:33,298 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:54:33,401 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:54:33,414 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:54:33,554 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@61b3de5b] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:33,559 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@12c1826] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:33,593 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:33,685 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:54:33,835 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@347c7b testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@126f428e, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74efc394 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@2a62384]; rollback [true] 2017-07-27 15:54:33,888 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@347c7b testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@126f428e, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74efc394 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]]]. 2017-07-27 15:54:33,889 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@33ed6546: startup date [Thu Jul 27 15:54:33 CEST 2017]; root of context hierarchy 2017-07-27 15:54:33,890 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:33,891 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: 0.915 s - in org.appng.core.repository.SubjectRepositoryTest [INFO] Running org.appng.core.repository.PermissionRepositoryTest 2017-07-27 15:54:33,896 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}. 2017-07-27 15:54:33,896 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. 2017-07-27 15:54:33,902 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] 2017-07-27 15:54:33,902 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@47f50549, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@43f88150, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@158bd27d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@30282260, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5f18a661, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@58ed5ed3] 2017-07-27 15:54:33,903 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-27 15:54:34,010 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@133e7789: startup date [Thu Jul 27 15:54:34 CEST 2017]; root of context hierarchy 2017-07-27 15:54:34,080 INFO [HSQLDB Server @6f2d0d25] hsqldb.db.HSQLDB5D8453D9DF.ENGINE: Checkpoint start 2017-07-27 15:54:34,080 INFO [HSQLDB Server @6f2d0d25] hsqldb.db.HSQLDB5D8453D9DF.ENGINE: checkpointClose start 2017-07-27 15:54:34,087 INFO [HSQLDB Server @6f2d0d25] hsqldb.db.HSQLDB5D8453D9DF.ENGINE: checkpointClose synched 2017-07-27 15:54:34,096 INFO [HSQLDB Server @6f2d0d25] hsqldb.db.HSQLDB5D8453D9DF.ENGINE: checkpointClose script done 2017-07-27 15:54:34,116 INFO [HSQLDB Server @6f2d0d25] hsqldb.db.HSQLDB5D8453D9DF.ENGINE: checkpointClose end 2017-07-27 15:54:34,116 INFO [HSQLDB Server @6f2d0d25] hsqldb.db.HSQLDB5D8453D9DF.ENGINE: Checkpoint end - txts: 1 2017-07-27 15:54:34,162 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:34,192 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:54:34,223 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:54:34,223 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:54:34,224 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:54:34,224 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:54:34,224 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:54:34,326 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:54:34,340 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:54:34,454 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6b0dc462] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:34,460 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3415d6e] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:34,504 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:34,560 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:54:34,679 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@cbbc0ac testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@570fc662, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@427a4d68 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@205c0b1a]; rollback [true] 2017-07-27 15:54:34,703 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@cbbc0ac testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@570fc662, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@427a4d68 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]]]. 2017-07-27 15:54:34,704 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@133e7789: startup date [Thu Jul 27 15:54:34 CEST 2017]; root of context hierarchy 2017-07-27 15:54:34,705 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:34,706 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: 0.814 s - in org.appng.core.repository.PermissionRepositoryTest [INFO] Running org.appng.core.repository.SiteRepositoryTest 2017-07-27 15:54:34,708 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}. 2017-07-27 15:54:34,708 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. 2017-07-27 15:54:34,714 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] 2017-07-27 15:54:34,714 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7b1466e3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@c9f1951, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6a4859fc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3532f633, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6d49bd08, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@19e86461] 2017-07-27 15:54:34,715 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-27 15:54:34,810 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@31475919: startup date [Thu Jul 27 15:54:34 CEST 2017]; root of context hierarchy 2017-07-27 15:54:34,880 INFO [HSQLDB Server @2b82254b] hsqldb.db.HSQLDB5D8453DCFF.ENGINE: Checkpoint start 2017-07-27 15:54:34,881 INFO [HSQLDB Server @2b82254b] hsqldb.db.HSQLDB5D8453DCFF.ENGINE: checkpointClose start 2017-07-27 15:54:34,888 INFO [HSQLDB Server @2b82254b] hsqldb.db.HSQLDB5D8453DCFF.ENGINE: checkpointClose synched 2017-07-27 15:54:34,900 INFO [HSQLDB Server @2b82254b] hsqldb.db.HSQLDB5D8453DCFF.ENGINE: checkpointClose script done 2017-07-27 15:54:34,920 INFO [HSQLDB Server @2b82254b] hsqldb.db.HSQLDB5D8453DCFF.ENGINE: checkpointClose end 2017-07-27 15:54:34,920 INFO [HSQLDB Server @2b82254b] hsqldb.db.HSQLDB5D8453DCFF.ENGINE: Checkpoint end - txts: 1 2017-07-27 15:54:34,955 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:34,967 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:54:34,987 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:54:34,987 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:54:34,987 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:54:34,987 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:54:34,987 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:54:35,094 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:54:35,106 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:54:35,214 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1931223f] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:35,219 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2f57fc23] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:35,245 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:35,306 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:54:35,424 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@792b4d95 testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@405a2c7b, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@d97ca99 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@67feb5d0]; rollback [true] 2017-07-27 15:54:35,451 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@792b4d95 testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@405a2c7b, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@d97ca99 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]]]. 2017-07-27 15:54:35,452 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@31475919: startup date [Thu Jul 27 15:54:34 CEST 2017]; root of context hierarchy 2017-07-27 15:54:35,453 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:35,453 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: 0.747 s - in org.appng.core.repository.SiteRepositoryTest [INFO] Running org.appng.core.repository.ResourceRepositoryTest 2017-07-27 15:54:35,455 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}. 2017-07-27 15:54:35,455 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. 2017-07-27 15:54:35,459 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2017-07-27 15:54:35,459 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@33a7a5ca, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6cc1da7b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@439a0f0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6ac3ce34, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6444bf53, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@634a3a2] 2017-07-27 15:54:35,460 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-27 15:54:35,543 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4fc3bdb4: startup date [Thu Jul 27 15:54:35 CEST 2017]; root of context hierarchy 2017-07-27 15:54:35,646 INFO [HSQLDB Server @14270715] hsqldb.db.HSQLDB5D8453DFFE.ENGINE: Checkpoint start 2017-07-27 15:54:35,647 INFO [HSQLDB Server @14270715] hsqldb.db.HSQLDB5D8453DFFE.ENGINE: checkpointClose start 2017-07-27 15:54:35,654 INFO [HSQLDB Server @14270715] hsqldb.db.HSQLDB5D8453DFFE.ENGINE: checkpointClose synched 2017-07-27 15:54:35,666 INFO [HSQLDB Server @14270715] hsqldb.db.HSQLDB5D8453DFFE.ENGINE: checkpointClose script done 2017-07-27 15:54:35,687 INFO [HSQLDB Server @14270715] hsqldb.db.HSQLDB5D8453DFFE.ENGINE: checkpointClose end 2017-07-27 15:54:35,687 INFO [HSQLDB Server @14270715] hsqldb.db.HSQLDB5D8453DFFE.ENGINE: Checkpoint end - txts: 1 2017-07-27 15:54:35,738 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:35,749 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:54:35,765 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:54:35,765 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:54:35,765 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:54:35,765 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:54:35,765 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:54:35,868 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:54:35,888 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:54:36,000 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2b1fecfc] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:36,005 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@189874b5] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:36,042 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:36,094 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:54:36,212 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@1da9b95d testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@263426ea, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@125bfc70 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@b76d8a8]; rollback [true] 2017-07-27 15:54:36,227 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@1da9b95d testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@263426ea, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@125bfc70 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]]]. 2017-07-27 15:54:36,228 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4fc3bdb4: startup date [Thu Jul 27 15:54:35 CEST 2017]; root of context hierarchy 2017-07-27 15:54:36,228 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:36,228 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: 0.772 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.012 s - in org.appng.core.PathInfoTest [INFO] Running org.appng.core.security.DigestValidatorTest 2017-07-27 15:54:36,267 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2017-07-27 15:54:36,269 ERROR [main] org.appng.core.security.DigestValidator: Invalid date offset [millis]: 14399732, maximum is 3600000 2017-07-27 15:54:36,270 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. 2017-07-27 15:54:36,270 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2017-07-27 15:54:36,271 ERROR [main] org.appng.core.security.DigestValidator: Encrypted part does not match. Encrypted part is F6ADFD8AB0BF3D66E9002F20FAA09CFD, but should be 9BF40B43DA70C28210C65146A65C7D7B 2017-07-27 15:54:36,271 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.appng.core.security.DigestValidatorTest [INFO] Running org.appng.core.security.signing.SignerTest 2017-07-27 15:54:36,281 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'. 2017-07-27 15:54:36,288 INFO [main] org.appng.core.security.signing.Signer: Signing repository '/var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/zip' 2017-07-27 15:54:36,292 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' 2017-07-27 15:54:36,293 INFO [main] org.appng.core.security.signing.Signer: ..adding repository attributes 2017-07-27 15:54:36,293 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.1.zip' 2017-07-27 15:54:36,293 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.2-2012-11-27-1305.zip' 2017-07-27 15:54:36,294 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.3-2013-01-13-1303.zip' 2017-07-27 15:54:36,294 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.4-2017-04-10-1046.zip' 2017-07-27 15:54:36,325 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'. 2017-07-27 15:54:36,326 INFO [main] org.appng.core.security.signing.Signer: Successfully validated release file. 2017-07-27 15:54:36,326 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoCodeName: Local' 2017-07-27 15:54:36,326 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoDescription: a local test repository' 2017-07-27 15:54:36,326 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoVersion: ' 2017-07-27 15:54:36,327 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.1.zip: 65fd39da4cc20cab904c088b7ac22f41d2a3cb5feacf318728323cefe191bb7d' 2017-07-27 15:54:36,327 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.2-2012-11-27-1305.zip: 2f2ba67d4a02515500492f51682992bc1e6aa9e3400cbd0ad86af31e7f2af3b9' 2017-07-27 15:54:36,327 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.3-2013-01-13-1303.zip: 6481ea8230a97cf46fb521109f9aa36be2cf2a800664e64ef3d352f96ad8dbae' 2017-07-27 15:54:36,327 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.054 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.315 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.443 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.015 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.001 s - in org.appng.core.domain.ValidationPatternTest [INFO] Running org.appng.core.domain.SiteImplTest 2017-07-27 15:54:39,169 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1447281844 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:39,171 INFO [main] org.appng.core.Redirect : Redirecting request to /some/uri (302) 2017-07-27 15:54:39,173 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1546987133 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:39,173 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar#anchor (302) 2017-07-27 15:54:39,174 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#708714067 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:39,175 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar?tab=anchor#anchor (302) 2017-07-27 15:54:39,176 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1936782171 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:39,176 INFO [main] org.appng.core.domain.SiteImpl: closing context for site foo [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 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.013 s - in org.appng.core.domain.PackageArchiveTest [INFO] Running org.appng.core.service.TemplateServiceTest 2017-07-27 15:54:39,196 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] 2017-07-27 15:54:39,196 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7c039615, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3d69bbe3, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@60157589, org.springframework.test.context.support.DirtiesContextTestExecutionListener@20a569ad, org.springframework.test.context.transaction.TransactionalTestExecutionListener@40f6e092, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3030edcc] 2017-07-27 15:54:39,197 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-27 15:54:39,286 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7bc27f7e: startup date [Thu Jul 27 15:54:39 CEST 2017]; root of context hierarchy 2017-07-27 15:54:39,350 INFO [HSQLDB Server @4d7f0350] hsqldb.db.HSQLDB5D8453EE6F.ENGINE: Checkpoint start 2017-07-27 15:54:39,351 INFO [HSQLDB Server @4d7f0350] hsqldb.db.HSQLDB5D8453EE6F.ENGINE: checkpointClose start 2017-07-27 15:54:39,361 INFO [HSQLDB Server @4d7f0350] hsqldb.db.HSQLDB5D8453EE6F.ENGINE: checkpointClose synched 2017-07-27 15:54:39,372 INFO [HSQLDB Server @4d7f0350] hsqldb.db.HSQLDB5D8453EE6F.ENGINE: checkpointClose script done 2017-07-27 15:54:39,394 INFO [HSQLDB Server @4d7f0350] hsqldb.db.HSQLDB5D8453EE6F.ENGINE: checkpointClose end 2017-07-27 15:54:39,395 INFO [HSQLDB Server @4d7f0350] hsqldb.db.HSQLDB5D8453EE6F.ENGINE: Checkpoint end - txts: 1 2017-07-27 15:54:39,431 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:39,443 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:54:39,460 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:54:39,461 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9010/hsql-testdb] 2017-07-27 15:54:39,461 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:54:39,461 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:54:39,461 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:54:39,564 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:54:39,571 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:54:39,690 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2cf22f15] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:39,694 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@21a993d4] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:39,716 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:39,761 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:54:40,019 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#868763539 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:40,051 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2017-07-27 15:54:40,051 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2017-07-27 15:54:40,051 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2017-07-27 15:54:40,053 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2017-07-27 15:54:40,053 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2017-07-27 15:54:40,053 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2017-07-27 15:54:40,056 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#350940199 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:40,060 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1107602845 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:40,068 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2017-07-27 15:54:40,068 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2017-07-27 15:54:40,068 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2017-07-27 15:54:40,069 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2017-07-27 15:54:40,070 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2017-07-27 15:54:40,070 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2017-07-27 15:54:40,168 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7bc27f7e: startup date [Thu Jul 27 15:54:39 CEST 2017]; root of context hierarchy 2017-07-27 15:54:40,170 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:40,170 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9010/hsql-testdb] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.981 s - in org.appng.core.service.TemplateServiceTest [INFO] Running org.appng.core.service.ApplicationArchiveProcessorTest 2017-07-27 15:54:40,190 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-null' 2017-07-27 15:54:40,190 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-null' 2017-07-27 15:54:40,192 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-null' 2017-07-27 15:54:40,193 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-null' 2017-07-27 15:54:40,193 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-null' 2017-07-27 15:54:40,193 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-null' 2017-07-27 15:54:40,194 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-null' 2017-07-27 15:54:40,194 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-null' 2017-07-27 15:54:40,194 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-null' 2017-07-27 15:54:40,194 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.022 s - in org.appng.core.service.ApplicationArchiveProcessorTest [INFO] Running org.appng.core.service.DatabaseServiceTest 2017-07-27 15:54:40,204 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] 2017-07-27 15:54:40,204 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6191395, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@8a99989, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@53f68c97, org.springframework.test.context.support.DirtiesContextTestExecutionListener@602d7631, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2e66541a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6ac7e58e] 2017-07-27 15:54:40,206 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-27 15:54:40,302 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1aff6f46: startup date [Thu Jul 27 15:54:40 CEST 2017]; root of context hierarchy 2017-07-27 15:54:40,371 INFO [HSQLDB Server @6d77c929] hsqldb.db.HSQLDB5D8453F272.ENGINE: Checkpoint start 2017-07-27 15:54:40,372 INFO [HSQLDB Server @6d77c929] hsqldb.db.HSQLDB5D8453F272.ENGINE: checkpointClose start 2017-07-27 15:54:40,379 INFO [HSQLDB Server @6d77c929] hsqldb.db.HSQLDB5D8453F272.ENGINE: checkpointClose synched 2017-07-27 15:54:40,390 INFO [HSQLDB Server @6d77c929] hsqldb.db.HSQLDB5D8453F272.ENGINE: checkpointClose script done 2017-07-27 15:54:40,410 INFO [HSQLDB Server @6d77c929] hsqldb.db.HSQLDB5D8453F272.ENGINE: checkpointClose end 2017-07-27 15:54:40,411 INFO [HSQLDB Server @6d77c929] hsqldb.db.HSQLDB5D8453F272.ENGINE: Checkpoint end - txts: 1 2017-07-27 15:54:40,449 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:40,461 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:54:40,479 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:54:40,480 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:54:40,480 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:54:40,480 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:54:40,480 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:54:40,584 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:54:40,597 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:54:40,735 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:40,786 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:54:41,121 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-27 15:54:41,140 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2017-07-27 15:54:41,260 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-27 15:54:41,317 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Repair of failed migration in metadata table "PUBLIC"."schema_version" not necessary. No failed migration detected. 2017-07-27 15:54:41,334 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.019s). 2017-07-27 15:54:41,334 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2017-07-27 15:54:41,728 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.275s) 2017-07-27 15:54:41,742 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-27 15:54:41,753 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-27 15:54:41,759 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-27 15:54:41,779 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-27 15:54:41,789 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-27 15:54:41,795 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-27 15:54:41,801 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-27 15:54:41,807 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-27 15:54:41,812 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-27 15:54:41,818 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-27 15:54:41,823 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-27 15:54:41,829 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.088s). 2017-07-27 15:54:42,063 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) is active. 2017-07-27 15:54:42,338 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:mysql://localhost:3306/appNG MYSQL (java.sql.SQLException:Access denied for user 'user'@'localhost' (using password: NO)) 2017-07-27 15:54:42,338 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2017-07-27 15:54:42,366 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1aff6f46: startup date [Thu Jul 27 15:54:40 CEST 2017]; root of context hierarchy 2017-07-27 15:54:42,367 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:42,368 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.173 s - in org.appng.core.service.DatabaseServiceTest [INFO] Running org.appng.core.service.InitializerServiceTest 2017-07-27 15:54:42,383 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] 2017-07-27 15:54:42,384 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2fd2cf1f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6f54230a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@370efa14, org.springframework.test.context.support.DirtiesContextTestExecutionListener@e9fcd1e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@378c41e5, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@798e786d] 2017-07-27 15:54:42,388 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-27 15:54:42,488 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3990f312: startup date [Thu Jul 27 15:54:42 CEST 2017]; root of context hierarchy 2017-07-27 15:54:42,637 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:42,654 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:54:42,681 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:54:42,681 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9010/hsql-testdb] 2017-07-27 15:54:42,681 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:54:42,681 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:54:42,681 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:54:42,784 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:54:42,791 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:54:42,906 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5adba350] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:42,915 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@29a8c1fb] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:42,934 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:42,986 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:54:43,149 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@783e1529 testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@303bbd02, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@8d4d58b 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@6448398f]; rollback [false] 2017-07-27 15:54:43,151 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#625046082 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:43,342 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 2017-07-27 15:54:43,342 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-27 15:54:43,342 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 2017-07-27 15:54:43,424 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2017-07-27 15:54:43,434 INFO [main] org.appng.core.service.InitializerService: loading site site-1 (host-1) 2017-07-27 15:54:43,434 INFO [main] org.appng.core.service.InitializerService: loading applications for site site-1 2017-07-27 15:54:43,438 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 2017-07-27 15:54:43,438 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 2017-07-27 15:54:43,446 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$ 2017-07-27 15:54:43,452 INFO [main] net.sf.ehcache.pool.sizeof.AgentLoader: Located valid 'tools.jar' at '/usr/lib/jvm/jdk-8-oracle-x64/jre/../lib/tools.jar' 2017-07-27 15:54:43,504 INFO [main] net.sf.ehcache.pool.sizeof.JvmInformation: Detected JVM data model settings of: 64-Bit HotSpot JVM with Compressed OOPs 2017-07-27 15:54:43,747 INFO [main] net.sf.ehcache.pool.sizeof.AgentLoader: Extracted agent jar to temporary file /tmp/ehcache-sizeof-agent907240273904737097.jar 2017-07-27 15:54:43,747 INFO [main] net.sf.ehcache.pool.sizeof.AgentLoader: Trying to load agent @ /tmp/ehcache-sizeof-agent907240273904737097.jar 2017-07-27 15:54:43,769 INFO [main] net.sf.ehcache.pool.impl.DefaultSizeOfEngine: using Agent sizeof engine 2017-07-27 15:54:43,862 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 2017-07-27 15:54:43,863 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1244858050 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:43,863 INFO [main] org.appng.core.service.InitializerService: SiteClassLoader#1244858050 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 2017-07-27 15:54:43,867 INFO [main] org.appng.core.service.InitializerService: starting index thread 2017-07-27 15:54:43,868 INFO [main] org.appng.core.service.InitializerService: loading site site-1 completed 2017-07-27 15:54:43,868 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2017-07-27 15:54:43,868 ERROR [main] org.appng.core.service.InitializerService: no messaging sender available! 2017-07-27 15:54:43,879 INFO [main] org.appng.core.service.InitializerService: Current Ehcache configuration: 2017-07-27 15:54:43,968 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@783e1529 testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@303bbd02, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@8d4d58b 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]]]. 2017-07-27 15:54:43,968 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3990f312: startup date [Thu Jul 27 15:54:42 CEST 2017]; root of context hierarchy 2017-07-27 15:54:43,969 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:43,970 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9010/hsql-testdb] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.589 s - in org.appng.core.service.InitializerServiceTest [INFO] Running org.appng.core.service.CoreServiceTest 2017-07-27 15:54:43,982 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] 2017-07-27 15:54:43,983 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2cdaf44c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@79a52138, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@33431376, org.springframework.test.context.support.DirtiesContextTestExecutionListener@428551db, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3986b553, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@69faffba] 2017-07-27 15:54:43,986 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-27 15:54:44,069 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@42099950: startup date [Thu Jul 27 15:54:44 CEST 2017]; root of context hierarchy 2017-07-27 15:54:44,134 INFO [HSQLDB Server @7d425bf1] hsqldb.db.HSQLDB5D84540125.ENGINE: Checkpoint start 2017-07-27 15:54:44,135 INFO [HSQLDB Server @7d425bf1] hsqldb.db.HSQLDB5D84540125.ENGINE: checkpointClose start 2017-07-27 15:54:44,142 INFO [HSQLDB Server @7d425bf1] hsqldb.db.HSQLDB5D84540125.ENGINE: checkpointClose synched 2017-07-27 15:54:44,163 INFO [HSQLDB Server @7d425bf1] hsqldb.db.HSQLDB5D84540125.ENGINE: checkpointClose script done 2017-07-27 15:54:44,189 INFO [HSQLDB Server @7d425bf1] hsqldb.db.HSQLDB5D84540125.ENGINE: checkpointClose end 2017-07-27 15:54:44,189 INFO [HSQLDB Server @7d425bf1] hsqldb.db.HSQLDB5D84540125.ENGINE: Checkpoint end - txts: 1 2017-07-27 15:54:44,213 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:44,225 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:54:44,245 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:54:44,245 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:54:44,245 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:54:44,245 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:54:44,245 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:54:44,350 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:54:44,358 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:54:44,472 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3b7e2f1d] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:44,475 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@51da0191] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:54:44,494 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:44,538 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:54:44,687 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1c87dc0d, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:44,880 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1354302773 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:44,955 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1672993892 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,043 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1582789771 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,130 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1c87dc0d, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:45,133 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2a7554df, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:45,185 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1162929239 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,207 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#956244325 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,226 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#52093647 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,253 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2a7554df, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:45,255 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@58a9b1b9, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:45,282 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#874957069 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,298 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1239110712 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,317 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#682842559 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,336 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@58a9b1b9, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:45,338 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@18973d91, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:45,361 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1689070505 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,374 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#940477200 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,387 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#572910345 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,410 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 2017-07-27 15:54:45,411 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 2017-07-27 15:54:45,423 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@18973d91, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:45,424 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3d8f2daa, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:45,446 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1333784258 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,457 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1242447350 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,466 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#669219027 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,476 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3d8f2daa, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:45,477 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@be9505d, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:45,495 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1221770347 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,508 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1537631645 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,517 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1693410204 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,521 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@be9505d, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:45,523 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@547dd11e, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:45,540 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#44568807 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,550 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1094310128 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,559 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1549836103 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,563 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@547dd11e, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:45,565 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@624bc592, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:45,581 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#234562470 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,590 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1389453324 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,598 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#334999761 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,602 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@624bc592, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:45,603 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@218b7797, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:45,619 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1537830386 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,628 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#779070453 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,636 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1644524273 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,641 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@218b7797, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:45,643 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3e187145, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:45,658 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#751260576 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,668 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1817217316 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,676 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1797491783 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,679 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3e187145, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:45,681 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7f7ac444, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:45,697 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2075829197 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,707 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#454538699 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,718 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#757746912 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,722 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7f7ac444, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:45,724 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@38dd3dd5, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:45,741 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2030580672 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,751 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#232258568 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,760 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#944572215 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,765 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@38dd3dd5, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:45,766 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@74386944, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:45,783 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1631386120 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,794 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#220538805 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,801 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#366773437 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,850 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@74386944, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:45,851 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@25b0fd0c, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:45,866 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2144973744 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,874 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1067692896 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,881 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#716901982 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,888 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1781104767 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,892 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@25b0fd0c, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:45,893 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@47fb7f9, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:45,908 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#387675565 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,916 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1540927 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,924 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1909006601 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,930 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#912557855 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,937 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@47fb7f9, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:45,939 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@f94dd0d, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:45,955 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#661369942 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,964 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1568066739 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,972 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1980375517 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,978 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#838536438 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:45,984 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@f94dd0d, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:45,985 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1848ec86, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:45,999 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2047699790 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,007 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1722402423 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,015 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#875978158 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,021 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2061281899 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,023 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1848ec86, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,024 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3f2be1a2, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [true] 2017-07-27 15:54:46,038 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1435422298 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,086 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2067899385 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,096 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2077489914 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,101 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1426914758 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,106 ERROR [main] org.appng.core.service.CoreService: Cannot delete application with ID 2: bugtracker 2017-07-27 15:54:46,107 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3f2be1a2, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,109 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1bf6f5bb, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,121 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#275941124 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,128 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1849767197 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,134 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1308543211 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,139 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2062844455 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,141 INFO [main] org.appng.core.service.CoreService: starting deletion of site site-3 2017-07-27 15:54:46,147 INFO [main] org.appng.core.service.CoreService: unlinking application foobar from site site-3, status of database-connection is NO_DB_SUPPORTED 2017-07-27 15:54:46,152 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2017-07-27 15:54:46,169 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/platform/site-3 2017-07-27 15:54:46,169 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/application/site-3 2017-07-27 15:54:46,169 INFO [main] org.appng.core.service.CoreService: done deleting site site-3 2017-07-27 15:54:46,171 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1bf6f5bb, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,172 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4fcaa4db, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,183 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1205393448 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,189 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1423609899 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,195 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#923358362 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,200 INFO [main] org.appng.core.service.CoreService: starting deletion of site site-2 2017-07-27 15:54:46,202 INFO [main] org.appng.core.service.CoreService: unlinking application bugtracker from site site-2, status of database-connection is NO_DB_SUPPORTED 2017-07-27 15:54:46,205 INFO [main] org.appng.core.service.CoreService: destroying site site-2 2017-07-27 15:54:46,205 INFO [main] org.appng.core.domain.SiteImpl: closing context for site site-2 2017-07-27 15:54:46,206 INFO [main] org.appng.core.service.CoreService: destroying site site-2 complete 2017-07-27 15:54:46,208 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2017-07-27 15:54:46,210 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/platform/site-2 2017-07-27 15:54:46,210 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/application/site-2 2017-07-27 15:54:46,210 INFO [main] org.appng.core.service.CoreService: done deleting site site-2 2017-07-27 15:54:46,224 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4fcaa4db, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,225 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6f0e1b71, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,236 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#926678006 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,241 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1979473740 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,244 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6f0e1b71, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,245 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4a29521, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,257 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1565507715 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,262 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#731875430 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,264 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4a29521, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,265 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@72292f, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,277 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#291636342 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,282 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#494773649 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,283 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@72292f, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,284 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@210e8d34, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,296 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#794914364 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,301 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#976763806 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,305 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@210e8d34, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,307 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5f1975cd, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,323 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1402740973 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,329 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#402436442 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,332 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5f1975cd, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,334 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3c3eef64, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,348 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#256639709 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,355 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1438400820 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,361 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3c3eef64, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,363 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@738607d9, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,377 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#922148393 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,386 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1622889416 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,387 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@738607d9, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,390 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4f72b9db, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,416 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#595060797 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,422 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1420625128 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,425 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4f72b9db, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,428 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@19d0dc74, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,443 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1284722247 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,449 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1384118912 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,452 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@19d0dc74, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,457 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@478dc67c, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,475 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#961180473 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,482 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#799331384 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,485 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@478dc67c, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,486 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7c588c8a, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,500 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#666333549 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,506 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1783796349 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,510 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7c588c8a, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,512 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@125c6004, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,525 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#295080070 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,531 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1080685417 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,536 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@125c6004, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,538 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@59c550bd, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,550 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1438376914 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,555 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1086711690 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,561 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@59c550bd, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,562 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5d6877cb, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,574 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1561465622 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,579 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1463074004 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,581 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5d6877cb, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,582 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@567b5001, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,594 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1880508564 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,599 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1772165228 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,602 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@567b5001, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,603 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7d32d6af, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,616 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#47525741 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,621 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2123578406 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,625 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7d32d6af, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,627 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@69ff5aca, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,639 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1814413487 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,644 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#676911437 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,646 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@69ff5aca, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,647 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@23163234, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,660 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#270404056 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,665 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1951455915 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,667 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@23163234, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,668 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6d73c7e1, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,679 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#610845553 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,685 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#184710968 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,687 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6d73c7e1, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,689 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7b3c0d0c, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,700 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#303685553 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,705 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#15127269 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,714 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7b3c0d0c, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,715 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@25cf63c6, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,726 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#849455807 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,731 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#123786424 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,744 INFO [main] org.appng.core.service.LdapService: LDAP operation failed on host 'ldap::' with user 'EXAMPLE\subject-2'(javax.naming.InvalidNameException: Invalid name: :) 2017-07-27 15:54:46,744 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@25cf63c6, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,746 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4643b082, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,757 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1187047003 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,761 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1118618235 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,769 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4643b082, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:46,771 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6a616446, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:46,781 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1398399632 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:46,786 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1067961474 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:47,564 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2017-07-27 15:54:47,564 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2017-07-27 15:54:47,566 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6a616446, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:47,568 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6e90f8f, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:47,578 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#738169886 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:47,582 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1178323183 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:47,585 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2017-07-27 15:54:47,585 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2017-07-27 15:54:47,586 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2017-07-27 15:54:47,586 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6e90f8f, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:47,587 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7051e679, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:47,597 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1525163776 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:47,601 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#14386442 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:48,308 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'johndoe' 2017-07-27 15:54:48,310 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2017-07-27 15:54:48,311 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7051e679, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:48,313 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3f4d4652, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:48,322 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1375509734 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:48,327 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1899753459 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:48,332 INFO [main] org.appng.core.service.CoreService: user subject-2 found 2017-07-27 15:54:48,332 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-2' 2017-07-27 15:54:48,333 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2017-07-27 15:54:48,333 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3f4d4652, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:48,334 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@704e7490, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:48,344 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#115076357 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:48,348 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#57747982 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:48,350 INFO [main] org.appng.core.service.CoreService: Subject authentication failed. Trying to authenticate based on LDAP group membership. 2017-07-27 15:54:48,352 INFO [main] org.appng.core.service.CoreService: user 'null' belongs to group 'subject-1' 2017-07-27 15:54:48,353 INFO [main] org.appng.core.service.CoreService: User "null" successfully authenticated. 2017-07-27 15:54:48,353 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'null' 2017-07-27 15:54:48,354 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2017-07-27 15:54:48,354 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@704e7490, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:48,356 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@a1d0722, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:48,364 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1404913868 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:48,368 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1123500948 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:49,092 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@a1d0722, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:49,093 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6c808b47, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:49,103 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1654801430 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:49,107 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#823465287 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:49,108 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 2017-07-27 15:54:49,125 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.2 2017-07-27 15:54:49,140 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2017-07-27 15:54:49,142 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2017-07-27 15:54:49,143 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2017-07-27 15:54:49,152 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2017-07-27 15:54:49,154 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2017-07-27 15:54:49,155 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 15:54:49,155 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2017-07-27 15:54:49,158 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2017-07-27 15:54:49,158 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2017-07-27 15:54:49,182 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.2' 2017-07-27 15:54:49,182 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.2' 2017-07-27 15:54:49,183 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.2' 2017-07-27 15:54:49,183 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.2' 2017-07-27 15:54:49,183 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.2' 2017-07-27 15:54:49,184 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.2' 2017-07-27 15:54:49,184 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.2' 2017-07-27 15:54:49,184 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.2' 2017-07-27 15:54:49,184 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.2' 2017-07-27 15:54:49,184 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.2' 2017-07-27 15:54:49,184 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.2 to target/ROOT/applications/demo-application 2017-07-27 15:54:49,192 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-27 15:54:49,193 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-27 15:54:49,194 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 15:54:49,197 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-27 15:54:49,213 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6c808b47, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:49,215 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7c554fe8, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:49,231 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#123177980 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:49,238 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#619881142 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:49,268 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 2017-07-27 15:54:49,268 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 2017-07-27 15:54:49,272 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 2017-07-27 15:54:49,294 INFO [main] org.appng.core.service.CoreService: updating application demo-application-1.5.3 2017-07-27 15:54:49,297 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2017-07-27 15:54:49,298 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2017-07-27 15:54:49,298 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2017-07-27 15:54:49,298 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2017-07-27 15:54:49,298 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2017-07-27 15:54:49,299 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2017-07-27 15:54:49,299 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2017-07-27 15:54:49,299 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2017-07-27 15:54:49,299 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-27 15:54:49,300 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-27 15:54:49,300 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/ROOT/applications/demo-application 2017-07-27 15:54:49,321 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-27 15:54:49,326 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-27 15:54:49,328 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-27 15:54:49,330 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 15:54:49,334 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-27 15:54:49,335 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2017-07-27 15:54:49,344 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2017-07-27 15:54:49,344 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2017-07-27 15:54:49,368 INFO [main] org.appng.core.service.CoreService: loading properties for application 'demo-application' of site 'site-1' 2017-07-27 15:54:49,370 INFO [main] org.appng.core.service.CoreService: loading properties for application demo-application 2017-07-27 15:54:49,375 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7c554fe8, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:49,377 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4f1bbed9, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:49,398 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#606738906 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:49,405 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1876181909 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:49,518 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site site-1, status of database-connection is NO_DB_SUPPORTED 2017-07-27 15:54:49,553 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4f1bbed9, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:49,555 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@63d7cce2, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:49,581 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1369726841 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:49,592 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#448864851 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:49,596 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 2017-07-27 15:54:49,617 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2017-07-27 15:54:49,630 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2017-07-27 15:54:49,631 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2017-07-27 15:54:49,632 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2017-07-27 15:54:49,632 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-27 15:54:49,635 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2017-07-27 15:54:49,636 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2017-07-27 15:54:49,638 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 15:54:49,638 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2017-07-27 15:54:49,640 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2017-07-27 15:54:49,641 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2017-07-27 15:54:49,641 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2017-07-27 15:54:49,643 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2017-07-27 15:54:49,643 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2017-07-27 15:54:49,664 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2017-07-27 15:54:49,664 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2017-07-27 15:54:49,664 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2017-07-27 15:54:49,664 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2017-07-27 15:54:49,665 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2017-07-27 15:54:49,665 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2017-07-27 15:54:49,665 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2017-07-27 15:54:49,665 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2017-07-27 15:54:49,665 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2017-07-27 15:54:49,666 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2017-07-27 15:54:49,666 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.4 to target/ROOT/applications/demo-application 2017-07-27 15:54:49,672 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-27 15:54:49,673 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-27 15:54:49,674 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 15:54:49,676 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-27 15:54:49,677 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2017-07-27 15:54:49,679 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2017-07-27 15:54:49,684 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@63d7cce2, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:49,685 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@25817b65, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:49,698 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2134373767 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:49,703 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1965594220 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:49,706 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@25817b65, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:49,707 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2a563463, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:49,717 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1491507358 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:49,722 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#908810206 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:50,664 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2a563463, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:50,672 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@581cbf4c, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:50,689 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1124125944 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:50,696 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1070385045 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:50,701 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@581cbf4c, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:50,704 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@576e61f4, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:50,718 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#894060432 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:50,724 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1331353286 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:50,727 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@576e61f4, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:50,729 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@144bb0a5, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:50,741 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2023249289 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:50,747 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1135443024 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:50,749 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@144bb0a5, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:50,752 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5e31df0a, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:50,771 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#810152950 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:50,778 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1753242944 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:50,782 INFO [main] org.appng.core.service.CoreService: unlinking application manager from site site-1, status of database-connection is NO_DB_SUPPORTED 2017-07-27 15:54:50,785 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5e31df0a, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:50,788 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@756d40e5, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@64099331]; rollback [false] 2017-07-27 15:54:50,800 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1659591967 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:50,806 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2012655671 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:51,685 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@194d90ea testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@756d40e5, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ffb6ee8 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2017-07-27 15:54:51,686 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@42099950: startup date [Thu Jul 27 15:54:44 CEST 2017]; root of context hierarchy 2017-07-27 15:54:51,686 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:54:51,687 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [WARNING] Tests run: 79, Failures: 0, Errors: 0, Skipped: 20, Time elapsed: 7.714 s - in org.appng.core.service.CoreServiceTest [INFO] Running org.appng.core.service.LdapServiceTest 2017-07-27 15:54:51,709 INFO [main] org.appng.core.service.LdapService: LDAP operation failed on host 'ldap:localhost:389' with user 'EXAMPLE\username'(javax.naming.NamingException: wrong password) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.appng.core.service.LdapServiceTest [INFO] Running org.appng.core.controller.RequestUtilTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.appng.core.controller.RequestUtilTest [INFO] Running org.appng.core.controller.PlatformProcessorTest 2017-07-27 15:54:51,727 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#29707354 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:51,738 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1387875493 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:52,137 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1019732065 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:52,146 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) 2017-07-27 15:54:52,150 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1620524916 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.468 s - in org.appng.core.controller.PlatformProcessorTest [INFO] Running org.appng.core.controller.messaging.MessagingTest 2017-07-27 15:54:52,193 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: received message from localhost: org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: example.com 2017-07-27 15:54:52,194 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 2017-07-27 15:54:52,194 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: received message from localhost: org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: localhost 2017-07-27 15:54:52,195 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 2017-07-27 15:54:52,211 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: conf reload check set to 5000s 2017-07-27 15:54:52,244 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok) 2017-07-27 15:54:52,258 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.067 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.024 s - in org.appng.core.controller.filter.JspExtensionFilterTest [INFO] Running org.appng.core.controller.PlatformStartupTest 2017-07-27 15:54:52,301 INFO [main] org.appng.core.controller.PlatformStartup: 2017-07-27 15:54:52,301 INFO [main] org.appng.core.controller.PlatformStartup: Launching appNG, the Next Generation Application Platform ... 2017-07-27 15:54:52,301 INFO [main] org.appng.core.controller.PlatformStartup: 2017-07-27 15:54:52,301 INFO [main] org.appng.core.controller.PlatformStartup: - - ---- ----------------------------------------- -------- - - 2017-07-27 15:54:52,301 INFO [main] org.appng.core.controller.PlatformStartup: ____ _______ _____ .---,,--,-^²²^-,. 2017-07-27 15:54:52,302 INFO [main] org.appng.core.controller.PlatformStartup: .,--^^²´´ `^^²´´ `²^-.-²´´ ``²---´ dSb. db ,dS$P² < 2017-07-27 15:54:52,302 INFO [main] org.appng.core.controller.PlatformStartup: ,-´_.dSS$§§§§$Sb. .dS$§§§§§$Sb. : .dS$§§§§$SSb. : $§4b.$$ l$´ ss ; 2017-07-27 15:54:52,302 INFO [main] org.appng.core.controller.PlatformStartup: ,/ .dS$SP²^^^²4$§§$ $§§$P²^^^²4S$$b.`4$$P²^^^²4S§$b. 4$`4b$P `4S$SP | 2017-07-27 15:54:52,302 INFO [main] org.appng.core.controller.PlatformStartup: ! .$§SP° $§§$ $§§$´ `4S§$.`4$´ `4S§$. .-----^²------´ 2017-07-27 15:54:52,302 INFO [main] org.appng.core.controller.PlatformStartup: ; [$§$l $§§$ $§§$ l$§$] l$ l$§$] ! 2017-07-27 15:54:52,302 INFO [main] org.appng.core.controller.PlatformStartup: l.`S$Sb. $§§$ $§§$ ,dS$S´ d$ ,dS$S´ ; 2017-07-27 15:54:52,302 INFO [main] org.appng.core.controller.PlatformStartup: \ `4S$Sbsaaasd$§§$ $§§$ssaaasdS$SP´,d$$ssaaasdS$SP´ l 2017-07-27 15:54:52,302 INFO [main] org.appng.core.controller.PlatformStartup: \_ ``4SS$§§§§§§§$ $§§§§§§§$SSP´´ $§§§§§§§$SSP´´_.^ 2017-07-27 15:54:52,302 INFO [main] org.appng.core.controller.PlatformStartup: `----,_,.____,. $$$$ ___.___,^ $$$$ ___.,--^ 2017-07-27 15:54:52,302 INFO [main] org.appng.core.controller.PlatformStartup: _ _ ______ ____ ! $§§$ ! ____ _ ! $$$$ | ________ _______ ____ _ _ 2017-07-27 15:54:52,302 INFO [main] org.appng.core.controller.PlatformStartup: | $$$$ ; l $$$$ ; 2017-07-27 15:54:52,302 INFO [main] org.appng.core.controller.PlatformStartup: `--,.-^´ `--,.-^´ 2017-07-27 15:54:52,302 INFO [main] org.appng.core.controller.PlatformStartup: 2017-07-27 15:54:52,303 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 2017-07-27 15:54:52,324 INFO [HSQLDB Server @77f0ac9f] hsqldb.db.HSQLDB5D84542123.ENGINE: Checkpoint start 2017-07-27 15:54:52,324 INFO [HSQLDB Server @77f0ac9f] hsqldb.db.HSQLDB5D84542123.ENGINE: checkpointClose start 2017-07-27 15:54:52,332 INFO [HSQLDB Server @77f0ac9f] hsqldb.db.HSQLDB5D84542123.ENGINE: checkpointClose synched 2017-07-27 15:54:52,345 INFO [HSQLDB Server @77f0ac9f] hsqldb.db.HSQLDB5D84542123.ENGINE: checkpointClose script done 2017-07-27 15:54:52,366 INFO [HSQLDB Server @77f0ac9f] hsqldb.db.HSQLDB5D84542123.ENGINE: checkpointClose end 2017-07-27 15:54:52,366 INFO [HSQLDB Server @77f0ac9f] hsqldb.db.HSQLDB5D84542123.ENGINE: Checkpoint end - txts: 1 2017-07-27 15:54:52,510 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4.0) 2017-07-27 15:54:52,612 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4) 2017-07-27 15:54:52,623 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Repair of failed migration in metadata table "PUBLIC"."schema_version" not necessary. No failed migration detected. 2017-07-27 15:54:52,629 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.007s). 2017-07-27 15:54:52,630 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2017-07-27 15:54:52,745 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.006s) 2017-07-27 15:54:52,753 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-27 15:54:52,769 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-27 15:54:52,781 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-27 15:54:52,802 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-27 15:54:52,813 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-27 15:54:52,819 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-27 15:54:52,824 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-27 15:54:52,830 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-27 15:54:52,834 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-27 15:54:52,840 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-27 15:54:52,845 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-27 15:54:52,849 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.099s). 2017-07-27 15:54:52,850 INFO [main] org.appng.core.controller.PlatformStartup: Platform connection: HSQL jdbc:hsqldb:hsql://localhost:9050/appng 2017-07-27 15:54:52,850 INFO [main] org.appng.core.controller.PlatformStartup: appNG null started in 549 ms. 2017-07-27 15:54:52,850 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== 2017-07-27 15:54:57,852 INFO [main] org.appng.core.controller.PlatformStartup: appNG stopped. 2017-07-27 15:54:57,853 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.568 s - in org.appng.core.controller.PlatformStartupTest [INFO] Running org.appng.core.controller.SessionListenerTest 2017-07-27 15:54:57,919 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2017-07-27 15:54:57) 2017-07-27 15:54:57,921 INFO [main] org.appng.core.controller.SessionListener: Session created: ERTERTZGFHFGHGFH234 (created: 2017-07-27 15:54:57) 2017-07-27 15:54:57,921 INFO [main] org.appng.core.controller.SessionListener: Session destroyed: ZUS383883OTOTOLSKKL (created: 2017-07-27 15:54:57, accessed: 2017-07-27 15:54:57, requests: 1, domain: http://localhost:8080, user-agent: null) 2017-07-27 15:54:57,923 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2017-07-27 15:54:57) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.appng.core.controller.SessionListenerTest [INFO] Running org.appng.core.controller.ApplicationContextTest 2017-07-27 15:54:57,935 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] 2017-07-27 15:54:57,935 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1e65f2d9, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6a27c2e8, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@72353b2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3e9e9ae0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@f5c44d0, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5b38e751] 2017-07-27 15:54:57,937 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml] 2017-07-27 15:54:57,960 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2017-07-27 15:54:57,966 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2017-07-27 15:54:57,974 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@469b8147: startup date [Thu Jul 27 15:54:57 CEST 2017]; root of context hierarchy 2017-07-27 15:54:58,077 INFO [HSQLDB Server @5444cda8] hsqldb.db.HSQLDB5D8454379C.ENGINE: Checkpoint start 2017-07-27 15:54:58,077 INFO [HSQLDB Server @5444cda8] hsqldb.db.HSQLDB5D8454379C.ENGINE: checkpointClose start 2017-07-27 15:54:58,088 INFO [HSQLDB Server @5444cda8] hsqldb.db.HSQLDB5D8454379C.ENGINE: checkpointClose synched 2017-07-27 15:54:58,100 INFO [HSQLDB Server @5444cda8] hsqldb.db.HSQLDB5D8454379C.ENGINE: checkpointClose script done 2017-07-27 15:54:58,122 INFO [HSQLDB Server @5444cda8] hsqldb.db.HSQLDB5D8454379C.ENGINE: checkpointClose end 2017-07-27 15:54:58,122 INFO [HSQLDB Server @5444cda8] hsqldb.db.HSQLDB5D8454379C.ENGINE: Checkpoint end - txts: 1 2017-07-27 15:54:58,183 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2017-07-27 15:54:58,184 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2017-07-27 15:54:58,317 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:54:58,324 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:54:58,587 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2017-07-27 15:54:59,017 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@469b8147: startup date [Thu Jul 27 15:54:57 CEST 2017]; root of context hierarchy 2017-07-27 15:54:59,018 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.198 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.007 s - in org.appng.core.controller.handler.GuiHandlerTest [INFO] Running org.appng.core.controller.handler.ServiceRequestHandlerTest 2017-07-27 15:54:59,152 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) 2017-07-27 15:54:59,163 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@44844ea6: startup date [Thu Jul 27 15:54:59 CEST 2017]; root of context hierarchy 2017-07-27 15:54:59,392 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) 2017-07-27 15:54:59,434 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@44844ea6: startup date [Thu Jul 27 15:54:59 CEST 2017]; root of context hierarchy [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 s - in org.appng.core.controller.handler.ServiceRequestHandlerTest [INFO] Running org.appng.core.controller.ControllerTest 2017-07-27 15:54:59,644 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,645 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1673331699 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,663 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,665 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#32813307 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,667 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,668 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#603964774 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,669 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,670 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1416943218 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,677 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,678 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#100865020 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,679 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,680 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1476801855 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,682 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,683 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1980671592 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,684 INFO [main] org.appng.core.Redirect : Redirecting request to /de/index (301) 2017-07-27 15:54:59,685 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,686 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#88410146 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,690 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,691 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#976671045 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,692 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,693 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#26089106 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,695 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,696 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#895651926 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,697 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,698 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#218598269 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,699 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,700 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#168356446 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,701 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,702 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#202714066 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,703 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,704 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1298684848 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,705 INFO [main] org.appng.core.Redirect : Redirecting request /de to /de/index (301) 2017-07-27 15:54:59,706 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,707 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1814599437 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,708 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,709 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#398673379 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,713 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,714 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#374987334 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,716 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,717 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#911093380 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,718 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,719 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1245689449 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,720 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,721 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#717888528 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-27 15:54:59,723 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-27 15:54:59,724 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1359870546 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.appng.core.controller.ControllerTest [INFO] Running org.appng.core.controller.RedirectTest 2017-07-27 15:54:59,728 INFO [main] org.appng.core.Redirect : Redirecting request to /targeturl (301) 2017-07-27 15:54:59,729 INFO [main] org.appng.core.Redirect : Redirecting request to targeturl (302) 2017-07-27 15:54:59,729 INFO [main] org.appng.core.Redirect : Redirecting request to http://www.example.com (301) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.core.controller.RedirectTest [INFO] Running org.appng.core.model.PlatformTransformerTest 2017-07-27 15:54:59,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] 2017-07-27 15:54:59,735 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1ae9ce0a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@32e4ad7a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2f61a56e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7f39d5f2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2b74cd81, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3c6c3ae8] 2017-07-27 15:54:59,736 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-27 15:54:59,879 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1e84b2de: startup date [Thu Jul 27 15:54:59 CEST 2017]; root of context hierarchy 2017-07-27 15:55:00,028 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:55:00,039 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-27 15:55:00,058 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:55:00,059 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:55:00,059 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:55:00,059 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:55:00,059 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:55:00,161 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:55:00,165 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:55:00,334 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7e4404bd] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:55:00,347 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@18d5372] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:55:00,363 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:55:00,415 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:55:00,590 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) 2017-07-27 15:55:00,591 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug with prefix 1454492752- 2017-07-27 15:55:00,606 WARN [main] org.appng.xml.transformation.StyleSheetProvider: [platform.xsl] stylesheet 'src/test/resources/template/appng:utils.xsl' is already defined, contents will be overridden! 2017-07-27 15:55:00,614 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) 2017-07-27 15:55:00,615 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) 2017-07-27 15:55:00,616 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) 2017-07-27 15:55:00,617 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug with prefix 118914729- 2017-07-27 15:55:00,624 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1e84b2de: startup date [Thu Jul 27 15:54:59 CEST 2017]; root of context hierarchy 2017-07-27 15:55:00,625 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-27 15:55:00,625 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.896 s - in org.appng.core.model.PlatformTransformerTest [INFO] Running org.appng.core.model.ApplicationProviderTest 2017-07-27 15:55:00,632 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] 2017-07-27 15:55:00,632 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5e6c3555, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6d41d760, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2fc87087, org.springframework.test.context.support.DirtiesContextTestExecutionListener@514f4f0b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6e360eea, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@d2f2e9b] 2017-07-27 15:55:00,633 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml] 2017-07-27 15:55:00,650 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2017-07-27 15:55:00,655 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2017-07-27 15:55:00,661 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@618f3bf1: startup date [Thu Jul 27 15:55:00 CEST 2017]; root of context hierarchy 2017-07-27 15:55:00,808 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2017-07-27 15:55:00,808 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2017-07-27 15:55:00,930 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:55:00,937 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:55:00,977 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2017-07-27 15:55:01,246 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: 1299057485 at org.appng.api.support.CallableAction.execute(CallableAction.java:387) at org.appng.api.support.CallableAction.perform(CallableAction.java:287) at org.appng.core.model.ActionElement.perform(ActionElement.java:69) at org.appng.core.model.ApplicationProvider.getActionSectionElement(ApplicationProvider.java:530) at org.appng.core.model.ApplicationProvider.access$000(ApplicationProvider.java:126) at org.appng.core.model.ApplicationProvider$2.perform(ApplicationProvider.java:422) at org.appng.core.model.ApplicationProvider.doMonitored(ApplicationProvider.java:465) at org.appng.core.model.ApplicationProvider.addElements(ApplicationProvider.java:430) 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:368) ... 42 more 2017-07-27 15:55:01,375 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: 460951078 at org.appng.api.support.CallableDataSource.perform(CallableDataSource.java:238) at org.appng.api.support.CallableAction.retrieveData(CallableAction.java:215) at org.appng.api.support.CallableAction.perform(CallableAction.java:285) at org.appng.core.model.ActionElement.perform(ActionElement.java:69) at org.appng.core.model.ApplicationProvider.getActionSectionElement(ApplicationProvider.java:530) at org.appng.core.model.ApplicationProvider.access$000(ApplicationProvider.java:126) at org.appng.core.model.ApplicationProvider$2.perform(ApplicationProvider.java:422) at org.appng.core.model.ApplicationProvider.doMonitored(ApplicationProvider.java:465) at org.appng.core.model.ApplicationProvider.addElements(ApplicationProvider.java:430) 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 2017-07-27 15:55:01,534 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@618f3bf1: startup date [Thu Jul 27 15:55:00 CEST 2017]; root of context hierarchy 2017-07-27 15:55:01,535 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.908 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.002 s - in org.appng.core.model.JarInfoBuilderTest [INFO] Running org.appng.core.model.PageParameterProcessorTest 2017-07-27 15:55:01,559 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.036 s - in org.appng.core.model.PageParameterProcessorTest [INFO] Running org.appng.core.model.OutputFormatAndTypeTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.appng.core.model.OutputFormatAndTypeTest [INFO] Running org.appng.core.model.CacheProviderTest 2017-07-27 15:55:01,590 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/platform/appNG 2017-07-27 15:55:01,590 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/application/appNG 2017-07-27 15:55:01,592 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/platform/appNG/foobar 2017-07-27 15:55:01,592 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.006 s - in org.appng.core.model.CacheProviderTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 243, 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.14.2.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://github.com/jhalterman/lyra/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/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/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/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/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/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/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/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/ProxyHandler.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/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/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/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/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/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/ProxyHandler.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/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/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/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/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/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/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/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/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/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/ProxyHandler.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/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... 2 warnings [WARNING] Javadoc Warnings [WARNING] /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/RepositoryImpl.java:393: warning - Tag @see:illegal character: "123" in "{@link #getTrustedCertChain()}" [WARNING] /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/RepositoryImpl.java:393: warning - Tag @see:illegal character: "64" in "{@link #getTrustedCertChain()}" [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.2-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.14.2 [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.14.2 [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.14.2 [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-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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.14.2/appng-core-1.14.2.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.14.2/appng-core-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.14.2/appng-core-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.14.2/appng-core-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.14.2/appng-core-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.14.2/appng-core-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.14.2/appng-core-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.14.2/appng-core-1.14.2-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.4-03 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.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.14.2/appng-core-1.14.2.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.14.2/appng-core-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.14.2/appng-core-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.14.2/appng-core-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.14.2/appng-core-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.14.2/appng-core-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.14.2/appng-core-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.14.2/appng-core-1.14.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 7 1.14.2 [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.14.2-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.14.2 [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.14.2 [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.14.2 [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-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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2.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.14.2/appng-tomcat7-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2-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.4-03 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.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2.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.14.2/appng-tomcat7-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 8 1.14.2 [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.14.2-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.14.2 [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.14.2 [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.14.2 [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-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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2.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.14.2/appng-tomcat8-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2-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.4-03 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.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2.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.14.2/appng-tomcat8-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Command Line Interface 1.14.2 [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 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 65 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/heartbeat/HeartBeat.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/heartbeat/HeartBeat.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/heartbeat/HeartBeat.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 10 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 34 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-cli --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.cli.commands.application.CommandListApplicationsTest 2017-07-27 15:56:28,731 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2017-07-27 15:56:28,749 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@641147d0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6e38921c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@64d7f7e0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@27c6e487, org.springframework.test.context.transaction.TransactionalTestExecutionListener@49070868, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6385cb26] 2017-07-27 15:56:28,835 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:29,257 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@145eaa29: startup date [Thu Jul 27 15:56:29 CEST 2017]; root of context hierarchy 2017-07-27 15:56:29,918 INFO [HSQLDB Server @46dffdc3] hsqldb.db.HSQLDB5D84559E46.ENGINE: Checkpoint start 2017-07-27 15:56:29,919 INFO [HSQLDB Server @46dffdc3] hsqldb.db.HSQLDB5D84559E46.ENGINE: checkpointClose start 2017-07-27 15:56:29,926 INFO [HSQLDB Server @46dffdc3] hsqldb.db.HSQLDB5D84559E46.ENGINE: checkpointClose synched 2017-07-27 15:56:29,941 INFO [HSQLDB Server @46dffdc3] hsqldb.db.HSQLDB5D84559E46.ENGINE: checkpointClose script done 2017-07-27 15:56:29,969 INFO [HSQLDB Server @46dffdc3] hsqldb.db.HSQLDB5D84559E46.ENGINE: checkpointClose end 2017-07-27 15:56:29,971 INFO [HSQLDB Server @46dffdc3] hsqldb.db.HSQLDB5D84559E46.ENGINE: Checkpoint end - txts: 1 2017-07-27 15:56:30,149 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:30,240 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:30,468 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.10.Final} 2017-07-27 15:56:30,470 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2017-07-27 15:56:30,526 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2017-07-27 15:56:30,702 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:30,703 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:30,703 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:30,703 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:30,707 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:30,856 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:30,937 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:31,559 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.4.1.Final 2017-07-27 15:56:32,247 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5ba90d8a] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:32,262 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2282400e] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:32,380 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:32,868 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:33,712 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d88fa9c testClass = CommandListApplicationsTest, testInstance = org.appng.cli.commands.application.CommandListApplicationsTest@3eac2e8a, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@668a32a4 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@1693ff90]; rollback [false] 2017-07-27 15:56:33,961 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7d88fa9c testClass = CommandListApplicationsTest, testInstance = org.appng.cli.commands.application.CommandListApplicationsTest@3eac2e8a, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@668a32a4 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]]]. 2017-07-27 15:56:33,964 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@145eaa29: startup date [Thu Jul 27 15:56:29 CEST 2017]; root of context hierarchy 2017-07-27 15:56:33,968 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:33,968 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: 5.503 s - in org.appng.cli.commands.application.CommandListApplicationsTest [INFO] Running org.appng.cli.commands.application.CommandListApplicationsForSiteTest 2017-07-27 15:56:33,975 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] 2017-07-27 15:56:33,975 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@642c72cf, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4e6cbdf1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@67fac095, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5a13f1f7, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5dae5a70, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7686f701] 2017-07-27 15:56:33,976 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:34,108 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@47c96f2c: startup date [Thu Jul 27 15:56:34 CEST 2017]; root of context hierarchy 2017-07-27 15:56:34,273 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:34,285 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:34,303 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:34,303 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:34,303 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:34,303 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:34,303 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:34,405 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:34,413 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:34,617 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4eb48298] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:34,632 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2d3bb944] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:34,665 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:34,728 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:34,897 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@414d2821 testClass = CommandListApplicationsForSiteTest, testInstance = org.appng.cli.commands.application.CommandListApplicationsForSiteTest@7378c4a4, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@696105c4 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@2f112ade]; rollback [false] 2017-07-27 15:56:35,127 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@414d2821 testClass = CommandListApplicationsForSiteTest, testInstance = org.appng.cli.commands.application.CommandListApplicationsForSiteTest@7378c4a4, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@696105c4 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]]]. 2017-07-27 15:56:35,127 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@47c96f2c: startup date [Thu Jul 27 15:56:34 CEST 2017]; root of context hierarchy 2017-07-27 15:56:35,129 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:35,129 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.161 s - in org.appng.cli.commands.application.CommandListApplicationsForSiteTest [INFO] Running org.appng.cli.commands.application.CommandInstallApplicationTest 2017-07-27 15:56:35,136 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2017-07-27 15:56:35,136 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@23ea3853, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6f1163f7, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@e4348c0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4ca907af, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3ef396c9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5a99543b] 2017-07-27 15:56:35,137 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:35,243 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4e0802e0: startup date [Thu Jul 27 15:56:35 CEST 2017]; root of context hierarchy 2017-07-27 15:56:35,394 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:35,405 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:35,424 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:35,424 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:35,424 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:35,424 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:35,425 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:35,527 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:35,533 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:35,663 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7a023e34] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:35,675 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@260f05ee] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:35,703 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:35,771 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:35,910 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@26caf4b6 testClass = CommandInstallApplicationTest, testInstance = org.appng.cli.commands.application.CommandInstallApplicationTest@4411a0fe, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@28b16193 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@4c1fed69]; rollback [false] 2017-07-27 15:56:36,014 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/ 2017-07-27 15:56:36,099 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2017-07-27 15:56:36,120 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2017-07-27 15:56:36,123 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2017-07-27 15:56:36,124 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2017-07-27 15:56:36,125 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-27 15:56:36,135 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2017-07-27 15:56:36,138 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2017-07-27 15:56:36,140 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 15:56:36,140 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2017-07-27 15:56:36,144 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2017-07-27 15:56:36,147 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2017-07-27 15:56:36,147 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2017-07-27 15:56:36,150 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2017-07-27 15:56:36,150 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2017-07-27 15:56:36,182 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2017-07-27 15:56:36,182 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2017-07-27 15:56:36,184 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2017-07-27 15:56:36,184 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2017-07-27 15:56:36,184 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2017-07-27 15:56:36,185 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2017-07-27 15:56:36,185 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2017-07-27 15:56:36,185 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2017-07-27 15:56:36,185 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2017-07-27 15:56:36,185 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2017-07-27 15:56:36,185 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.4 2017-07-27 15:56:36,185 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml 2017-07-27 15:56:36,204 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml 2017-07-27 15:56:36,216 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml 2017-07-27 15:56:36,228 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml 2017-07-27 15:56:36,243 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml 2017-07-27 15:56:36,254 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml 2017-07-27 15:56:36,266 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml 2017-07-27 15:56:36,276 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties 2017-07-27 15:56:36,280 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql 2017-07-27 15:56:36,291 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql 2017-07-27 15:56:36,316 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-27 15:56:36,318 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-27 15:56:36,320 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 15:56:36,323 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-27 15:56:36,324 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2017-07-27 15:56:36,327 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2017-07-27 15:56:36,342 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@26caf4b6 testClass = CommandInstallApplicationTest, testInstance = org.appng.cli.commands.application.CommandInstallApplicationTest@4411a0fe, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@28b16193 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]]]. 2017-07-27 15:56:36,343 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4e0802e0: startup date [Thu Jul 27 15:56:35 CEST 2017]; root of context hierarchy 2017-07-27 15:56:36,344 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:36,345 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.214 s - in org.appng.cli.commands.application.CommandInstallApplicationTest [INFO] Running org.appng.cli.commands.property.CommandUpdatePropertyTest 2017-07-27 15:56:36,350 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] 2017-07-27 15:56:36,350 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@9e092b5, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@52737c1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@158cb50a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@649a6d88, org.springframework.test.context.transaction.TransactionalTestExecutionListener@69e23e94, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@55c78556] 2017-07-27 15:56:36,351 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:36,442 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@25134e01: startup date [Thu Jul 27 15:56:36 CEST 2017]; root of context hierarchy 2017-07-27 15:56:36,591 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:36,608 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:36,663 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:36,663 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:36,664 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:36,664 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:36,664 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:36,766 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:36,771 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:36,898 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5a004dd4] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:36,910 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5afbbf9b] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:36,937 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:36,994 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:37,138 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@c32908c testClass = CommandUpdatePropertyTest, testInstance = org.appng.cli.commands.property.CommandUpdatePropertyTest@588b02a0, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@730a140b 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@511ba9c9]; rollback [false] 2017-07-27 15:56:37,184 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@c32908c testClass = CommandUpdatePropertyTest, testInstance = org.appng.cli.commands.property.CommandUpdatePropertyTest@588b02a0, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@730a140b 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]]]. 2017-07-27 15:56:37,185 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@25134e01: startup date [Thu Jul 27 15:56:36 CEST 2017]; root of context hierarchy 2017-07-27 15:56:37,187 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:37,187 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: 0.842 s - in org.appng.cli.commands.property.CommandUpdatePropertyTest [INFO] Running org.appng.cli.commands.property.CommandListPropertiesTest 2017-07-27 15:56:37,193 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] 2017-07-27 15:56:37,193 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2258228f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@42210d27, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@74307afd, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6a063931, org.springframework.test.context.transaction.TransactionalTestExecutionListener@9a932a4, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@43ab4e83] 2017-07-27 15:56:37,194 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:37,294 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@343b3399: startup date [Thu Jul 27 15:56:37 CEST 2017]; root of context hierarchy 2017-07-27 15:56:37,446 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:37,459 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:37,478 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:37,478 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:37,478 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:37,478 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:37,478 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:37,580 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:37,585 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:37,698 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@60b721c9] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:37,706 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4f2ab774] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:37,728 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:37,772 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:37,906 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@685efb22 testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@24a696c0, testMethod = testChangedValuesFilter@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@578036a2 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@655e3f4c]; rollback [false] 2017-07-27 15:56:37,948 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@685efb22 testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@24a696c0, testMethod = testChangedValuesFilter@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@578036a2 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]]]. 2017-07-27 15:56:37,950 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@685efb22 testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@bb0dcb6, testMethod = testChangedValues@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@578036a2 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@655e3f4c]; rollback [false] 2017-07-27 15:56:37,968 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@685efb22 testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@bb0dcb6, testMethod = testChangedValues@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@578036a2 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]]]. 2017-07-27 15:56:37,970 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@685efb22 testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@45ec9b22, testMethod = testFilter@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@578036a2 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@655e3f4c]; rollback [false] 2017-07-27 15:56:37,980 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@685efb22 testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@45ec9b22, testMethod = testFilter@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@578036a2 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]]]. 2017-07-27 15:56:37,981 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@685efb22 testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@545ffe1, testMethod = testValues@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@578036a2 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@655e3f4c]; rollback [false] 2017-07-27 15:56:37,992 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@685efb22 testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@545ffe1, testMethod = testValues@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@578036a2 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]]]. 2017-07-27 15:56:37,994 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@685efb22 testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@62ccbd95, testMethod = testSiteProperties@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@578036a2 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@655e3f4c]; rollback [false] 2017-07-27 15:56:38,103 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@685efb22 testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@62ccbd95, testMethod = testSiteProperties@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@578036a2 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]]]. 2017-07-27 15:56:38,106 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@685efb22 testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@48515dfc, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@578036a2 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@655e3f4c]; rollback [false] 2017-07-27 15:56:38,123 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@685efb22 testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@48515dfc, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@578036a2 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]]]. 2017-07-27 15:56:38,123 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@343b3399: startup date [Thu Jul 27 15:56:37 CEST 2017]; root of context hierarchy 2017-07-27 15:56:38,125 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:38,125 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.939 s - in org.appng.cli.commands.property.CommandListPropertiesTest [INFO] Running org.appng.cli.commands.property.CommandCreateClobPropertyTest 2017-07-27 15:56:38,134 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] 2017-07-27 15:56:38,134 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@21e5feb, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@33742179, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6ca1c156, org.springframework.test.context.support.DirtiesContextTestExecutionListener@521f2a23, org.springframework.test.context.transaction.TransactionalTestExecutionListener@228ed68c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@30e3544d] 2017-07-27 15:56:38,135 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:38,226 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@522a9876: startup date [Thu Jul 27 15:56:38 CEST 2017]; root of context hierarchy 2017-07-27 15:56:38,374 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:38,385 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:38,401 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:38,402 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:38,402 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:38,402 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:38,402 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:38,504 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:38,509 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:38,644 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7ab7a4eb] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:38,653 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7ec00f98] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:38,676 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:38,749 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:38,884 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@50cbe633 testClass = CommandCreateClobPropertyTest, testInstance = org.appng.cli.commands.property.CommandCreateClobPropertyTest@57e1bc88, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@43a8960 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@5b9ec0]; rollback [false] 2017-07-27 15:56:39,002 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@50cbe633 testClass = CommandCreateClobPropertyTest, testInstance = org.appng.cli.commands.property.CommandCreateClobPropertyTest@57e1bc88, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@43a8960 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]]]. 2017-07-27 15:56:39,003 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@522a9876: startup date [Thu Jul 27 15:56:38 CEST 2017]; root of context hierarchy 2017-07-27 15:56:39,005 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:39,005 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: 0.879 s - in org.appng.cli.commands.property.CommandCreateClobPropertyTest [INFO] Running org.appng.cli.commands.property.CommandUpdateClobPropertyTest 2017-07-27 15:56:39,013 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] 2017-07-27 15:56:39,014 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@e937569, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7094f0ae, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@280f0c37, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6c23667e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@790e6eae, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2e48f0a1] 2017-07-27 15:56:39,015 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:39,116 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7e762feb: startup date [Thu Jul 27 15:56:39 CEST 2017]; root of context hierarchy 2017-07-27 15:56:39,272 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:39,288 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:39,309 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:39,310 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:39,310 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:39,310 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:39,310 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:39,412 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:39,417 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:39,518 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@426786ee] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:39,526 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4d97c12c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:39,545 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:39,604 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:39,712 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@1a593fc7 testClass = CommandUpdateClobPropertyTest, testInstance = org.appng.cli.commands.property.CommandUpdateClobPropertyTest@13e59265, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@26f6fbbd 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@27c243a3]; rollback [false] 2017-07-27 15:56:39,810 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@1a593fc7 testClass = CommandUpdateClobPropertyTest, testInstance = org.appng.cli.commands.property.CommandUpdateClobPropertyTest@13e59265, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@26f6fbbd 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]]]. 2017-07-27 15:56:39,811 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7e762feb: startup date [Thu Jul 27 15:56:39 CEST 2017]; root of context hierarchy 2017-07-27 15:56:39,812 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:39,813 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: 0.807 s - in org.appng.cli.commands.property.CommandUpdateClobPropertyTest [INFO] Running org.appng.cli.commands.property.CommandCreatePropertyTest 2017-07-27 15:56:39,825 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2017-07-27 15:56:39,825 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@43462cef, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@13e8149a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@9fc9166, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1a100769, org.springframework.test.context.transaction.TransactionalTestExecutionListener@68437190, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3b5cf4c6] 2017-07-27 15:56:39,826 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:39,928 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@56c6256a: startup date [Thu Jul 27 15:56:39 CEST 2017]; root of context hierarchy 2017-07-27 15:56:40,077 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:40,094 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:40,116 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:40,116 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:40,116 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:40,117 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:40,117 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:40,219 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:40,226 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:40,347 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2ad404c0] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:40,355 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@41285940] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:40,374 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:40,429 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:40,545 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@3f096fa1 testClass = CommandCreatePropertyTest, testInstance = org.appng.cli.commands.property.CommandCreatePropertyTest@4e542ef4, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5b8d700c 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@59b0d24d]; rollback [false] 2017-07-27 15:56:40,572 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@3f096fa1 testClass = CommandCreatePropertyTest, testInstance = org.appng.cli.commands.property.CommandCreatePropertyTest@4e542ef4, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5b8d700c 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]]]. 2017-07-27 15:56:40,573 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@56c6256a: startup date [Thu Jul 27 15:56:39 CEST 2017]; root of context hierarchy 2017-07-27 15:56:40,573 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:40,574 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: 0.759 s - in org.appng.cli.commands.property.CommandCreatePropertyTest [INFO] Running org.appng.cli.commands.permission.AddPermissionTest 2017-07-27 15:56:40,580 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] 2017-07-27 15:56:40,580 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@42a3abe9, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1e0fd2ac, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@27d74c62, org.springframework.test.context.support.DirtiesContextTestExecutionListener@66949b48, org.springframework.test.context.transaction.TransactionalTestExecutionListener@39379890, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@59cda7a8] 2017-07-27 15:56:40,581 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:40,660 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@446454af: startup date [Thu Jul 27 15:56:40 CEST 2017]; root of context hierarchy 2017-07-27 15:56:40,807 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:40,825 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:40,849 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:40,849 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:40,849 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:40,849 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:40,849 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:40,952 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:40,958 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:41,079 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5d1915d1] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:41,086 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@797f26ce] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:41,104 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:41,146 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:41,277 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@25cf767e testClass = AddPermissionTest, testInstance = org.appng.cli.commands.permission.AddPermissionTest@5a89762c, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@232a0cfd 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@323b4ac5]; rollback [false] 2017-07-27 15:56:41,324 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@25cf767e testClass = AddPermissionTest, testInstance = org.appng.cli.commands.permission.AddPermissionTest@5a89762c, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@232a0cfd 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]]]. 2017-07-27 15:56:41,324 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@446454af: startup date [Thu Jul 27 15:56:40 CEST 2017]; root of context hierarchy 2017-07-27 15:56:41,325 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:41,325 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: 0.751 s - in org.appng.cli.commands.permission.AddPermissionTest [INFO] Running org.appng.cli.commands.permission.RemovePermissionTest 2017-07-27 15:56:41,333 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] 2017-07-27 15:56:41,333 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1d8f4623, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6d425496, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@9f1f42c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3e2544e9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@597ca350, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2665ba0d] 2017-07-27 15:56:41,334 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:41,417 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@20337a79: startup date [Thu Jul 27 15:56:41 CEST 2017]; root of context hierarchy 2017-07-27 15:56:41,569 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:41,585 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:41,607 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:41,607 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:41,608 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:41,608 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:41,608 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:41,778 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:41,782 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:41,880 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@423c8cb7] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:41,886 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@398b69ed] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:41,905 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:41,950 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:42,075 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@1ac483d3 testClass = RemovePermissionTest, testInstance = org.appng.cli.commands.permission.RemovePermissionTest@457ac70d, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@586b804 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@6aa4b9ae]; rollback [false] 2017-07-27 15:56:42,123 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@1ac483d3 testClass = RemovePermissionTest, testInstance = org.appng.cli.commands.permission.RemovePermissionTest@457ac70d, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@586b804 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]]]. 2017-07-27 15:56:42,124 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@20337a79: startup date [Thu Jul 27 15:56:41 CEST 2017]; root of context hierarchy 2017-07-27 15:56:42,125 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:42,125 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: 0.798 s - in org.appng.cli.commands.permission.RemovePermissionTest [INFO] Running org.appng.cli.commands.permission.ListPermissionTest 2017-07-27 15:56:42,132 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] 2017-07-27 15:56:42,132 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@487950e0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@71efa55d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3627e94a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4a7f5550, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4883e2af, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@44ca73af] 2017-07-27 15:56:42,132 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:42,209 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4d2eafc5: startup date [Thu Jul 27 15:56:42 CEST 2017]; root of context hierarchy 2017-07-27 15:56:42,356 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:42,366 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:42,382 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:42,382 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:42,382 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:42,382 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:42,382 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:42,484 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:42,490 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:42,583 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@76033d9] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:42,589 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1a0a6827] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:42,607 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:42,658 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:42,768 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@37ad8e66 testClass = ListPermissionTest, testInstance = org.appng.cli.commands.permission.ListPermissionTest@786b6aeb, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7a3a7f99 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@4d819078]; rollback [false] 2017-07-27 15:56:42,812 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@37ad8e66 testClass = ListPermissionTest, testInstance = org.appng.cli.commands.permission.ListPermissionTest@786b6aeb, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7a3a7f99 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]]]. 2017-07-27 15:56:42,813 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4d2eafc5: startup date [Thu Jul 27 15:56:42 CEST 2017]; root of context hierarchy 2017-07-27 15:56:42,813 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:42,813 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: 0.687 s - in org.appng.cli.commands.permission.ListPermissionTest [INFO] Running org.appng.cli.commands.repository.CommandListRepositoryTest 2017-07-27 15:56:42,819 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] 2017-07-27 15:56:42,820 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2f951b24, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@53919446, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@302d88d8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@66277dde, org.springframework.test.context.transaction.TransactionalTestExecutionListener@616c1605, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3e009dca] 2017-07-27 15:56:42,820 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:42,899 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@62b7a99a: startup date [Thu Jul 27 15:56:42 CEST 2017]; root of context hierarchy 2017-07-27 15:56:43,044 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:43,057 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:43,077 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:43,077 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:43,078 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:43,078 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:43,078 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:43,180 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:43,185 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:43,286 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6b238c47] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:43,292 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2bd813b4] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:43,308 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:43,347 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:43,463 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5cf95d65 testClass = CommandListRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandListRepositoryTest@7dddd554, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@310e231e 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@35c8d32a]; rollback [false] 2017-07-27 15:56:43,499 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5cf95d65 testClass = CommandListRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandListRepositoryTest@7dddd554, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@310e231e 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]]]. 2017-07-27 15:56:43,500 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@62b7a99a: startup date [Thu Jul 27 15:56:42 CEST 2017]; root of context hierarchy 2017-07-27 15:56:43,500 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:43,501 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: 0.686 s - in org.appng.cli.commands.repository.CommandListRepositoryTest [INFO] Running org.appng.cli.commands.repository.CommandDeleteRepositoryTest 2017-07-27 15:56:43,507 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] 2017-07-27 15:56:43,507 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3ef1b8d3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@44726b24, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2b08d18b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@535708fd, org.springframework.test.context.transaction.TransactionalTestExecutionListener@60d31564, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@37af6911] 2017-07-27 15:56:43,508 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:43,617 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5ac672e6: startup date [Thu Jul 27 15:56:43 CEST 2017]; root of context hierarchy 2017-07-27 15:56:43,767 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:43,785 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:43,808 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:43,808 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:43,809 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:43,809 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:43,809 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:43,911 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:43,918 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:44,048 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@288710bd] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:44,054 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4a327add] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:44,073 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:44,118 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:44,237 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@29dbc7b testClass = CommandDeleteRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandDeleteRepositoryTest@72db62f6, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2e235d32 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@17e23aa8]; rollback [false] 2017-07-27 15:56:44,276 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@29dbc7b testClass = CommandDeleteRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandDeleteRepositoryTest@72db62f6, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2e235d32 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]]]. 2017-07-27 15:56:44,277 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5ac672e6: startup date [Thu Jul 27 15:56:43 CEST 2017]; root of context hierarchy 2017-07-27 15:56:44,277 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:44,277 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: 0.776 s - in org.appng.cli.commands.repository.CommandDeleteRepositoryTest [INFO] Running org.appng.cli.commands.repository.CommandCreateRepositoryTest 2017-07-27 15:56:44,284 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] 2017-07-27 15:56:44,284 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3a31cbcc, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@57eac75b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@35255eb8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2dc65f44, org.springframework.test.context.transaction.TransactionalTestExecutionListener@191d9e9b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@184c42fc] 2017-07-27 15:56:44,285 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:44,373 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7030fd3: startup date [Thu Jul 27 15:56:44 CEST 2017]; root of context hierarchy 2017-07-27 15:56:44,527 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:44,543 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:44,566 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:44,566 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:44,567 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:44,567 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:44,567 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:44,670 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:44,677 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:44,799 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6d0bd82a] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:44,805 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@23463f39] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:44,823 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:44,863 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:44,977 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@1bcbb240 testClass = CommandCreateRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandCreateRepositoryTest@29d8d547, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@556785ee 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@4a05adf4]; rollback [false] 2017-07-27 15:56:45,017 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@1bcbb240 testClass = CommandCreateRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandCreateRepositoryTest@29d8d547, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@556785ee 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]]]. 2017-07-27 15:56:45,017 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7030fd3: startup date [Thu Jul 27 15:56:44 CEST 2017]; root of context hierarchy 2017-07-27 15:56:45,018 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:45,019 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: 0.741 s - in org.appng.cli.commands.repository.CommandCreateRepositoryTest [INFO] Running org.appng.cli.commands.template.CommandInstallTemplateTest 2017-07-27 15:56:45,029 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] 2017-07-27 15:56:45,029 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@425fa2ea, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4e98bd7, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@156e3dce, org.springframework.test.context.support.DirtiesContextTestExecutionListener@67830628, org.springframework.test.context.transaction.TransactionalTestExecutionListener@58f4b0c0, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@100b3f3a] 2017-07-27 15:56:45,031 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:45,126 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@746ff0b8: startup date [Thu Jul 27 15:56:45 CEST 2017]; root of context hierarchy 2017-07-27 15:56:45,292 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:45,305 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:45,321 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:45,322 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:45,322 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:45,322 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:45,322 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:45,427 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:45,432 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:45,547 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7e5610e5] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:45,553 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@736fc252] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:45,575 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:45,623 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:45,726 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@17087df1 testClass = CommandInstallTemplateTest, testInstance = org.appng.cli.commands.template.CommandInstallTemplateTest@12a79800, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5df8ddc7 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@22fba5df]; rollback [false] 2017-07-27 15:56:45,759 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/ 2017-07-27 15:56:45,785 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2017-07-27 15:56:45,785 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2017-07-27 15:56:45,785 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2017-07-27 15:56:45,786 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2017-07-27 15:56:45,787 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2017-07-27 15:56:45,787 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2017-07-27 15:56:45,866 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@17087df1 testClass = CommandInstallTemplateTest, testInstance = org.appng.cli.commands.template.CommandInstallTemplateTest@12a79800, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5df8ddc7 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]]]. 2017-07-27 15:56:45,867 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@746ff0b8: startup date [Thu Jul 27 15:56:45 CEST 2017]; root of context hierarchy 2017-07-27 15:56:45,868 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:45,868 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: 0.847 s - in org.appng.cli.commands.template.CommandInstallTemplateTest [INFO] Running org.appng.cli.commands.subject.CommandDeleteSubjectTest 2017-07-27 15:56:45,875 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] 2017-07-27 15:56:45,876 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@121f1fa4, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7cf90c7f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6604c7cc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@12f1da95, org.springframework.test.context.transaction.TransactionalTestExecutionListener@78f91550, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4c5774c4] 2017-07-27 15:56:45,877 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:45,952 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@cade025: startup date [Thu Jul 27 15:56:45 CEST 2017]; root of context hierarchy 2017-07-27 15:56:46,099 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:46,111 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:46,128 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:46,129 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:46,129 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:46,129 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:46,129 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:46,232 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:46,241 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:46,372 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@dffbf7a] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:46,381 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@aada50f] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:46,405 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:46,450 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:46,578 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@c9fa601 testClass = CommandDeleteSubjectTest, testInstance = org.appng.cli.commands.subject.CommandDeleteSubjectTest@3fb3e4c0, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@77533ac3 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@68b4b9db]; rollback [false] 2017-07-27 15:56:46,615 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@c9fa601 testClass = CommandDeleteSubjectTest, testInstance = org.appng.cli.commands.subject.CommandDeleteSubjectTest@3fb3e4c0, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@77533ac3 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]]]. 2017-07-27 15:56:46,616 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@cade025: startup date [Thu Jul 27 15:56:45 CEST 2017]; root of context hierarchy 2017-07-27 15:56:46,616 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:46,617 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: 0.749 s - in org.appng.cli.commands.subject.CommandDeleteSubjectTest [INFO] Running org.appng.cli.commands.subject.CommandListSubjectTest 2017-07-27 15:56:46,623 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] 2017-07-27 15:56:46,623 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5a4b4c99, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@21a314ce, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2522e57c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@50989536, org.springframework.test.context.transaction.TransactionalTestExecutionListener@50373438, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@698b4f94] 2017-07-27 15:56:46,624 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:46,694 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5b304edc: startup date [Thu Jul 27 15:56:46 CEST 2017]; root of context hierarchy 2017-07-27 15:56:46,834 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:46,844 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:46,860 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:46,860 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:46,860 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:46,860 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:46,860 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:46,964 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:46,972 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:47,069 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@28a9f2b8] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:47,074 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@11d93a62] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:47,095 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:47,130 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:47,236 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@592d5234 testClass = CommandListSubjectTest, testInstance = org.appng.cli.commands.subject.CommandListSubjectTest@3195d5b2, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@75d74321 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@524c8858]; rollback [false] 2017-07-27 15:56:47,270 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@592d5234 testClass = CommandListSubjectTest, testInstance = org.appng.cli.commands.subject.CommandListSubjectTest@3195d5b2, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@75d74321 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]]]. 2017-07-27 15:56:47,271 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5b304edc: startup date [Thu Jul 27 15:56:46 CEST 2017]; root of context hierarchy 2017-07-27 15:56:47,271 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:47,272 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: 0.654 s - in org.appng.cli.commands.subject.CommandListSubjectTest [INFO] Running org.appng.cli.commands.subject.CommandCreateSubjectTest 2017-07-27 15:56:47,278 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] 2017-07-27 15:56:47,278 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@74280080, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6b336d13, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@40e73d61, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3ee03bc1, org.springframework.test.context.transaction.TransactionalTestExecutionListener@a78109d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7a53af34] 2017-07-27 15:56:47,279 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:47,349 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@326892a: startup date [Thu Jul 27 15:56:47 CEST 2017]; root of context hierarchy 2017-07-27 15:56:47,605 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:47,615 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:47,631 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:47,631 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:47,631 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:47,631 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:47,631 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:47,734 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:47,739 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:47,824 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4a28c4e9] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:47,830 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@39ea0da4] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:47,844 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:47,884 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:47,993 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@15019a34 testClass = CommandCreateSubjectTest, testInstance = org.appng.cli.commands.subject.CommandCreateSubjectTest@4db064d6, testMethod = testException@CommandCreateSubjectTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a7f50bd 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@f2efc8]; rollback [false] 2017-07-27 15:56:48,019 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@15019a34 testClass = CommandCreateSubjectTest, testInstance = org.appng.cli.commands.subject.CommandCreateSubjectTest@4db064d6, testMethod = testException@CommandCreateSubjectTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a7f50bd 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]]]. 2017-07-27 15:56:48,021 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@15019a34 testClass = CommandCreateSubjectTest, testInstance = org.appng.cli.commands.subject.CommandCreateSubjectTest@7455f30, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a7f50bd 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@f2efc8]; rollback [false] 2017-07-27 15:56:49,044 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@15019a34 testClass = CommandCreateSubjectTest, testInstance = org.appng.cli.commands.subject.CommandCreateSubjectTest@7455f30, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a7f50bd 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]]]. 2017-07-27 15:56:49,044 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@326892a: startup date [Thu Jul 27 15:56:47 CEST 2017]; root of context hierarchy 2017-07-27 15:56:49,045 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:49,046 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.773 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.051 s - in org.appng.cli.commands.CommandBatchTest [INFO] Running org.appng.cli.commands.group.CommandAddGroupTest 2017-07-27 15:56:49,106 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] 2017-07-27 15:56:49,106 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3e61d33, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@676b8278, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@165527e1, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6df0acb0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5ecc3bb8, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@658f1a5b] 2017-07-27 15:56:49,107 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:49,193 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5ada4324: startup date [Thu Jul 27 15:56:49 CEST 2017]; root of context hierarchy 2017-07-27 15:56:49,348 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:49,363 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:49,384 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:49,385 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:49,385 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:49,385 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:49,385 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:49,487 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:49,500 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:49,601 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@15fd8daa] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:49,607 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2d15ebbe] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:49,631 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:49,675 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:49,794 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@267c53b testClass = CommandAddGroupTest, testInstance = org.appng.cli.commands.group.CommandAddGroupTest@33a3b1ac, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@506938cf 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@1880501d]; rollback [false] 2017-07-27 15:56:49,837 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@267c53b testClass = CommandAddGroupTest, testInstance = org.appng.cli.commands.group.CommandAddGroupTest@33a3b1ac, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@506938cf 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]]]. 2017-07-27 15:56:49,837 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5ada4324: startup date [Thu Jul 27 15:56:49 CEST 2017]; root of context hierarchy 2017-07-27 15:56:49,838 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:49,839 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: 0.737 s - in org.appng.cli.commands.group.CommandAddGroupTest [INFO] Running org.appng.cli.commands.group.CommandListGroupsTest 2017-07-27 15:56:49,845 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] 2017-07-27 15:56:49,846 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5a9941c1, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@663d48d1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6f3eab30, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2a72ac42, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3a756784, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3602dbdb] 2017-07-27 15:56:49,847 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:49,923 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2cff9100: startup date [Thu Jul 27 15:56:49 CEST 2017]; root of context hierarchy 2017-07-27 15:56:50,067 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:50,078 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:50,096 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:50,096 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:50,096 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:50,096 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:50,097 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:50,199 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:50,203 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:50,286 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@178e08b5] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:50,292 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6ae6ea0b] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:50,308 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:50,383 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:50,497 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@568e0e3 testClass = CommandListGroupsTest, testInstance = org.appng.cli.commands.group.CommandListGroupsTest@4df2f084, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4d56f4c0 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@439e894f]; rollback [false] 2017-07-27 15:56:50,522 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@568e0e3 testClass = CommandListGroupsTest, testInstance = org.appng.cli.commands.group.CommandListGroupsTest@4df2f084, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4d56f4c0 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]]]. 2017-07-27 15:56:50,523 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2cff9100: startup date [Thu Jul 27 15:56:49 CEST 2017]; root of context hierarchy 2017-07-27 15:56:50,523 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:50,523 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: 0.684 s - in org.appng.cli.commands.group.CommandListGroupsTest [INFO] Running org.appng.cli.commands.group.CommandCreateGroupTest 2017-07-27 15:56:50,529 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] 2017-07-27 15:56:50,529 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@32bbd221, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@74421bc6, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7d8933dd, org.springframework.test.context.support.DirtiesContextTestExecutionListener@c15257a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@60d3c403, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4ab7ff4] 2017-07-27 15:56:50,530 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:50,598 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3008a367: startup date [Thu Jul 27 15:56:50 CEST 2017]; root of context hierarchy 2017-07-27 15:56:50,740 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:50,755 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:50,775 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:50,775 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:50,776 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:50,776 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:50,776 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:50,878 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:50,884 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:50,982 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5f861587] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:50,987 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2667a07f] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:51,004 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:51,050 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:51,150 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@9695390 testClass = CommandCreateGroupTest, testInstance = org.appng.cli.commands.group.CommandCreateGroupTest@2337e48f, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@8bf1137 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@31f8177d]; rollback [false] 2017-07-27 15:56:51,176 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@9695390 testClass = CommandCreateGroupTest, testInstance = org.appng.cli.commands.group.CommandCreateGroupTest@2337e48f, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@8bf1137 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]]]. 2017-07-27 15:56:51,177 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3008a367: startup date [Thu Jul 27 15:56:50 CEST 2017]; root of context hierarchy 2017-07-27 15:56:51,177 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:51,177 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: 0.653 s - in org.appng.cli.commands.group.CommandCreateGroupTest [INFO] Running org.appng.cli.commands.group.CommandDeleteGroupTest 2017-07-27 15:56:51,183 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] 2017-07-27 15:56:51,184 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@22fbec8c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2a4131fb, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5a2ad61, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5259f1e5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2fbbe8ae, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@cd6ca4b] 2017-07-27 15:56:51,184 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:51,257 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1c0fb715: startup date [Thu Jul 27 15:56:51 CEST 2017]; root of context hierarchy 2017-07-27 15:56:51,401 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:51,416 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:51,445 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:51,445 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:51,445 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:51,445 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:51,445 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:51,548 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:51,553 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:51,634 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@320d231d] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:51,640 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3de10570] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:51,663 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:51,708 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:51,821 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@349c50da testClass = CommandDeleteGroupTest, testInstance = org.appng.cli.commands.group.CommandDeleteGroupTest@2d9cf583, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@26d592ea 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@396a936f]; rollback [false] 2017-07-27 15:56:51,851 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@349c50da testClass = CommandDeleteGroupTest, testInstance = org.appng.cli.commands.group.CommandDeleteGroupTest@2d9cf583, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@26d592ea 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]]]. 2017-07-27 15:56:51,851 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1c0fb715: startup date [Thu Jul 27 15:56:51 CEST 2017]; root of context hierarchy 2017-07-27 15:56:51,852 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:51,852 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: 0.674 s - in org.appng.cli.commands.group.CommandDeleteGroupTest [INFO] Running org.appng.cli.commands.site.CommandDeleteSiteTest 2017-07-27 15:56:51,858 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] 2017-07-27 15:56:51,858 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5725c1a2, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@115c4eed, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5b8b5134, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6d2e592a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@14ffbdfc, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@67a7b2a8] 2017-07-27 15:56:51,859 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:56:51,937 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@66a44d99: startup date [Thu Jul 27 15:56:51 CEST 2017]; root of context hierarchy 2017-07-27 15:56:52,087 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:52,099 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:56:52,116 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:56:52,117 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:56:52,117 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:56:52,117 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:56:52,117 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:56:52,219 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:56:52,225 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:56:52,331 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@47739769] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:52,337 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@44949dfd] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:56:52,355 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:56:52,396 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:56:52,509 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6d394690 testClass = CommandDeleteSiteTest, testInstance = org.appng.cli.commands.site.CommandDeleteSiteTest@72c65b88, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3d11c86b 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@743852d2]; rollback [false] site 'testsite' is NOT running at http://example.com:8080/manager/testsite 2017-07-27 15:57:02,718 INFO [main] org.appng.core.service.CoreService: starting deletion of site testsite 2017-07-27 15:57:02,750 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2017-07-27 15:57:02,783 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/bootstrapRoot/WEB-INF/cache/platform/testsite 2017-07-27 15:57:02,783 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/bootstrapRoot/WEB-INF/cache/application/testsite 2017-07-27 15:57:02,784 INFO [main] org.appng.core.service.CoreService: done deleting site testsite 2017-07-27 15:57:02,787 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6d394690 testClass = CommandDeleteSiteTest, testInstance = org.appng.cli.commands.site.CommandDeleteSiteTest@72c65b88, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3d11c86b 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]]]. 2017-07-27 15:57:02,787 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@66a44d99: startup date [Thu Jul 27 15:56:51 CEST 2017]; root of context hierarchy 2017-07-27 15:57:02,788 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:57:02,789 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: 10.936 s - in org.appng.cli.commands.site.CommandDeleteSiteTest [INFO] Running org.appng.cli.commands.site.CommandListSitesTest 2017-07-27 15:57:02,796 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] 2017-07-27 15:57:02,796 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@229c5104, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3df03e87, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@68c79bfc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7948037a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@391c7926, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5a46c84] 2017-07-27 15:57:02,797 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:57:02,890 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@51680fb7: startup date [Thu Jul 27 15:57:02 CEST 2017]; root of context hierarchy 2017-07-27 15:57:03,045 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:57:03,061 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:57:03,083 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:57:03,083 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:57:03,084 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:57:03,084 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:57:03,084 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:57:03,187 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:57:03,195 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:57:03,291 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@d450419] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:57:03,298 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@310d7600] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:57:03,320 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:57:03,358 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:57:03,466 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@187f73f9 testClass = CommandListSitesTest, testInstance = org.appng.cli.commands.site.CommandListSitesTest@4706896a, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@60212b77 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@79593a59]; rollback [false] 2017-07-27 15:57:03,541 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@187f73f9 testClass = CommandListSitesTest, testInstance = org.appng.cli.commands.site.CommandListSitesTest@4706896a, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@60212b77 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]]]. 2017-07-27 15:57:03,542 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@51680fb7: startup date [Thu Jul 27 15:57:02 CEST 2017]; root of context hierarchy 2017-07-27 15:57:03,543 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:57:03,543 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: 0.754 s - in org.appng.cli.commands.site.CommandListSitesTest [INFO] Running org.appng.cli.commands.site.CommandCreateSiteTest 2017-07-27 15:57:03,551 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] 2017-07-27 15:57:03,551 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@19550a0e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@41f99084, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1d0fb6fe, org.springframework.test.context.support.DirtiesContextTestExecutionListener@785e167a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@496a7605, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@449aa21c] 2017-07-27 15:57:03,552 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:57:03,633 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@24425437: startup date [Thu Jul 27 15:57:03 CEST 2017]; root of context hierarchy 2017-07-27 15:57:03,785 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:57:03,800 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:57:03,821 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:57:03,821 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:57:03,821 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:57:03,821 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:57:03,822 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:57:03,924 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:57:03,930 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:57:04,013 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@49cc239] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:57:04,018 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6da74f90] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:57:04,040 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:57:04,080 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:57:04,222 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@347809c testClass = CommandCreateSiteTest, testInstance = org.appng.cli.commands.site.CommandCreateSiteTest@e531ef1, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@119c2c9c 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@5529b7be]; rollback [false] 2017-07-27 15:57:04,324 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@347809c testClass = CommandCreateSiteTest, testInstance = org.appng.cli.commands.site.CommandCreateSiteTest@e531ef1, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@119c2c9c 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]]]. 2017-07-27 15:57:04,324 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@24425437: startup date [Thu Jul 27 15:57:03 CEST 2017]; root of context hierarchy 2017-07-27 15:57:04,325 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:57:04,325 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: 0.781 s - in org.appng.cli.commands.site.CommandCreateSiteTest [INFO] Running org.appng.cli.commands.site.CommandSetSiteActiveTest 2017-07-27 15:57:04,332 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] 2017-07-27 15:57:04,332 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@65072e7d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@38ca26f5, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2ee90f5e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@79318862, org.springframework.test.context.transaction.TransactionalTestExecutionListener@259935ff, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4c0d5237] 2017-07-27 15:57:04,332 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:57:04,438 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2a782717: startup date [Thu Jul 27 15:57:04 CEST 2017]; root of context hierarchy 2017-07-27 15:57:04,585 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:57:04,600 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:57:04,621 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:57:04,621 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:57:04,621 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:57:04,621 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:57:04,621 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:57:04,727 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:57:04,733 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:57:04,820 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5e7f55a4] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:57:04,825 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@305a0355] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:57:04,845 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:57:04,885 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:57:04,985 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7aedd36 testClass = CommandSetSiteActiveTest, testInstance = org.appng.cli.commands.site.CommandSetSiteActiveTest@60db8c9e, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@519e7f19 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@4d3828d7]; rollback [false] 2017-07-27 15:57:05,067 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7aedd36 testClass = CommandSetSiteActiveTest, testInstance = org.appng.cli.commands.site.CommandSetSiteActiveTest@60db8c9e, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@519e7f19 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]]]. 2017-07-27 15:57:05,068 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2a782717: startup date [Thu Jul 27 15:57:04 CEST 2017]; root of context hierarchy 2017-07-27 15:57:05,069 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:57:05,069 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: 0.743 s - in org.appng.cli.commands.site.CommandSetSiteActiveTest [INFO] Running org.appng.cli.commands.site.CommandCheckSiteRunningTest 2017-07-27 15:57:05,076 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] 2017-07-27 15:57:05,076 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1cbdcfc0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@8e07fd4, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6658a42b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4a1c7255, org.springframework.test.context.transaction.TransactionalTestExecutionListener@382d6719, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3338a117] 2017-07-27 15:57:05,077 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:57:05,149 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@10e222a7: startup date [Thu Jul 27 15:57:05 CEST 2017]; root of context hierarchy 2017-07-27 15:57:05,294 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:57:05,303 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:57:05,319 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:57:05,319 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:57:05,319 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:57:05,319 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:57:05,319 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:57:05,421 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:57:05,424 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:57:05,493 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@37e9481c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:57:05,497 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3e839a9f] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-27 15:57:05,512 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:57:05,564 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:57:05,652 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@1ba879d4 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@461487e0, testMethod = testInvalidResponse@CommandCheckSiteRunningTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6db945e7 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@3af10af2]; rollback [false] site 'test2' is NOT running at http://example.com/manager/test2 HTTP response code: 404 2017-07-27 15:57:05,995 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@1ba879d4 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@461487e0, testMethod = testInvalidResponse@CommandCheckSiteRunningTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6db945e7 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]]]. 2017-07-27 15:57:05,997 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@1ba879d4 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@48177921, testMethod = testInvalidUri@CommandCheckSiteRunningTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6db945e7 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@3af10af2]; rollback [false] site 'test' is NOT running at http://localhorst:8080/manager/test 2017-07-27 15:57:06,080 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@1ba879d4 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@48177921, testMethod = testInvalidUri@CommandCheckSiteRunningTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6db945e7 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]]]. 2017-07-27 15:57:06,082 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@1ba879d4 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@6561b6a7, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6db945e7 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@3af10af2]; rollback [false] site 'appng' is running at http://localhost:8080/manager/appng with appNG version 1.0.0-M3 2017-07-27 15:57:06,168 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@1ba879d4 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@6561b6a7, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6db945e7 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]]]. 2017-07-27 15:57:06,168 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@10e222a7: startup date [Thu Jul 27 15:57:05 CEST 2017]; root of context hierarchy 2017-07-27 15:57:06,169 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:57:06,169 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.099 s - in org.appng.cli.commands.site.CommandCheckSiteRunningTest [INFO] Running org.appng.cli.CliCoreDBNotInitializedTest 2017-07-27 15:57:06,176 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}. 2017-07-27 15:57:06,192 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. 2017-07-27 15:57:06,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] 2017-07-27 15:57:06,199 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@55d1e943, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@275afff9, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3fbc4758, org.springframework.test.context.support.DirtiesContextTestExecutionListener@19a5f1fa, org.springframework.test.context.transaction.TransactionalTestExecutionListener@43e4987c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@33b112ce] 2017-07-27 15:57:06,200 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:57:06,896 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6eea1567: startup date [Thu Jul 27 15:57:06 CEST 2017]; root of context hierarchy 2017-07-27 15:57:06,956 INFO [HSQLDB Server @46f336fe] hsqldb.db.HSQLDB5D84562F0B.ENGINE: Checkpoint start 2017-07-27 15:57:06,956 INFO [HSQLDB Server @46f336fe] hsqldb.db.HSQLDB5D84562F0B.ENGINE: checkpointClose start 2017-07-27 15:57:06,963 INFO [HSQLDB Server @46f336fe] hsqldb.db.HSQLDB5D84562F0B.ENGINE: checkpointClose synched 2017-07-27 15:57:06,974 INFO [HSQLDB Server @46f336fe] hsqldb.db.HSQLDB5D84562F0B.ENGINE: checkpointClose script done 2017-07-27 15:57:06,995 INFO [HSQLDB Server @46f336fe] hsqldb.db.HSQLDB5D84562F0B.ENGINE: checkpointClose end 2017-07-27 15:57:06,995 INFO [HSQLDB Server @46f336fe] hsqldb.db.HSQLDB5D84562F0B.ENGINE: Checkpoint end - txts: 1 2017-07-27 15:57:07,043 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:57:07,057 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:57:07,076 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:57:07,076 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:57:07,076 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:57:07,077 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:57:07,077 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:57:07,180 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:57:07,188 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:57:07,300 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:57:07,344 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:57:07,494 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6ad3d349 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@505b3698, testMethod = testHelp@CliCoreDBNotInitializedTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2e6b26c9 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@500913fc]; rollback [false] 2017-07-27 15:57:07,523 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6ad3d349 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@505b3698, testMethod = testHelp@CliCoreDBNotInitializedTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2e6b26c9 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]]]. 2017-07-27 15:57:07,524 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6ad3d349 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@3a332823, testMethod = testNoArgs@CliCoreDBNotInitializedTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2e6b26c9 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@500913fc]; rollback [false] 2017-07-27 15:57:07,528 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6ad3d349 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@3a332823, testMethod = testNoArgs@CliCoreDBNotInitializedTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2e6b26c9 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]]]. 2017-07-27 15:57:07,529 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6ad3d349 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@1b6f3588, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2e6b26c9 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@500913fc]; rollback [false] 2017-07-27 15:57:07,642 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-27 15:57:07,661 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2017-07-27 15:57:07,780 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-27 15:57:07,840 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6ad3d349 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@1b6f3588, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2e6b26c9 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]]]. 2017-07-27 15:57:07,841 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6eea1567: startup date [Thu Jul 27 15:57:06 CEST 2017]; root of context hierarchy 2017-07-27 15:57:07,842 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:57:07,842 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.672 s - in org.appng.cli.CliCoreDBNotInitializedTest [INFO] Running org.appng.cli.CliBootstrapTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s - in org.appng.cli.CliBootstrapTest [INFO] Running org.appng.cli.CliCoreTest 2017-07-27 15:57:08,037 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}. 2017-07-27 15:57:08,037 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. 2017-07-27 15:57:08,040 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] 2017-07-27 15:57:08,041 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6baef5d6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3ead7086, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1e2b3e0b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7b543ca0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@67c86659, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@32340366] 2017-07-27 15:57:08,041 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-27 15:57:08,110 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@75a8a84d: startup date [Thu Jul 27 15:57:08 CEST 2017]; root of context hierarchy 2017-07-27 15:57:08,168 INFO [HSQLDB Server @469c39c6] hsqldb.db.HSQLDB5D845633C4.ENGINE: Checkpoint start 2017-07-27 15:57:08,168 INFO [HSQLDB Server @469c39c6] hsqldb.db.HSQLDB5D845633C4.ENGINE: checkpointClose start 2017-07-27 15:57:08,176 INFO [HSQLDB Server @469c39c6] hsqldb.db.HSQLDB5D845633C4.ENGINE: checkpointClose synched 2017-07-27 15:57:08,189 INFO [HSQLDB Server @469c39c6] hsqldb.db.HSQLDB5D845633C4.ENGINE: checkpointClose script done 2017-07-27 15:57:08,212 INFO [HSQLDB Server @469c39c6] hsqldb.db.HSQLDB5D845633C4.ENGINE: checkpointClose end 2017-07-27 15:57:08,212 INFO [HSQLDB Server @469c39c6] hsqldb.db.HSQLDB5D845633C4.ENGINE: Checkpoint end - txts: 1 2017-07-27 15:57:08,255 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:57:08,269 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 15:57:08,289 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-27 15:57:08,289 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-27 15:57:08,290 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-27 15:57:08,290 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-27 15:57:08,290 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-27 15:57:08,393 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-27 15:57:08,398 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 15:57:08,491 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:57:08,530 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 15:57:08,631 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ab005f5 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@5c46e8a7, testMethod = testBatch@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e4502b6 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@6285d738]; rollback [false] 2017-07-27 15:57:08,743 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-27 15:57:08,846 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-27 15:57:08,858 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Repair of failed migration in metadata table "PUBLIC"."schema_version" not necessary. No failed migration detected. 2017-07-27 15:57:08,867 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.010s). 2017-07-27 15:57:08,867 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2017-07-27 15:57:08,989 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.008s) 2017-07-27 15:57:09,007 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-27 15:57:09,027 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-27 15:57:09,037 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-27 15:57:09,068 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-27 15:57:09,082 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-27 15:57:09,089 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-27 15:57:09,096 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-27 15:57:09,102 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-27 15:57:09,108 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-27 15:57:09,114 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-27 15:57:09,119 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-27 15:57:09,125 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.120s). 2017-07-27 15:57:09,228 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-27 15:57:09,330 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-27 15:57:09,495 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) is active. 2017-07-27 15:57:09,505 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:mysql://localhost:3306/appNG MYSQL (java.lang.ClassNotFoundException:com.mysql.jdbc.Driver) 2017-07-27 15:57:09,505 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2017-07-27 15:57:09,509 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) 2017-07-27 15:57:09,510 INFO [main] org.appng.core.service.DatabaseService: MSSQL jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL is not working and will be deactivated. 2017-07-27 15:57:09,510 INFO [main] org.appng.cli.CliCore : Database is at version 1.3.2, state: SUCCESS, installed on 2017-07-27 15:57:09.121 2017-07-27 15:57:09,629 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-27 15:57:09,732 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-27 15:57:09,774 INFO [main] org.appng.cli.CliCore : Database is at version 1.3.2, state: SUCCESS, installed on 2017-07-27 15:57:09.121 2017-07-27 15:57:09,808 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ab005f5 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@5c46e8a7, testMethod = testBatch@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e4502b6 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]]]. 2017-07-27 15:57:09,810 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ab005f5 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@698a3a7c, testMethod = testCommand@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e4502b6 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@6285d738]; rollback [false] 2017-07-27 15:57:09,914 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-27 15:57:10,017 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-27 15:57:10,043 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Repair of failed migration in metadata table "PUBLIC"."schema_version" not necessary. No failed migration detected. 2017-07-27 15:57:10,052 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.012s). 2017-07-27 15:57:10,052 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2017-07-27 15:57:10,203 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.016s) 2017-07-27 15:57:10,210 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 1.3.2 2017-07-27 15:57:10,211 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2017-07-27 15:57:10,313 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-27 15:57:10,419 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-27 15:57:10,555 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) is active. 2017-07-27 15:57:10,559 INFO [main] org.appng.cli.CliCore : Database is at version 1.3.2, state: SUCCESS, installed on 2017-07-27 15:57:09.121 2017-07-27 15:57:10,671 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-27 15:57:10,774 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-27 15:57:10,805 INFO [main] org.appng.cli.CliCore : Database is at version 1.3.2, state: SUCCESS, installed on 2017-07-27 15:57:09.121 2017-07-27 15:57:10,812 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ab005f5 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@698a3a7c, testMethod = testCommand@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e4502b6 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]]]. 2017-07-27 15:57:10,815 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ab005f5 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@6bf4ae42, testMethod = testError@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e4502b6 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@6285d738]; rollback [false] 2017-07-27 15:57:10,919 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-27 15:57:11,022 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-27 15:57:11,054 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Repair of failed migration in metadata table "PUBLIC"."schema_version" not necessary. No failed migration detected. 2017-07-27 15:57:11,062 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.010s). 2017-07-27 15:57:11,062 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2017-07-27 15:57:11,190 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.007s) 2017-07-27 15:57:11,204 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 1.3.2 2017-07-27 15:57:11,205 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2017-07-27 15:57:11,308 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-27 15:57:11,410 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-27 15:57:11,546 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) is active. 2017-07-27 15:57:11,551 INFO [main] org.appng.cli.CliCore : Database is at version 1.3.2, state: SUCCESS, installed on 2017-07-27 15:57:09.121 2017-07-27 15:57:11,662 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-27 15:57:11,764 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-27 15:57:11,790 INFO [main] org.appng.cli.CliCore : Database is at version 1.3.2, state: SUCCESS, installed on 2017-07-27 15:57:09.121 2017-07-27 15:57:11,797 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:182) 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) 2017-07-27 15:57:11,802 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ab005f5 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@6bf4ae42, testMethod = testError@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e4502b6 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]]]. 2017-07-27 15:57:11,804 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ab005f5 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@51e073d9, testMethod = testInvalidCommand@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e4502b6 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@6285d738]; rollback [false] 2017-07-27 15:57:11,810 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ab005f5 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@51e073d9, testMethod = testInvalidCommand@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e4502b6 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]]]. 2017-07-27 15:57:11,812 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ab005f5 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@7e879e5, testMethod = testInvalidOptions@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e4502b6 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@6285d738]; rollback [false] 2017-07-27 15:57:11,815 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ab005f5 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@7e879e5, testMethod = testInvalidOptions@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e4502b6 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]]]. 2017-07-27 15:57:11,817 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ab005f5 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@54d9003e, testMethod = testMissingOptions@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e4502b6 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@6285d738]; rollback [false] 2017-07-27 15:57:11,821 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ab005f5 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@54d9003e, testMethod = testMissingOptions@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e4502b6 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]]]. 2017-07-27 15:57:11,823 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ab005f5 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@58470da8, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e4502b6 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@6285d738]; rollback [false] 2017-07-27 15:57:11,823 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7ab005f5 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@58470da8, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e4502b6 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]]]. 2017-07-27 15:57:11,824 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@75a8a84d: startup date [Thu Jul 27 15:57:08 CEST 2017]; root of context hierarchy 2017-07-27 15:57:11,825 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 15:57:11,825 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.79 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.001 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.14.2.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/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/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/NoSuchRepositoryException.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/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.14.2-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.14.2 [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.14.2 [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.14.2 [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-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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.14.2/appng-cli-1.14.2.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.14.2/appng-cli-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.14.2/appng-cli-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.14.2/appng-cli-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.14.2/appng-cli-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.14.2/appng-cli-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.14.2/appng-cli-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.14.2/appng-cli-1.14.2-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.4-03 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.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.14.2/appng-cli-1.14.2.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.14.2/appng-cli-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.14.2/appng-cli-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.14.2/appng-cli-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.14.2/appng-cli-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.14.2/appng-cli-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.14.2/appng-cli-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.14.2/appng-cli-1.14.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tag Library 1.14.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-taglib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-taglib --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-taglib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-taglib --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 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 2017-07-27 15:58:05,144 [main] DEBUG org.appng.taglib.search.SearchPart - added part global:null to org.appng.taglib.search.SearchTest@3901d134 2017-07-27 15:58:05,693 [main] DEBUG org.appng.taglib.search.Search - term is Hitchhiker 2017-07-27 15:58:05,695 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:05,695 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:05,695 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:05,695 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:05,695 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:05,696 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:05,696 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:05,696 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:05,697 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:05,701 [main] INFO org.appng.taglib.search.Search - processing org.appng.search.searcher.StandardSearcher with term 'Hitchhiker' and parameters {excludeTypes=com.foo.Bar} 2017-07-27 15:58:05,791 [main] INFO org.appng.search.searcher.StandardSearcher - 1 results returned from query: +language:en +((title:hitchhik) (title:hitchhiker*)) -type:com.foo.Bar [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.26 s - in org.appng.taglib.search.SearchTest [INFO] Running org.appng.taglib.PermissionTest 2017-07-27 15:58:06,105 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,106 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,106 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,106 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,106 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,106 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,106 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,106 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,106 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:06,133 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,133 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,134 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,134 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,134 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,134 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,134 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,134 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,134 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:06,135 [main] DEBUG org.appng.api.support.DefaultPermissionProcessor - created PermissionProcessor for user 'null' in application 'null' of site 'null' 2017-07-27 15:58:06,135 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - creating instance for subject null, site null, application null 2017-07-27 15:58:06,136 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - granting permission 2017-07-27 15:58:06,136 [main] DEBUG org.appng.taglib.Permission - subject has the permission: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 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.006 s - in org.appng.taglib.form.FormConfirmationTest [INFO] Running org.appng.taglib.AttributeTest 2017-07-27 15:58:06,146 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,146 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,146 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,146 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,147 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,147 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,147 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,147 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,147 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:06,148 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,148 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,148 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,148 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,148 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,148 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,149 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,149 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,149 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:06,184 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSite [(variable = fromSite)] 2017-07-27 15:58:06,186 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,186 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,186 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,186 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,186 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,186 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,186 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,186 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,186 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:06,187 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,187 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,187 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,188 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,188 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,188 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,188 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,188 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,188 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:06,189 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,189 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,189 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,189 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,189 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,189 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,189 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,189 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,189 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:06,190 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost} = Mock for Site, hashCode: 1079125839 [(sites = {localhost=Mock for Site, hashCode: 1079125839})] 2017-07-27 15:58:06,190 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,191 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,191 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,191 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,191 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,191 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,191 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,191 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,191 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:06,192 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost']} = Mock for Site, hashCode: 1079125839 [(sites = {localhost=Mock for Site, hashCode: 1079125839})] 2017-07-27 15:58:06,192 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,192 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,192 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,193 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,193 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,193 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,193 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,193 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,193 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:06,197 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].name} = localhost [(sites = {localhost=Mock for Site, hashCode: 1079125839})] 2017-07-27 15:58:06,197 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,197 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,197 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,197 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,198 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,198 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,198 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,198 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,198 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:06,199 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 1079125839})] 2017-07-27 15:58:06,199 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,200 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,200 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,200 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,200 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,200 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,200 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,200 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,200 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:06,201 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost.getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 1079125839})] 2017-07-27 15:58:06,201 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,201 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,201 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,201 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,201 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,201 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,201 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,202 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,202 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:06,202 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromRequest [(variable = fromRequest)] 2017-07-27 15:58:06,203 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,203 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,204 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,204 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,204 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,204 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,204 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,204 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,204 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:06,205 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,205 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,205 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,205 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,205 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,205 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,205 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,205 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,205 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:06,206 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,206 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,206 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,206 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,206 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,206 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,206 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,206 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,206 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:06,208 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,208 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,208 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,208 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,208 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,208 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,208 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,208 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,208 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:06,208 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromPlatform [(variable = fromPlatform)] 2017-07-27 15:58:06,209 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,209 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,209 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,209 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,209 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,209 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,209 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,209 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,209 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:06,210 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSession [(variable = fromSession)] 2017-07-27 15:58:06,211 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,211 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,211 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,211 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,211 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,211 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,211 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,211 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,211 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:06,212 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites} = {localhost=Mock for Site, hashCode: 620423816} [(sites = {localhost=Mock for Site, hashCode: 620423816})] 2017-07-27 15:58:06,213 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,213 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,213 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,213 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,213 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,213 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,213 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,213 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,213 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:06,213 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,213 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,213 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,214 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,214 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,214 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,214 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,214 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,214 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.appng.taglib.AttributeTest [INFO] Running org.appng.taglib.TagletProcessorTest 2017-07-27 15:58:06,468 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$b9a796c7' width attributes: {} 2017-07-27 15:58:06,479 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2017-07-27 15:58:06,479 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2017-07-27 15:58:06,485 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$b9a796c7' width attributes: {noXslPrefix=test prefix} 2017-07-27 15:58:06,486 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2017-07-27 15:58:06,486 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2017-07-27 15:58:06,487 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$b9a796c7' width attributes: {noXslSuffix=test suffix} 2017-07-27 15:58:06,488 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2017-07-27 15:58:06,488 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2017-07-27 15:58:06,489 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalTaglet$$EnhancerByMockitoWithCGLIB$$afa473b7' with attributes: {} 2017-07-27 15:58:06,493 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.taglib.TagletProcessorTest$MyTaglet$$EnhancerByMockitoWithCGLIB$$30374776' with attributes: {} 2017-07-27 15:58:06,504 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalXMLTaglet$$EnhancerByMockitoWithCGLIB$$5752ad7c' width attributes: {} 2017-07-27 15:58:06,505 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2017-07-27 15:58:06,505 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2017-07-27 15:58:06,506 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$b9a796c7' width attributes: {noXslPrefix=test prefix, noXslSuffix=test suffix} 2017-07-27 15:58:06,507 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix test prefix and suffix test suffix for not transformed output. 2017-07-27 15:58:06,508 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.Taglet$$EnhancerByMockitoWithCGLIB$$e4d2064c' with attributes: {} [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 s - in org.appng.taglib.TagletProcessorTest [INFO] Running org.appng.taglib.TagletAdapterTest 2017-07-27 15:58:06,509 [main] INFO org.appng.api.support.SiteClassLoader - SiteClassLoader#1937693946 for site localhost with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.appng.taglib.TagletAdapterTest [INFO] Running org.appng.taglib.MultiSiteSupportTest 2017-07-27 15:58:06,522 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-27 15:58:06,522 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-27 15:58:06,522 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-27 15:58:06,522 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-27 15:58:06,522 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-27 15:58:06,522 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-27 15:58:06,522 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-27 15:58:06,522 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-27 15:58:06,522 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-27 15:58:06,545 [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.024 s - in org.appng.taglib.MultiSiteSupportTest [INFO] Running org.appng.taglib.ParameterTest 2017-07-27 15:58:06,546 [main] DEBUG org.appng.taglib.Parameter - added parameter param1=value1 to parent tag org.appng.taglib.ParameterTest@2577d6c8 2017-07-27 15:58:06,547 [main] DEBUG org.appng.taglib.Parameter - added parameter param2="Ä" to parent tag org.appng.taglib.ParameterTest@2577d6c8 2017-07-27 15:58:06,547 [main] DEBUG org.appng.taglib.Parameter - added parameter param3=null to parent tag org.appng.taglib.ParameterTest@2577d6c8 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.appng.taglib.ParameterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 33, 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.14.2.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.14.2-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.14.2 [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.14.2 [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.14.2 [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-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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2.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.14.2/appng-taglib-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2-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.4-03 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.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2.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.14.2/appng-taglib-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application 1.14.2 [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.14.2] [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.14.2] [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.14.2] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp] [INFO] Webapp assembled in [247 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.2.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.14.2 [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.14.2 [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.14.2 [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-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-taglib-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-taglib-1.14.2.jar [INFO] Copying appng-persistence-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-persistence-1.14.2.jar [INFO] Copying appng-api-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-api-1.14.2.jar [INFO] Copying appng-cli-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-cli-1.14.2.jar [INFO] Copying appng-mail-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-mail-1.14.2.jar [INFO] Copying appng-search-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-search-1.14.2.jar [INFO] Copying appng-xmlapi-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-xmlapi-1.14.2.jar [INFO] Copying appng-forms-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-forms-1.14.2.jar [INFO] Copying appng-formtags-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-formtags-1.14.2.jar [INFO] Copying appng-core-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-core-1.14.2.jar [INFO] Copying appng-tools-1.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tools-1.14.2.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] org.springframework:spring-orm:jar:4.3.9.RELEASE already exists in destination. [INFO] com.google.protobuf:protobuf-java:jar:2.5.0 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.springframework:spring-oxm:jar:4.3.9.RELEASE already exists in destination. [INFO] com.optimaize.languagedetector:language-detector:jar:0.5 already exists in destination. [INFO] org.appng:appng-tomcat7:jar:1.14.2 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.freemarker:freemarker:jar:2.3.23 already exists in destination. [INFO] org.apache.lucene:lucene-queries:jar:6.6.0 already exists in destination. [INFO] org.springframework:spring-webmvc:jar:4.3.9.RELEASE 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.springframework.data:spring-data-envers:jar:1.1.4.RELEASE already exists in destination. [INFO] org.apache.lucene:lucene-analyzers-common:jar:6.6.0 already exists in destination. [INFO] org.appng:appng-tomcat8:jar:1.14.2 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.james:apache-mime4j-dom:jar:0.7.2 already exists in destination. [INFO] c3p0:c3p0:jar:0.9.1.1 already exists in destination. [INFO] org.apache.maven.scm:maven-scm-api:jar:1.4 already exists in destination. [INFO] javax.mail:mail:jar:1.4.5 already exists in destination. [INFO] commons-lang:commons-lang:jar:2.6 already exists in destination. [INFO] org.apache.commons:commons-text:jar:1.1 already exists in destination. [INFO] org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final already exists in destination. [INFO] org.apache.commons:commons-vfs2:jar:2.0 already exists in destination. [INFO] 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.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.1.Final already exists in destination. [INFO] com.fasterxml.jackson.core:jackson-core:jar:2.9.0.pr4 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-jdbc:jar:4.3.9.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] org.apache.lucene:lucene-sandbox:jar:6.6.0 already exists in destination. [INFO] org.apache.tika:tika-parsers:jar:1.15 already exists in destination. [INFO] commons-fileupload:commons-fileupload:jar:1.3.3 already exists in destination. [INFO] org.springframework:spring-web:jar:4.3.9.RELEASE 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.apache.pdfbox:pdfbox-tools:jar:2.0.6 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] org.springframework:spring-expression:jar:4.3.9.RELEASE already exists in destination. [INFO] org.json:json:jar:20140107 already exists in destination. [INFO] javax.ws.rs:javax.ws.rs-api:jar:2.0.1 already exists in destination. [INFO] edu.ucar:cdm:jar:4.5.5 already exists in destination. [INFO] org.apache.httpcomponents:httpmime:jar:4.2.6 already exists in destination. [INFO] edu.ucar:jj2000:jar:5.2 already exists in destination. [INFO] edu.ucar:httpservices:jar:4.5.5 already exists in destination. [INFO] org.beanshell:bsh-core:jar:2.0b4 already exists in destination. [INFO] com.google.code.gson:gson:jar:2.2.4 already exists in destination. [INFO] org.springframework:spring-aop:jar:4.3.9.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] net.jodah:lyra:jar:0.5.4 already exists in destination. [INFO] org.unbescape:unbescape:jar:1.1.4.RELEASE already exists in destination. [INFO] commons-configuration:commons-configuration:jar:1.10 already exists in destination. [INFO] com.fasterxml.jackson.core:jackson-databind:jar:2.9.0.pr4 already exists in destination. [INFO] org.hibernate:hibernate-core:jar:5.2.10.Final already exists in destination. [INFO] org.apache.commons:commons-compress:jar:1.14 already exists in destination. [INFO] net.sourceforge.nekohtml:nekohtml:jar:1.9.16 already exists in destination. [INFO] org.gagravarr:vorbis-java-tika:jar:0.8 already exists in destination. [INFO] org.apache.poi:poi-scratchpad:jar:3.16 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] com.zaxxer:HikariCP:jar:2.6.3 already exists in destination. [INFO] org.apache.lucene:lucene-core:jar:6.6.0 already exists in destination. [INFO] org.thymeleaf:thymeleaf-spring4:jar:3.0.6.RELEASE already exists in destination. [INFO] org.thymeleaf:thymeleaf:jar:3.0.6.RELEASE 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.owasp.esapi:esapi:jar:2.1.0.1 already exists in destination. [INFO] com.rabbitmq:amqp-client:jar:4.1.0 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.poi:poi-ooxml:jar:3.16 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.springframework:spring-context:jar:4.3.9.RELEASE 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] xom:xom:jar:1.2.5 already exists in destination. [INFO] org.apache.tika:tika-core:jar:1.15 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] org.apache.httpcomponents:httpcore:jar:4.4.6 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] javax.validation:validation-api:jar:1.1.0.Final already exists in destination. [INFO] com.intellij:annotations:jar:12.0 already exists in destination. [INFO] org.apache.lucene:lucene-facet:jar:6.6.0 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] com.healthmarketscience.jackcess:jackcess-encrypt:jar:2.1.1 already exists in destination. [INFO] com.google.code.findbugs:jsr305:jar:1.3.9 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] net.arnx:jsonic:jar:1.2.11 already exists in destination. [INFO] net.bytebuddy:byte-buddy:jar:1.6.6 already exists in destination. [INFO] org.hibernate:hibernate-validator:jar:5.4.1.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.apache.commons:commons-collections4:jar:4.1 already exists in destination. [INFO] wsdl4j:wsdl4j:jar:1.6.3 already exists in destination. [INFO] commons-codec:commons-codec:jar:1.10 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.poi:poi-ooxml-schemas:jar:3.16 already exists in destination. [INFO] org.apache.james:apache-mime4j-core:jar:0.7.2 already exists in destination. [INFO] org.apache.tika:tika-langdetect:jar:1.13 already exists in destination. [INFO] org.springframework:spring-tx:jar:4.3.9.RELEASE already exists in destination. [INFO] com.pff:java-libpst:jar:0.8.1 already exists in destination. [INFO] org.springframework:spring-context-support:jar:4.3.9.RELEASE 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.jsoup:jsoup:jar:1.10.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.lucene:lucene-memory:jar:6.6.0 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.apache.lucene:lucene-highlighter:jar:6.6.0 already exists in destination. [INFO] org.springframework.ws:spring-xml:jar:2.4.0.RELEASE 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] org.hsqldb:hsqldb:jar:2.4.0 already exists in destination. [INFO] com.fasterxml:classmate:jar:1.3.1 already exists in destination. [INFO] org.apache.cxf:cxf-rt-transports-http:jar:3.0.12 already exists in destination. [INFO] org.apache.poi:poi:jar:3.16 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] com.github.sylvainlaurent.jdbcperflogger:jdbc-perf-logger-driver:jar:0.7.3 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] edu.ucar:udunits:jar:4.5.5 already exists in destination. [INFO] org.apache.lucene:lucene-queryparser:jar:6.6.0 already exists in destination. [INFO] org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1 already exists in destination. [INFO] org.hibernate:hibernate-envers:jar:5.2.10.Final already exists in destination. [INFO] org.springframework.data:spring-data-commons:jar:1.13.4.RELEASE already exists in destination. [INFO] org.springframework.data:spring-data-jpa:jar:1.11.4.RELEASE already exists in destination. [INFO] org.apache.sis.storage:sis-netcdf:jar:0.6 already exists in destination. [INFO] org.quartz-scheduler:quartz:jar:2.2.3 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-join:jar:6.6.0 already exists in destination. [INFO] commons-io:commons-io:jar:2.5 already exists in destination. [INFO] net.sf.ehcache:ehcache-web:jar:2.0.4 already exists in destination. [INFO] com.querydsl:querydsl-jpa:jar:4.1.4 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] commons-beanutils:commons-beanutils-core:jar:1.8.3 already exists in destination. [INFO] com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0.pr4 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.google.guava:guava:jar:22.0 already exists in destination. [INFO] org.springframework:spring-beans:jar:4.3.9.RELEASE already exists in destination. [INFO] com.infradna.tool:bridge-method-annotation:jar:1.13 already exists in destination. [INFO] org.codehaus.woodstox:stax2-api:jar:3.1.4 already exists in destination. [INFO] org.flywaydb:flyway-core:jar:4.2.0 already exists in destination. [INFO] net.sf.ehcache:ehcache-core:jar:2.6.11 already exists in destination. [INFO] org.tallison:jmatio:jar:1.2 already exists in destination. [INFO] org.apache.xmlgraphics:batik-util:jar:1.8 already exists in destination. [INFO] com.healthmarketscience.jackcess:jackcess:jar:2.1.4 already exists in destination. [INFO] org.springframework:spring-core:jar:4.3.9.RELEASE already exists in destination. [INFO] org.hibernate:hibernate-entitymanager:jar:5.2.10.Final already exists in destination. [INFO] net.java.dev.jna:jna:jar:4.1.0 already exists in destination. [INFO] [INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-application --- [INFO] Reading assembly descriptor: assembly.xml [INFO] Building zip: /srv/www/appng.org/appng/builds/stable/appng-application-1.14.2-dependencies-20170727-1347.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.14.2-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.14.2.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.14.2/appng-application-1.14.2.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.14.2/appng-application-1.14.2.pom [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-application-1.14.2-dependencies-20170727-1347.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.14.2/appng-application-1.14.2.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.14.2/appng-application-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.2.war.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.14.2/appng-application-1.14.2.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.14.2/appng-application-1.14.2.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.14.2-dependencies-20170727-1347.zip.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.14.2/appng-application-1.14.2.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.14.2/appng-application-1.14.2-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.4-03 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.14.2.war to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.14.2/appng-application-1.14.2.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.14.2/appng-application-1.14.2.pom [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-application-1.14.2-dependencies-20170727-1347.zip to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.14.2/appng-application-1.14.2.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.14.2/appng-application-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.2.war.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.14.2/appng-application-1.14.2.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.14.2/appng-application-1.14.2.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.14.2-dependencies-20170727-1347.zip.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.14.2/appng-application-1.14.2.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.14.2/appng-application-1.14.2-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.14.2 [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.14.2/appng-application-bom-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/target/appng-application-bom-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-bom/1.14.2/appng-application-bom-1.14.2.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.4-03 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.14.2/appng-application-bom-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/target/appng-application-bom-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-bom/1.14.2/appng-application-bom-1.14.2.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Documentation 1.14.2 [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] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-documentation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file 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] --- 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.14.2 [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.14.2 [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.14.2 [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-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 8 resources [INFO] Copying file appng.css [INFO] Copying file images/application-processing.jpg [INFO] Copying file images/appng.png [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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2.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.14.2/appng-documentation-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2-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 8 resources [INFO] Copying file appng.css [INFO] Copying file images/application-processing.jpg [INFO] Copying file images/appng.png [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-resources-plugin:3.0.2:copy-resources (copy-html-singlepage-application) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/main/application/html-singlepage [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/docbkx [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/application/content [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/main/application/content [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-html-application) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/main/application/html/index [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/docbkx [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/application/content [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/main/application/content [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-pdf-application) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/main/application/pdf [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-html-singlepage-platform) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/main/platform/html-singlepage [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/docbkx [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/platform/content [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/main/platform/content [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-html-platform) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/main/platform/html/index [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/docbkx [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/platform/content [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/main/platform/content [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-pdf-platform) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/main/platform/pdf [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.4-03 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.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2.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.14.2/appng-documentation-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Assembly Descriptors 1.14.2 [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.14.2 [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.14.2 [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.14.2 [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-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2.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.14.2/appng-template-assembly-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2-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.4-03 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.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2.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.14.2/appng-template-assembly-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Parent 1.14.2 [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.14.2/appng-template-parent-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/target/appng-template-parent-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-parent/1.14.2/appng-template-parent-1.14.2.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.4-03 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.14.2/appng-template-parent-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/target/appng-template-parent-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-parent/1.14.2/appng-template-parent-1.14.2.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng-application-assembly 1.14.2 [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.14.2 [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.14.2 [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.14.2 [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-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2.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.14.2/appng-application-assembly-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2-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.4-03 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.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2.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.14.2/appng-application-assembly-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application parent 1.14.2 [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.14.2/appng-application-parent-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/target/appng-application-parent-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-parent/1.14.2/appng-application-parent-1.14.2.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.4-03 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.14.2/appng-application-parent-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/target/appng-application-parent-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-parent/1.14.2/appng-application-parent-1.14.2.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Archetype - appng-archetype-application 1.14.2 [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.14.2 [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.14.2 [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.14.2 [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-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2.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.14.2/appng-archetype-application-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2-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.4-03 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.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2.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.14.2/appng-archetype-application-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer JAXB API 1.14.2 [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.14.2.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/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/Package.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.14.2-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.14.2 [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.14.2 [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.14.2 [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-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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2.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.14.2/appng-appngizer-jaxb-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2-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.4-03 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.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2.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.14.2/appng-appngizer-jaxb-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer 1.14.2 [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 47 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]. 2017-07-27 16:01:17,114 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2017-07-27 16:01:17,128 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@23a5fd2, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@78a2da20, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@dd3b207, org.springframework.test.context.support.DirtiesContextTestExecutionListener@551bdc27, org.springframework.test.context.transaction.TransactionalTestExecutionListener@58fdd99, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6b1274d2] 2017-07-27 16:01:17,228 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-27 16:01:17,633 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@ca263c2: startup date [Thu Jul 27 16:01:17 CEST 2017]; root of context hierarchy 2017-07-27 16:01:17,999 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-27 16:01:18,054 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:18,077 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 16:01:18,233 INFO [main] org.hibernate.Version: HHH000412: Hibernate Core {5.2.10.Final} 2017-07-27 16:01:18,235 INFO [main] org.hibernate.cfg.Environment: HHH000206: hibernate.properties not found 2017-07-27 16:01:18,296 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2017-07-27 16:01:18,852 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 16:01:18,906 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 16:01:19,421 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.4.1.Final 2017-07-27 16:01:20,232 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:20,257 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2017-07-27 16:01:20,265 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:20,307 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.012s) 2017-07-27 16:01:20,316 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-27 16:01:20,329 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-27 16:01:20,346 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-27 16:01:20,381 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-27 16:01:20,396 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-27 16:01:20,401 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-27 16:01:20,407 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-27 16:01:20,412 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-27 16:01:20,417 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-27 16:01:20,421 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-27 16:01:20,426 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-27 16:01:20,430 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.115s). 2017-07-27 16:01:20,878 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 16:01:21,414 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-27 16:01:21,415 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:21,655 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-27 16:01:21,846 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) 2017-07-27 16:01:21,847 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 2017-07-27 16:01:21,847 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) 2017-07-27 16:01:21,848 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) 2017-07-27 16:01:21,848 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) 2017-07-27 16:01:21,848 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) 2017-07-27 16:01:21,849 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 2017-07-27 16:01:21,849 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() 2017-07-27 16:01:21,849 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) 2017-07-27 16:01:21,853 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 2017-07-27 16:01:21,853 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) 2017-07-27 16:01:21,853 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) 2017-07-27 16:01:21,854 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) 2017-07-27 16:01:21,854 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) 2017-07-27 16:01:21,854 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) 2017-07-27 16:01:21,855 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() throws java.lang.Exception 2017-07-27 16:01:21,856 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) 2017-07-27 16:01:21,856 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) 2017-07-27 16:01:21,856 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) 2017-07-27 16:01:21,857 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() 2017-07-27 16:01:21,857 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) 2017-07-27 16:01:21,858 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) 2017-07-27 16:01:21,858 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() 2017-07-27 16:01:21,859 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) 2017-07-27 16:01:21,860 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) 2017-07-27 16:01:21,860 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) 2017-07-27 16:01:21,860 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) 2017-07-27 16:01:21,861 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) 2017-07-27 16:01:21,862 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() 2017-07-27 16:01:21,862 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() 2017-07-27 16:01:21,862 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() 2017-07-27 16:01:21,863 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() 2017-07-27 16:01:21,864 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() 2017-07-27 16:01:21,864 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) 2017-07-27 16:01:21,865 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) 2017-07-27 16:01:21,865 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) 2017-07-27 16:01:21,865 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) 2017-07-27 16:01:21,867 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 2017-07-27 16:01:21,867 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) throws org.appng.api.BusinessException 2017-07-27 16:01:21,868 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestmap}],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) throws org.appng.api.BusinessException 2017-07-27 16:01:21,868 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 2017-07-27 16:01:21,868 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 2017-07-27 16:01:21,868 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 2017-07-27 16:01:21,869 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 2017-07-27 16:01:21,869 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() 2017-07-27 16:01:21,869 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) 2017-07-27 16:01:21,871 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2017-07-27 16:01:21,871 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2017-07-27 16:01:21,871 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2017-07-27 16:01:21,872 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) 2017-07-27 16:01:21,872 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2017-07-27 16:01:21,873 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) 2017-07-27 16:01:21,873 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) 2017-07-27 16:01:21,873 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2017-07-27 16:01:21,874 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) 2017-07-27 16:01:21,875 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) 2017-07-27 16:01:21,875 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) 2017-07-27 16:01:21,876 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) 2017-07-27 16:01:21,876 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) 2017-07-27 16:01:21,876 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) 2017-07-27 16:01:21,878 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) 2017-07-27 16:01:21,878 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() 2017-07-27 16:01:21,878 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) 2017-07-27 16:01:21,879 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) 2017-07-27 16:01:21,879 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) 2017-07-27 16:01:21,879 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 2017-07-27 16:01:21,880 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2017-07-27 16:01:21,881 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) 2017-07-27 16:01:21,881 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) 2017-07-27 16:01:21,881 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) 2017-07-27 16:01:21,882 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) 2017-07-27 16:01:21,883 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) 2017-07-27 16:01:21,883 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() 2017-07-27 16:01:21,883 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) 2017-07-27 16:01:21,884 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 2017-07-27 16:01:21,884 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 2017-07-27 16:01:22,412 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-27 16:01:22,597 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@ca263c2: startup date [Thu Jul 27 16:01:17 CEST 2017]; root of context hierarchy 2017-07-27 16:01:22,693 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@ca263c2: startup date [Thu Jul 27 16:01:17 CEST 2017]; root of context hierarchy 2017-07-27 16:01:23,102 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:23,102 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:23,130 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 28 ms 2017-07-27 16:01:23,409 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 2017-07-27 16:01:23,423 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2017-07-27 16:01:23,433 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2017-07-27 16:01:23,435 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2017-07-27 16:01:23,436 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2017-07-27 16:01:23,437 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-27 16:01:23,457 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2017-07-27 16:01:23,461 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2017-07-27 16:01:23,465 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 16:01:23,465 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2017-07-27 16:01:23,468 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2017-07-27 16:01:23,471 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2017-07-27 16:01:23,471 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2017-07-27 16:01:23,474 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2017-07-27 16:01:23,474 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2017-07-27 16:01:23,494 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:23,495 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:23,496 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:23,496 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:23,497 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:23,497 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:23,497 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:23,498 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2017-07-27 16:01:23,498 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-27 16:01:23,498 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-27 16:01:23,498 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2017-07-27 16:01:23,510 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-27 16:01:23,513 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-27 16:01:23,514 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 16:01:23,517 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-27 16:01:23,518 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2017-07-27 16:01:23,520 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2017-07-27 16:01:24,348 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 2017-07-27 16:01:24,348 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 2017-07-27 16:01:24,641 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site localhost, status of database-connection is NO_DB_SUPPORTED 2017-07-27 16:01:24,655 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@ca263c2: startup date [Thu Jul 27 16:01:17 CEST 2017]; root of context hierarchy 2017-07-27 16:01:24,662 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:24,663 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: 7.804 s - in org.appng.appngizer.controller.SiteApplicationControllerTest [INFO] Running org.appng.appngizer.controller.DatabaseControllerTest 2017-07-27 16:01:24,672 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] 2017-07-27 16:01:24,672 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4d22265c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1f7b8d59, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@28551755, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7ec68821, org.springframework.test.context.transaction.TransactionalTestExecutionListener@220a5163, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6158113e] 2017-07-27 16:01:24,673 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-27 16:01:24,745 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@61375dff: startup date [Thu Jul 27 16:01:24 CEST 2017]; root of context hierarchy 2017-07-27 16:01:24,797 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-27 16:01:24,810 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:24,810 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 16:01:24,854 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 16:01:24,857 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 16:01:24,992 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:24,995 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:25,000 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.003s) 2017-07-27 16:01:25,002 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-27 16:01:25,006 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-27 16:01:25,010 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-27 16:01:25,024 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-27 16:01:25,031 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-27 16:01:25,034 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-27 16:01:25,038 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-27 16:01:25,041 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-27 16:01:25,044 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-27 16:01:25,047 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-27 16:01:25,050 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-27 16:01:25,052 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.051s). 2017-07-27 16:01:25,103 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 16:01:25,224 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-27 16:01:25,224 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:25,268 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-27 16:01:25,293 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) 2017-07-27 16:01:25,293 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 2017-07-27 16:01:25,293 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) 2017-07-27 16:01:25,294 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) 2017-07-27 16:01:25,294 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) 2017-07-27 16:01:25,294 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) 2017-07-27 16:01:25,294 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 2017-07-27 16:01:25,295 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() 2017-07-27 16:01:25,295 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) 2017-07-27 16:01:25,296 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 2017-07-27 16:01:25,296 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) 2017-07-27 16:01:25,296 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) 2017-07-27 16:01:25,296 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) 2017-07-27 16:01:25,296 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) 2017-07-27 16:01:25,297 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) 2017-07-27 16:01:25,297 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() throws java.lang.Exception 2017-07-27 16:01:25,297 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) 2017-07-27 16:01:25,298 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) 2017-07-27 16:01:25,298 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) 2017-07-27 16:01:25,298 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() 2017-07-27 16:01:25,298 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) 2017-07-27 16:01:25,299 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) 2017-07-27 16:01:25,299 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() 2017-07-27 16:01:25,299 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) 2017-07-27 16:01:25,300 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) 2017-07-27 16:01:25,300 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) 2017-07-27 16:01:25,300 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) 2017-07-27 16:01:25,300 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) 2017-07-27 16:01:25,301 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() 2017-07-27 16:01:25,301 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() 2017-07-27 16:01:25,301 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() 2017-07-27 16:01:25,302 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() 2017-07-27 16:01:25,302 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() 2017-07-27 16:01:25,302 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) 2017-07-27 16:01:25,303 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) 2017-07-27 16:01:25,303 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) 2017-07-27 16:01:25,303 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) 2017-07-27 16:01:25,304 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 2017-07-27 16:01:25,304 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) throws org.appng.api.BusinessException 2017-07-27 16:01:25,304 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestmap}],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) throws org.appng.api.BusinessException 2017-07-27 16:01:25,305 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 2017-07-27 16:01:25,305 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 2017-07-27 16:01:25,305 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 2017-07-27 16:01:25,305 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 2017-07-27 16:01:25,306 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() 2017-07-27 16:01:25,306 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) 2017-07-27 16:01:25,306 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) 2017-07-27 16:01:25,306 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) 2017-07-27 16:01:25,307 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) 2017-07-27 16:01:25,307 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) 2017-07-27 16:01:25,307 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 2017-07-27 16:01:25,308 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) 2017-07-27 16:01:25,308 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) 2017-07-27 16:01:25,308 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) 2017-07-27 16:01:25,308 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) 2017-07-27 16:01:25,309 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) 2017-07-27 16:01:25,309 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) 2017-07-27 16:01:25,310 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) 2017-07-27 16:01:25,310 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) 2017-07-27 16:01:25,310 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) 2017-07-27 16:01:25,311 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) 2017-07-27 16:01:25,311 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() 2017-07-27 16:01:25,311 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) 2017-07-27 16:01:25,311 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) 2017-07-27 16:01:25,311 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) 2017-07-27 16:01:25,312 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 2017-07-27 16:01:25,312 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2017-07-27 16:01:25,312 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) 2017-07-27 16:01:25,313 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) 2017-07-27 16:01:25,313 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) 2017-07-27 16:01:25,313 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) 2017-07-27 16:01:25,314 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) 2017-07-27 16:01:25,314 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() 2017-07-27 16:01:25,314 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) 2017-07-27 16:01:25,314 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 2017-07-27 16:01:25,314 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 2017-07-27 16:01:25,337 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-27 16:01:25,398 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@61375dff: startup date [Thu Jul 27 16:01:24 CEST 2017]; root of context hierarchy 2017-07-27 16:01:25,414 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@61375dff: startup date [Thu Jul 27 16:01:24 CEST 2017]; root of context hierarchy 2017-07-27 16:01:25,468 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:25,468 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:25,474 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2017-07-27 16:01:25,483 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-27 16:01:25,483 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:26,277 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:26,277 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:26,278 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2017-07-27 16:01:26,279 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-27 16:01:26,280 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:26,294 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Repair of failed migration in metadata table "PUBLIC"."schema_version" not necessary. No failed migration detected. 2017-07-27 16:01:26,298 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.004s). 2017-07-27 16:01:26,298 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2017-07-27 16:01:26,314 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.003s) 2017-07-27 16:01:26,317 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 1.3.2 2017-07-27 16:01:26,317 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2017-07-27 16:01:26,317 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-27 16:01:26,317 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:27,054 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@61375dff: startup date [Thu Jul 27 16:01:24 CEST 2017]; root of context hierarchy 2017-07-27 16:01:27,057 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:27,057 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.39 s - in org.appng.appngizer.controller.DatabaseControllerTest [INFO] Running org.appng.appngizer.controller.RepositoryControllerTest 2017-07-27 16:01:27,062 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] 2017-07-27 16:01:27,063 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3df473e8, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4dc10682, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6cf633eb, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4de14c58, org.springframework.test.context.transaction.TransactionalTestExecutionListener@53141d3f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@16a4e4c9] 2017-07-27 16:01:27,063 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-27 16:01:27,123 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@4b90f49d: startup date [Thu Jul 27 16:01:27 CEST 2017]; root of context hierarchy 2017-07-27 16:01:27,170 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-27 16:01:27,181 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:27,181 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 16:01:27,217 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 16:01:27,220 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 16:01:27,331 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:27,334 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:27,341 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.003s) 2017-07-27 16:01:27,342 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-27 16:01:27,346 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-27 16:01:27,349 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-27 16:01:27,363 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-27 16:01:27,370 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-27 16:01:27,373 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-27 16:01:27,377 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-27 16:01:27,380 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-27 16:01:27,383 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-27 16:01:27,386 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-27 16:01:27,389 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-27 16:01:27,392 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.050s). 2017-07-27 16:01:27,450 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 16:01:27,577 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-27 16:01:27,577 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:27,624 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-27 16:01:27,651 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) 2017-07-27 16:01:27,652 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 2017-07-27 16:01:27,652 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) 2017-07-27 16:01:27,652 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) 2017-07-27 16:01:27,652 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) 2017-07-27 16:01:27,653 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) 2017-07-27 16:01:27,653 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 2017-07-27 16:01:27,653 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() 2017-07-27 16:01:27,654 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) 2017-07-27 16:01:27,654 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 2017-07-27 16:01:27,655 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) 2017-07-27 16:01:27,655 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) 2017-07-27 16:01:27,655 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) 2017-07-27 16:01:27,655 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) 2017-07-27 16:01:27,656 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) 2017-07-27 16:01:27,656 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() throws java.lang.Exception 2017-07-27 16:01:27,657 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) 2017-07-27 16:01:27,657 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) 2017-07-27 16:01:27,657 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) 2017-07-27 16:01:27,657 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() 2017-07-27 16:01:27,658 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) 2017-07-27 16:01:27,658 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) 2017-07-27 16:01:27,658 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() 2017-07-27 16:01:27,659 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) 2017-07-27 16:01:27,659 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) 2017-07-27 16:01:27,659 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) 2017-07-27 16:01:27,660 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) 2017-07-27 16:01:27,660 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) 2017-07-27 16:01:27,661 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() 2017-07-27 16:01:27,661 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() 2017-07-27 16:01:27,661 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() 2017-07-27 16:01:27,661 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() 2017-07-27 16:01:27,662 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() 2017-07-27 16:01:27,662 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) 2017-07-27 16:01:27,663 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) 2017-07-27 16:01:27,663 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) 2017-07-27 16:01:27,663 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) 2017-07-27 16:01:27,664 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 2017-07-27 16:01:27,664 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) throws org.appng.api.BusinessException 2017-07-27 16:01:27,665 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestmap}],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) throws org.appng.api.BusinessException 2017-07-27 16:01:27,665 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 2017-07-27 16:01:27,665 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 2017-07-27 16:01:27,665 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 2017-07-27 16:01:27,666 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 2017-07-27 16:01:27,666 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() 2017-07-27 16:01:27,666 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) 2017-07-27 16:01:27,667 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) 2017-07-27 16:01:27,667 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) 2017-07-27 16:01:27,667 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) 2017-07-27 16:01:27,668 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) 2017-07-27 16:01:27,668 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 2017-07-27 16:01:27,669 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) 2017-07-27 16:01:27,669 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) 2017-07-27 16:01:27,669 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) 2017-07-27 16:01:27,669 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) 2017-07-27 16:01:27,670 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) 2017-07-27 16:01:27,670 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) 2017-07-27 16:01:27,671 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) 2017-07-27 16:01:27,671 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) 2017-07-27 16:01:27,671 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) 2017-07-27 16:01:27,672 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) 2017-07-27 16:01:27,672 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() 2017-07-27 16:01:27,672 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) 2017-07-27 16:01:27,673 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) 2017-07-27 16:01:27,673 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) 2017-07-27 16:01:27,673 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 2017-07-27 16:01:27,674 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2017-07-27 16:01:27,674 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) 2017-07-27 16:01:27,674 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) 2017-07-27 16:01:27,675 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) 2017-07-27 16:01:27,675 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) 2017-07-27 16:01:27,675 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) 2017-07-27 16:01:27,676 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() 2017-07-27 16:01:27,676 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) 2017-07-27 16:01:27,676 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 2017-07-27 16:01:27,676 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 2017-07-27 16:01:27,702 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-27 16:01:27,766 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4b90f49d: startup date [Thu Jul 27 16:01:27 CEST 2017]; root of context hierarchy 2017-07-27 16:01:27,783 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4b90f49d: startup date [Thu Jul 27 16:01:27 CEST 2017]; root of context hierarchy 2017-07-27 16:01:27,842 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:27,842 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:27,849 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 7 ms 2017-07-27 16:01:27,930 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 2017-07-27 16:01:27,934 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2017-07-27 16:01:27,939 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2017-07-27 16:01:27,940 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2017-07-27 16:01:27,941 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2017-07-27 16:01:27,941 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-27 16:01:27,947 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2017-07-27 16:01:27,947 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2017-07-27 16:01:27,948 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 16:01:27,948 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2017-07-27 16:01:27,950 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2017-07-27 16:01:27,951 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2017-07-27 16:01:27,951 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2017-07-27 16:01:27,952 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2017-07-27 16:01:27,952 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2017-07-27 16:01:27,959 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:27,960 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:27,960 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:27,960 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:27,960 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:27,960 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:27,960 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:27,961 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2017-07-27 16:01:27,961 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-27 16:01:27,961 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-27 16:01:27,961 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2017-07-27 16:01:27,968 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-27 16:01:27,969 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-27 16:01:27,970 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 16:01:27,971 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-27 16:01:27,972 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2017-07-27 16:01:27,973 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2017-07-27 16:01:28,033 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:28,033 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:28,034 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2017-07-27 16:01:28,057 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:28,057 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:28,058 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2017-07-27 16:01:28,070 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:28,070 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:28,071 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2017-07-27 16:01:28,101 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@4b90f49d: startup date [Thu Jul 27 16:01:27 CEST 2017]; root of context hierarchy 2017-07-27 16:01:28,104 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:28,105 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: 1.054 s - in org.appng.appngizer.controller.RepositoryControllerTest [INFO] Running org.appng.appngizer.controller.PlatformPropertyControllerTest 2017-07-27 16:01:28,118 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] 2017-07-27 16:01:28,119 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@43493a5d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@21df2968, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1c7094eb, org.springframework.test.context.support.DirtiesContextTestExecutionListener@70fdecff, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7a6cab6f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@22a05923] 2017-07-27 16:01:28,120 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-27 16:01:28,211 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@3aef4650: startup date [Thu Jul 27 16:01:28 CEST 2017]; root of context hierarchy 2017-07-27 16:01:28,273 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-27 16:01:28,286 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:28,286 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 16:01:28,328 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 16:01:28,332 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 16:01:28,459 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:28,461 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:28,470 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.006s) 2017-07-27 16:01:28,471 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-27 16:01:28,474 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-27 16:01:28,477 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-27 16:01:28,491 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-27 16:01:28,497 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-27 16:01:28,537 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-27 16:01:28,540 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-27 16:01:28,543 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-27 16:01:28,545 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-27 16:01:28,548 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-27 16:01:28,552 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-27 16:01:28,557 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.085s). 2017-07-27 16:01:28,606 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 16:01:28,731 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-27 16:01:28,731 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:28,770 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-27 16:01:28,794 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) 2017-07-27 16:01:28,794 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 2017-07-27 16:01:28,795 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) 2017-07-27 16:01:28,795 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) 2017-07-27 16:01:28,795 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) 2017-07-27 16:01:28,795 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) 2017-07-27 16:01:28,795 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 2017-07-27 16:01:28,796 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() 2017-07-27 16:01:28,796 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) 2017-07-27 16:01:28,796 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 2017-07-27 16:01:28,797 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) 2017-07-27 16:01:28,797 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) 2017-07-27 16:01:28,797 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) 2017-07-27 16:01:28,797 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) 2017-07-27 16:01:28,797 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) 2017-07-27 16:01:28,797 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() throws java.lang.Exception 2017-07-27 16:01:28,798 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) 2017-07-27 16:01:28,798 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) 2017-07-27 16:01:28,798 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) 2017-07-27 16:01:28,798 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() 2017-07-27 16:01:28,799 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) 2017-07-27 16:01:28,799 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) 2017-07-27 16:01:28,799 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() 2017-07-27 16:01:28,800 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) 2017-07-27 16:01:28,800 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) 2017-07-27 16:01:28,800 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) 2017-07-27 16:01:28,800 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) 2017-07-27 16:01:28,801 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) 2017-07-27 16:01:28,801 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() 2017-07-27 16:01:28,801 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() 2017-07-27 16:01:28,801 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() 2017-07-27 16:01:28,802 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() 2017-07-27 16:01:28,802 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() 2017-07-27 16:01:28,802 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) 2017-07-27 16:01:28,803 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) 2017-07-27 16:01:28,803 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) 2017-07-27 16:01:28,803 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) 2017-07-27 16:01:28,804 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 2017-07-27 16:01:28,804 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) throws org.appng.api.BusinessException 2017-07-27 16:01:28,804 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestmap}],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) throws org.appng.api.BusinessException 2017-07-27 16:01:28,804 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 2017-07-27 16:01:28,804 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 2017-07-27 16:01:28,805 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 2017-07-27 16:01:28,805 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 2017-07-27 16:01:28,805 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() 2017-07-27 16:01:28,805 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) 2017-07-27 16:01:28,806 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) 2017-07-27 16:01:28,806 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) 2017-07-27 16:01:28,806 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) 2017-07-27 16:01:28,806 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) 2017-07-27 16:01:28,806 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 2017-07-27 16:01:28,807 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) 2017-07-27 16:01:28,807 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) 2017-07-27 16:01:28,807 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) 2017-07-27 16:01:28,807 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) 2017-07-27 16:01:28,808 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) 2017-07-27 16:01:28,808 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) 2017-07-27 16:01:28,808 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) 2017-07-27 16:01:28,808 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) 2017-07-27 16:01:28,808 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) 2017-07-27 16:01:28,809 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) 2017-07-27 16:01:28,809 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() 2017-07-27 16:01:28,809 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) 2017-07-27 16:01:28,809 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) 2017-07-27 16:01:28,810 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) 2017-07-27 16:01:28,810 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 2017-07-27 16:01:28,810 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2017-07-27 16:01:28,810 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) 2017-07-27 16:01:28,811 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) 2017-07-27 16:01:28,811 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) 2017-07-27 16:01:28,811 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) 2017-07-27 16:01:28,812 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) 2017-07-27 16:01:28,812 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() 2017-07-27 16:01:28,812 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) 2017-07-27 16:01:28,812 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 2017-07-27 16:01:28,812 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 2017-07-27 16:01:28,835 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-27 16:01:28,893 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@3aef4650: startup date [Thu Jul 27 16:01:28 CEST 2017]; root of context hierarchy 2017-07-27 16:01:28,908 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@3aef4650: startup date [Thu Jul 27 16:01:28 CEST 2017]; root of context hierarchy 2017-07-27 16:01:28,955 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:28,955 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:28,960 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2017-07-27 16:01:29,041 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@3aef4650: startup date [Thu Jul 27 16:01:28 CEST 2017]; root of context hierarchy 2017-07-27 16:01:29,043 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:29,043 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.93 s - in org.appng.appngizer.controller.PlatformPropertyControllerTest [INFO] Running org.appng.appngizer.controller.RoleControllerTest 2017-07-27 16:01:29,047 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] 2017-07-27 16:01:29,048 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1613e5ab, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@580930b7, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1e55ee99, org.springframework.test.context.support.DirtiesContextTestExecutionListener@39086d6b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@303fe95c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2122eb64] 2017-07-27 16:01:29,048 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-27 16:01:29,106 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@10b2f8ff: startup date [Thu Jul 27 16:01:29 CEST 2017]; root of context hierarchy 2017-07-27 16:01:29,150 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-27 16:01:29,162 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:29,162 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 16:01:29,198 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 16:01:29,201 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 16:01:29,304 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:29,307 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:29,311 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2017-07-27 16:01:29,312 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-27 16:01:29,315 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-27 16:01:29,317 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-27 16:01:29,329 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-27 16:01:29,334 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-27 16:01:29,337 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-27 16:01:29,341 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-27 16:01:29,343 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-27 16:01:29,345 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-27 16:01:29,348 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-27 16:01:29,350 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-27 16:01:29,352 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.040s). 2017-07-27 16:01:29,399 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 16:01:29,525 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-27 16:01:29,525 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:29,566 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-27 16:01:29,591 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) 2017-07-27 16:01:29,591 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 2017-07-27 16:01:29,591 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) 2017-07-27 16:01:29,591 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) 2017-07-27 16:01:29,591 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) 2017-07-27 16:01:29,592 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2017-07-27 16:01:29,592 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 2017-07-27 16:01:29,592 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() 2017-07-27 16:01:29,592 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) 2017-07-27 16:01:29,593 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 2017-07-27 16:01:29,593 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) 2017-07-27 16:01:29,593 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) 2017-07-27 16:01:29,593 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) 2017-07-27 16:01:29,593 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) 2017-07-27 16:01:29,594 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) 2017-07-27 16:01:29,594 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() throws java.lang.Exception 2017-07-27 16:01:29,594 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) 2017-07-27 16:01:29,594 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) 2017-07-27 16:01:29,595 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) 2017-07-27 16:01:29,595 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() 2017-07-27 16:01:29,595 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) 2017-07-27 16:01:29,595 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) 2017-07-27 16:01:29,595 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() 2017-07-27 16:01:29,596 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) 2017-07-27 16:01:29,596 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) 2017-07-27 16:01:29,596 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) 2017-07-27 16:01:29,596 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) 2017-07-27 16:01:29,597 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) 2017-07-27 16:01:29,597 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() 2017-07-27 16:01:29,597 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() 2017-07-27 16:01:29,597 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() 2017-07-27 16:01:29,597 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() 2017-07-27 16:01:29,598 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() 2017-07-27 16:01:29,598 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) 2017-07-27 16:01:29,598 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) 2017-07-27 16:01:29,598 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) 2017-07-27 16:01:29,599 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) 2017-07-27 16:01:29,599 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 2017-07-27 16:01:29,599 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) throws org.appng.api.BusinessException 2017-07-27 16:01:29,600 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestmap}],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) throws org.appng.api.BusinessException 2017-07-27 16:01:29,600 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 2017-07-27 16:01:29,600 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 2017-07-27 16:01:29,600 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 2017-07-27 16:01:29,600 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 2017-07-27 16:01:29,600 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() 2017-07-27 16:01:29,601 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) 2017-07-27 16:01:29,601 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) 2017-07-27 16:01:29,601 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) 2017-07-27 16:01:29,601 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) 2017-07-27 16:01:29,602 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) 2017-07-27 16:01:29,602 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 2017-07-27 16:01:29,602 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) 2017-07-27 16:01:29,602 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) 2017-07-27 16:01:29,603 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) 2017-07-27 16:01:29,603 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) 2017-07-27 16:01:29,603 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) 2017-07-27 16:01:29,604 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) 2017-07-27 16:01:29,604 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) 2017-07-27 16:01:29,604 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) 2017-07-27 16:01:29,604 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) 2017-07-27 16:01:29,605 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) 2017-07-27 16:01:29,605 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() 2017-07-27 16:01:29,605 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) 2017-07-27 16:01:29,605 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) 2017-07-27 16:01:29,605 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) 2017-07-27 16:01:29,605 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 2017-07-27 16:01:29,606 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2017-07-27 16:01:29,606 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) 2017-07-27 16:01:29,606 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) 2017-07-27 16:01:29,607 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) 2017-07-27 16:01:29,607 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) 2017-07-27 16:01:29,607 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) 2017-07-27 16:01:29,607 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() 2017-07-27 16:01:29,608 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) 2017-07-27 16:01:29,608 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 2017-07-27 16:01:29,608 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 2017-07-27 16:01:29,631 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-27 16:01:29,691 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@10b2f8ff: startup date [Thu Jul 27 16:01:29 CEST 2017]; root of context hierarchy 2017-07-27 16:01:29,708 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@10b2f8ff: startup date [Thu Jul 27 16:01:29 CEST 2017]; root of context hierarchy 2017-07-27 16:01:29,757 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:29,758 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:29,763 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2017-07-27 16:01:29,800 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 2017-07-27 16:01:29,805 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2017-07-27 16:01:29,809 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2017-07-27 16:01:29,810 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2017-07-27 16:01:29,810 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2017-07-27 16:01:29,811 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-27 16:01:29,816 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2017-07-27 16:01:29,817 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2017-07-27 16:01:29,817 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 16:01:29,817 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2017-07-27 16:01:29,818 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2017-07-27 16:01:29,819 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2017-07-27 16:01:29,819 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2017-07-27 16:01:29,820 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2017-07-27 16:01:29,820 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2017-07-27 16:01:29,828 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:29,828 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:29,828 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:29,828 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:29,828 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:29,829 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:29,829 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:29,829 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2017-07-27 16:01:29,829 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-27 16:01:29,829 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-27 16:01:29,829 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2017-07-27 16:01:29,837 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-27 16:01:29,837 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-27 16:01:29,838 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 16:01:29,839 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-27 16:01:29,840 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2017-07-27 16:01:29,841 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2017-07-27 16:01:29,925 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@10b2f8ff: startup date [Thu Jul 27 16:01:29 CEST 2017]; root of context hierarchy 2017-07-27 16:01:29,927 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:29,927 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.884 s - in org.appng.appngizer.controller.RoleControllerTest [INFO] Running org.appng.appngizer.controller.ApplicationPropertyControllerTest 2017-07-27 16:01:29,933 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] 2017-07-27 16:01:29,933 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6ae194ad, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@53f04a20, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5d7325f3, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3c932222, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5a318de1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@bc16dcd] 2017-07-27 16:01:29,933 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-27 16:01:29,991 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@4f598dfb: startup date [Thu Jul 27 16:01:29 CEST 2017]; root of context hierarchy 2017-07-27 16:01:30,041 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-27 16:01:30,054 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:30,054 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 16:01:30,090 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 16:01:30,094 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 16:01:30,202 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:30,204 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:30,209 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.003s) 2017-07-27 16:01:30,210 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-27 16:01:30,213 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-27 16:01:30,215 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-27 16:01:30,226 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-27 16:01:30,230 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-27 16:01:30,233 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-27 16:01:30,235 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-27 16:01:30,238 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-27 16:01:30,240 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-27 16:01:30,242 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-27 16:01:30,245 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-27 16:01:30,247 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.036s). 2017-07-27 16:01:30,290 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 16:01:30,450 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-27 16:01:30,451 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:30,504 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-27 16:01:30,530 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) 2017-07-27 16:01:30,530 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 2017-07-27 16:01:30,530 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2017-07-27 16:01:30,530 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2017-07-27 16:01:30,531 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) 2017-07-27 16:01:30,531 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) 2017-07-27 16:01:30,531 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 2017-07-27 16:01:30,531 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() 2017-07-27 16:01:30,531 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) 2017-07-27 16:01:30,532 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 2017-07-27 16:01:30,532 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) 2017-07-27 16:01:30,532 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) 2017-07-27 16:01:30,533 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) 2017-07-27 16:01:30,533 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) 2017-07-27 16:01:30,533 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) 2017-07-27 16:01:30,533 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() throws java.lang.Exception 2017-07-27 16:01:30,534 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) 2017-07-27 16:01:30,534 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) 2017-07-27 16:01:30,534 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) 2017-07-27 16:01:30,534 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() 2017-07-27 16:01:30,534 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) 2017-07-27 16:01:30,535 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) 2017-07-27 16:01:30,535 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() 2017-07-27 16:01:30,535 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) 2017-07-27 16:01:30,535 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) 2017-07-27 16:01:30,536 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) 2017-07-27 16:01:30,536 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) 2017-07-27 16:01:30,536 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) 2017-07-27 16:01:30,536 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() 2017-07-27 16:01:30,536 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() 2017-07-27 16:01:30,537 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() 2017-07-27 16:01:30,537 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() 2017-07-27 16:01:30,537 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() 2017-07-27 16:01:30,537 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) 2017-07-27 16:01:30,538 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) 2017-07-27 16:01:30,538 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) 2017-07-27 16:01:30,538 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) 2017-07-27 16:01:30,539 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 2017-07-27 16:01:30,539 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) throws org.appng.api.BusinessException 2017-07-27 16:01:30,540 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestmap}],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) throws org.appng.api.BusinessException 2017-07-27 16:01:30,540 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 2017-07-27 16:01:30,540 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 2017-07-27 16:01:30,540 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 2017-07-27 16:01:30,540 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 2017-07-27 16:01:30,540 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() 2017-07-27 16:01:30,540 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) 2017-07-27 16:01:30,541 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) 2017-07-27 16:01:30,541 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) 2017-07-27 16:01:30,541 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) 2017-07-27 16:01:30,541 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) 2017-07-27 16:01:30,542 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 2017-07-27 16:01:30,542 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) 2017-07-27 16:01:30,542 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) 2017-07-27 16:01:30,542 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) 2017-07-27 16:01:30,542 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) 2017-07-27 16:01:30,543 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) 2017-07-27 16:01:30,543 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) 2017-07-27 16:01:30,543 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) 2017-07-27 16:01:30,543 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) 2017-07-27 16:01:30,544 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) 2017-07-27 16:01:30,544 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) 2017-07-27 16:01:30,544 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() 2017-07-27 16:01:30,544 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) 2017-07-27 16:01:30,545 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) 2017-07-27 16:01:30,545 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) 2017-07-27 16:01:30,545 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 2017-07-27 16:01:30,546 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2017-07-27 16:01:30,546 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) 2017-07-27 16:01:30,546 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) 2017-07-27 16:01:30,546 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) 2017-07-27 16:01:30,546 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) 2017-07-27 16:01:30,547 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) 2017-07-27 16:01:30,547 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() 2017-07-27 16:01:30,547 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) 2017-07-27 16:01:30,547 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 2017-07-27 16:01:30,547 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 2017-07-27 16:01:30,570 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-27 16:01:30,629 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4f598dfb: startup date [Thu Jul 27 16:01:29 CEST 2017]; root of context hierarchy 2017-07-27 16:01:30,646 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4f598dfb: startup date [Thu Jul 27 16:01:29 CEST 2017]; root of context hierarchy 2017-07-27 16:01:30,697 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:30,697 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:30,702 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2017-07-27 16:01:30,739 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 2017-07-27 16:01:30,743 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2017-07-27 16:01:30,746 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2017-07-27 16:01:30,748 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2017-07-27 16:01:30,748 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2017-07-27 16:01:30,749 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-27 16:01:30,753 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2017-07-27 16:01:30,754 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2017-07-27 16:01:30,755 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 16:01:30,755 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2017-07-27 16:01:30,756 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2017-07-27 16:01:30,757 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2017-07-27 16:01:30,757 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2017-07-27 16:01:30,758 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2017-07-27 16:01:30,758 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2017-07-27 16:01:30,765 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:30,765 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:30,766 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:30,766 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:30,766 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:30,766 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:30,766 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:30,766 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2017-07-27 16:01:30,766 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-27 16:01:30,766 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-27 16:01:30,766 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2017-07-27 16:01:30,773 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-27 16:01:30,774 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-27 16:01:30,774 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 16:01:30,776 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-27 16:01:30,777 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2017-07-27 16:01:30,778 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2017-07-27 16:01:30,840 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@4f598dfb: startup date [Thu Jul 27 16:01:29 CEST 2017]; root of context hierarchy 2017-07-27 16:01:30,841 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:30,842 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.914 s - in org.appng.appngizer.controller.ApplicationPropertyControllerTest [INFO] Running org.appng.appngizer.controller.SiteControllerTest 2017-07-27 16:01:30,846 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] 2017-07-27 16:01:30,847 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@67b2ea33, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3891f024, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@667333f0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4ef88293, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3e6b1a0d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@9ccdd34] 2017-07-27 16:01:30,847 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-27 16:01:30,903 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@765f934e: startup date [Thu Jul 27 16:01:30 CEST 2017]; root of context hierarchy 2017-07-27 16:01:30,951 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-27 16:01:30,964 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:30,964 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 16:01:30,999 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 16:01:31,002 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 16:01:31,151 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:31,154 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:31,158 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2017-07-27 16:01:31,162 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-27 16:01:31,168 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-27 16:01:31,176 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-27 16:01:31,186 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-27 16:01:31,190 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-27 16:01:31,193 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-27 16:01:31,195 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-27 16:01:31,197 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-27 16:01:31,199 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-27 16:01:31,201 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-27 16:01:31,204 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-27 16:01:31,206 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.046s). 2017-07-27 16:01:31,248 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 16:01:31,356 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-27 16:01:31,356 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:31,392 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-27 16:01:31,412 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) 2017-07-27 16:01:31,413 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 2017-07-27 16:01:31,413 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) 2017-07-27 16:01:31,413 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) 2017-07-27 16:01:31,413 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) 2017-07-27 16:01:31,413 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) 2017-07-27 16:01:31,414 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 2017-07-27 16:01:31,414 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() 2017-07-27 16:01:31,414 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) 2017-07-27 16:01:31,414 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 2017-07-27 16:01:31,415 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) 2017-07-27 16:01:31,415 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) 2017-07-27 16:01:31,415 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) 2017-07-27 16:01:31,415 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) 2017-07-27 16:01:31,415 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) 2017-07-27 16:01:31,415 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() throws java.lang.Exception 2017-07-27 16:01:31,416 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) 2017-07-27 16:01:31,416 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) 2017-07-27 16:01:31,416 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) 2017-07-27 16:01:31,416 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() 2017-07-27 16:01:31,416 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) 2017-07-27 16:01:31,417 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) 2017-07-27 16:01:31,417 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() 2017-07-27 16:01:31,417 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) 2017-07-27 16:01:31,417 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) 2017-07-27 16:01:31,418 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) 2017-07-27 16:01:31,418 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) 2017-07-27 16:01:31,418 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) 2017-07-27 16:01:31,418 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() 2017-07-27 16:01:31,418 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() 2017-07-27 16:01:31,419 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() 2017-07-27 16:01:31,419 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() 2017-07-27 16:01:31,419 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() 2017-07-27 16:01:31,419 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) 2017-07-27 16:01:31,419 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) 2017-07-27 16:01:31,420 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) 2017-07-27 16:01:31,420 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) 2017-07-27 16:01:31,420 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 2017-07-27 16:01:31,421 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) throws org.appng.api.BusinessException 2017-07-27 16:01:31,421 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestmap}],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) throws org.appng.api.BusinessException 2017-07-27 16:01:31,421 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 2017-07-27 16:01:31,421 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 2017-07-27 16:01:31,421 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 2017-07-27 16:01:31,421 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 2017-07-27 16:01:31,422 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() 2017-07-27 16:01:31,422 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) 2017-07-27 16:01:31,422 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) 2017-07-27 16:01:31,422 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) 2017-07-27 16:01:31,422 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) 2017-07-27 16:01:31,423 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) 2017-07-27 16:01:31,423 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 2017-07-27 16:01:31,423 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) 2017-07-27 16:01:31,423 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) 2017-07-27 16:01:31,423 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) 2017-07-27 16:01:31,424 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) 2017-07-27 16:01:31,424 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) 2017-07-27 16:01:31,424 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) 2017-07-27 16:01:31,424 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) 2017-07-27 16:01:31,425 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) 2017-07-27 16:01:31,425 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) 2017-07-27 16:01:31,425 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) 2017-07-27 16:01:31,425 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() 2017-07-27 16:01:31,426 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) 2017-07-27 16:01:31,426 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) 2017-07-27 16:01:31,426 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) 2017-07-27 16:01:31,426 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 2017-07-27 16:01:31,427 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2017-07-27 16:01:31,427 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) 2017-07-27 16:01:31,427 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) 2017-07-27 16:01:31,427 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) 2017-07-27 16:01:31,427 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) 2017-07-27 16:01:31,428 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) 2017-07-27 16:01:31,428 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() 2017-07-27 16:01:31,428 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) 2017-07-27 16:01:31,428 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 2017-07-27 16:01:31,429 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 2017-07-27 16:01:31,452 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-27 16:01:31,512 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@765f934e: startup date [Thu Jul 27 16:01:30 CEST 2017]; root of context hierarchy 2017-07-27 16:01:31,527 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@765f934e: startup date [Thu Jul 27 16:01:30 CEST 2017]; root of context hierarchy 2017-07-27 16:01:31,575 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:31,575 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:31,581 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2017-07-27 16:01:31,665 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:31,665 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:31,666 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2017-07-27 16:01:31,701 INFO [main] org.appng.core.service.CoreService: starting deletion of site deleteme 2017-07-27 16:01:31,711 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2017-07-27 16:01:31,721 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/webapps/ROOT/WEB-INF/cache/platform/deleteme 2017-07-27 16:01:31,721 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/webapps/ROOT/WEB-INF/cache/application/deleteme 2017-07-27 16:01:31,721 INFO [main] org.appng.core.service.CoreService: done deleting site deleteme 2017-07-27 16:01:31,723 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:31,723 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:31,724 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2017-07-27 16:01:31,733 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@765f934e: startup date [Thu Jul 27 16:01:30 CEST 2017]; root of context hierarchy 2017-07-27 16:01:31,735 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:31,735 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.893 s - in org.appng.appngizer.controller.SiteControllerTest [INFO] Running org.appng.appngizer.controller.GroupControllerTest 2017-07-27 16:01:31,742 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] 2017-07-27 16:01:31,742 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2d381e8d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3f3444b2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@207e1269, org.springframework.test.context.support.DirtiesContextTestExecutionListener@20ab8169, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4d0a2f87, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5006f340] 2017-07-27 16:01:31,742 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-27 16:01:31,797 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@3b5e73: startup date [Thu Jul 27 16:01:31 CEST 2017]; root of context hierarchy 2017-07-27 16:01:31,842 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-27 16:01:31,854 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:31,854 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 16:01:31,890 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 16:01:31,894 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 16:01:31,985 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:31,987 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:31,991 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2017-07-27 16:01:31,992 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-27 16:01:31,994 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-27 16:01:31,996 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-27 16:01:32,004 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-27 16:01:32,009 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-27 16:01:32,011 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-27 16:01:32,013 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-27 16:01:32,015 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-27 16:01:32,017 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-27 16:01:32,019 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-27 16:01:32,021 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-27 16:01:32,023 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.031s). 2017-07-27 16:01:32,068 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 16:01:32,175 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-27 16:01:32,175 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:32,215 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-27 16:01:32,236 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) 2017-07-27 16:01:32,236 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 2017-07-27 16:01:32,236 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) 2017-07-27 16:01:32,236 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) 2017-07-27 16:01:32,236 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) 2017-07-27 16:01:32,236 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) 2017-07-27 16:01:32,237 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 2017-07-27 16:01:32,237 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() 2017-07-27 16:01:32,237 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) 2017-07-27 16:01:32,237 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 2017-07-27 16:01:32,237 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) 2017-07-27 16:01:32,238 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) 2017-07-27 16:01:32,238 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) 2017-07-27 16:01:32,238 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) 2017-07-27 16:01:32,238 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) 2017-07-27 16:01:32,238 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() throws java.lang.Exception 2017-07-27 16:01:32,239 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) 2017-07-27 16:01:32,239 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) 2017-07-27 16:01:32,239 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) 2017-07-27 16:01:32,239 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() 2017-07-27 16:01:32,239 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) 2017-07-27 16:01:32,240 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) 2017-07-27 16:01:32,240 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() 2017-07-27 16:01:32,240 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) 2017-07-27 16:01:32,240 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) 2017-07-27 16:01:32,240 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) 2017-07-27 16:01:32,240 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) 2017-07-27 16:01:32,241 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) 2017-07-27 16:01:32,241 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() 2017-07-27 16:01:32,241 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() 2017-07-27 16:01:32,241 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() 2017-07-27 16:01:32,241 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() 2017-07-27 16:01:32,242 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() 2017-07-27 16:01:32,242 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) 2017-07-27 16:01:32,242 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) 2017-07-27 16:01:32,242 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) 2017-07-27 16:01:32,242 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) 2017-07-27 16:01:32,243 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 2017-07-27 16:01:32,243 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) throws org.appng.api.BusinessException 2017-07-27 16:01:32,243 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestmap}],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) throws org.appng.api.BusinessException 2017-07-27 16:01:32,243 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 2017-07-27 16:01:32,244 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 2017-07-27 16:01:32,244 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 2017-07-27 16:01:32,244 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 2017-07-27 16:01:32,244 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() 2017-07-27 16:01:32,244 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) 2017-07-27 16:01:32,244 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) 2017-07-27 16:01:32,245 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) 2017-07-27 16:01:32,245 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) 2017-07-27 16:01:32,245 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) 2017-07-27 16:01:32,245 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 2017-07-27 16:01:32,245 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) 2017-07-27 16:01:32,246 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) 2017-07-27 16:01:32,246 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) 2017-07-27 16:01:32,246 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) 2017-07-27 16:01:32,246 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) 2017-07-27 16:01:32,246 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) 2017-07-27 16:01:32,247 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) 2017-07-27 16:01:32,247 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) 2017-07-27 16:01:32,247 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) 2017-07-27 16:01:32,247 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) 2017-07-27 16:01:32,247 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() 2017-07-27 16:01:32,248 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) 2017-07-27 16:01:32,248 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) 2017-07-27 16:01:32,248 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) 2017-07-27 16:01:32,248 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 2017-07-27 16:01:32,248 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2017-07-27 16:01:32,249 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) 2017-07-27 16:01:32,249 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) 2017-07-27 16:01:32,249 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) 2017-07-27 16:01:32,249 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) 2017-07-27 16:01:32,250 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) 2017-07-27 16:01:32,250 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() 2017-07-27 16:01:32,250 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) 2017-07-27 16:01:32,250 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 2017-07-27 16:01:32,250 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 2017-07-27 16:01:32,273 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-27 16:01:32,333 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@3b5e73: startup date [Thu Jul 27 16:01:31 CEST 2017]; root of context hierarchy 2017-07-27 16:01:32,351 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@3b5e73: startup date [Thu Jul 27 16:01:31 CEST 2017]; root of context hierarchy 2017-07-27 16:01:32,397 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:32,397 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:32,402 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2017-07-27 16:01:32,434 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 2017-07-27 16:01:32,438 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2017-07-27 16:01:32,441 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2017-07-27 16:01:32,442 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2017-07-27 16:01:32,443 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2017-07-27 16:01:32,443 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-27 16:01:32,447 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2017-07-27 16:01:32,448 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2017-07-27 16:01:32,448 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 16:01:32,449 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2017-07-27 16:01:32,450 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2017-07-27 16:01:32,450 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2017-07-27 16:01:32,450 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2017-07-27 16:01:32,451 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2017-07-27 16:01:32,451 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2017-07-27 16:01:32,457 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:32,457 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:32,457 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:32,458 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:32,458 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:32,458 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:32,458 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:32,458 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2017-07-27 16:01:32,458 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-27 16:01:32,458 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-27 16:01:32,458 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2017-07-27 16:01:32,464 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-27 16:01:32,465 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-27 16:01:32,465 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 16:01:32,467 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-27 16:01:32,467 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2017-07-27 16:01:32,468 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2017-07-27 16:01:32,517 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:32,517 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:32,518 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2017-07-27 16:01:32,530 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:32,530 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:32,531 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2017-07-27 16:01:32,541 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@3b5e73: startup date [Thu Jul 27 16:01:31 CEST 2017]; root of context hierarchy 2017-07-27 16:01:32,542 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:32,542 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.806 s - in org.appng.appngizer.controller.GroupControllerTest [INFO] Running org.appng.appngizer.controller.SitePropertyControllerTest 2017-07-27 16:01:32,547 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] 2017-07-27 16:01:32,547 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6927db28, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@17564b1b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2ceb060a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@227833cd, org.springframework.test.context.transaction.TransactionalTestExecutionListener@75515231, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@507ad113] 2017-07-27 16:01:32,547 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-27 16:01:32,595 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@24d54640: startup date [Thu Jul 27 16:01:32 CEST 2017]; root of context hierarchy 2017-07-27 16:01:32,638 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-27 16:01:32,649 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:32,650 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 16:01:32,683 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 16:01:32,686 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 16:01:32,774 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:32,776 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:32,781 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2017-07-27 16:01:32,782 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-27 16:01:32,784 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-27 16:01:32,786 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-27 16:01:32,794 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-27 16:01:32,799 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-27 16:01:32,801 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-27 16:01:32,803 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-27 16:01:32,805 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-27 16:01:32,807 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-27 16:01:32,809 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-27 16:01:32,811 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-27 16:01:32,813 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.031s). 2017-07-27 16:01:32,856 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 16:01:32,954 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-27 16:01:32,954 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:32,986 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-27 16:01:33,005 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) 2017-07-27 16:01:33,005 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 2017-07-27 16:01:33,005 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) 2017-07-27 16:01:33,005 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) 2017-07-27 16:01:33,006 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) 2017-07-27 16:01:33,006 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) 2017-07-27 16:01:33,008 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 2017-07-27 16:01:33,008 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() 2017-07-27 16:01:33,009 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) 2017-07-27 16:01:33,009 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 2017-07-27 16:01:33,010 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) 2017-07-27 16:01:33,010 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) 2017-07-27 16:01:33,010 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) 2017-07-27 16:01:33,010 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) 2017-07-27 16:01:33,011 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) 2017-07-27 16:01:33,011 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() throws java.lang.Exception 2017-07-27 16:01:33,012 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) 2017-07-27 16:01:33,012 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) 2017-07-27 16:01:33,012 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) 2017-07-27 16:01:33,012 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() 2017-07-27 16:01:33,013 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) 2017-07-27 16:01:33,013 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) 2017-07-27 16:01:33,014 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() 2017-07-27 16:01:33,014 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) 2017-07-27 16:01:33,014 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) 2017-07-27 16:01:33,015 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) 2017-07-27 16:01:33,015 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) 2017-07-27 16:01:33,015 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) 2017-07-27 16:01:33,017 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() 2017-07-27 16:01:33,017 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() 2017-07-27 16:01:33,018 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() 2017-07-27 16:01:33,020 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() 2017-07-27 16:01:33,020 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() 2017-07-27 16:01:33,020 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) 2017-07-27 16:01:33,021 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) 2017-07-27 16:01:33,021 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) 2017-07-27 16:01:33,021 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) 2017-07-27 16:01:33,021 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 2017-07-27 16:01:33,021 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) throws org.appng.api.BusinessException 2017-07-27 16:01:33,021 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestmap}],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) throws org.appng.api.BusinessException 2017-07-27 16:01:33,022 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 2017-07-27 16:01:33,022 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 2017-07-27 16:01:33,022 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 2017-07-27 16:01:33,022 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 2017-07-27 16:01:33,022 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() 2017-07-27 16:01:33,022 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) 2017-07-27 16:01:33,022 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) 2017-07-27 16:01:33,023 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) 2017-07-27 16:01:33,023 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) 2017-07-27 16:01:33,023 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) 2017-07-27 16:01:33,023 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 2017-07-27 16:01:33,023 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) 2017-07-27 16:01:33,024 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) 2017-07-27 16:01:33,024 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) 2017-07-27 16:01:33,024 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) 2017-07-27 16:01:33,024 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) 2017-07-27 16:01:33,024 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) 2017-07-27 16:01:33,024 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) 2017-07-27 16:01:33,024 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) 2017-07-27 16:01:33,025 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) 2017-07-27 16:01:33,025 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) 2017-07-27 16:01:33,025 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() 2017-07-27 16:01:33,025 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) 2017-07-27 16:01:33,025 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) 2017-07-27 16:01:33,025 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) 2017-07-27 16:01:33,026 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 2017-07-27 16:01:33,026 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2017-07-27 16:01:33,026 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) 2017-07-27 16:01:33,026 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) 2017-07-27 16:01:33,026 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) 2017-07-27 16:01:33,026 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) 2017-07-27 16:01:33,027 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) 2017-07-27 16:01:33,027 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() 2017-07-27 16:01:33,027 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) 2017-07-27 16:01:33,027 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 2017-07-27 16:01:33,028 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 2017-07-27 16:01:33,050 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-27 16:01:33,102 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@24d54640: startup date [Thu Jul 27 16:01:32 CEST 2017]; root of context hierarchy 2017-07-27 16:01:33,118 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@24d54640: startup date [Thu Jul 27 16:01:32 CEST 2017]; root of context hierarchy 2017-07-27 16:01:33,164 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:33,164 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:33,170 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2017-07-27 16:01:33,348 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@24d54640: startup date [Thu Jul 27 16:01:32 CEST 2017]; root of context hierarchy 2017-07-27 16:01:33,349 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:33,350 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 s - in org.appng.appngizer.controller.SitePropertyControllerTest [INFO] Running org.appng.appngizer.controller.ApplicationControllerTest 2017-07-27 16:01:33,355 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] 2017-07-27 16:01:33,355 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5b6ba5bb, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@181419c5, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@57dea250, org.springframework.test.context.support.DirtiesContextTestExecutionListener@77b71acd, org.springframework.test.context.transaction.TransactionalTestExecutionListener@71f72ffd, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4995ca37] 2017-07-27 16:01:33,356 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-27 16:01:33,411 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6b7b3d77: startup date [Thu Jul 27 16:01:33 CEST 2017]; root of context hierarchy 2017-07-27 16:01:33,454 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-27 16:01:33,466 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:33,466 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 16:01:33,499 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 16:01:33,502 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 16:01:33,598 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:33,600 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:33,605 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2017-07-27 16:01:33,606 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-27 16:01:33,608 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-27 16:01:33,610 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-27 16:01:33,619 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-27 16:01:33,623 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-27 16:01:33,625 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-27 16:01:33,627 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-27 16:01:33,630 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-27 16:01:33,632 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-27 16:01:33,634 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-27 16:01:33,636 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-27 16:01:33,638 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.032s). 2017-07-27 16:01:33,685 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 16:01:33,795 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-27 16:01:33,795 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:33,827 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-27 16:01:33,849 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) 2017-07-27 16:01:33,850 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 2017-07-27 16:01:33,850 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) 2017-07-27 16:01:33,850 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) 2017-07-27 16:01:33,850 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) 2017-07-27 16:01:33,850 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) 2017-07-27 16:01:33,851 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 2017-07-27 16:01:33,851 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() 2017-07-27 16:01:33,851 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) 2017-07-27 16:01:33,851 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 2017-07-27 16:01:33,851 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) 2017-07-27 16:01:33,852 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) 2017-07-27 16:01:33,852 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) 2017-07-27 16:01:33,852 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) 2017-07-27 16:01:33,852 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) 2017-07-27 16:01:33,852 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() throws java.lang.Exception 2017-07-27 16:01:33,852 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) 2017-07-27 16:01:33,853 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) 2017-07-27 16:01:33,853 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) 2017-07-27 16:01:33,853 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() 2017-07-27 16:01:33,853 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) 2017-07-27 16:01:33,853 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) 2017-07-27 16:01:33,853 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() 2017-07-27 16:01:33,854 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) 2017-07-27 16:01:33,854 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) 2017-07-27 16:01:33,854 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) 2017-07-27 16:01:33,854 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) 2017-07-27 16:01:33,854 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) 2017-07-27 16:01:33,855 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() 2017-07-27 16:01:33,855 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() 2017-07-27 16:01:33,855 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() 2017-07-27 16:01:33,855 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() 2017-07-27 16:01:33,855 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() 2017-07-27 16:01:33,856 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) 2017-07-27 16:01:33,856 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) 2017-07-27 16:01:33,856 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) 2017-07-27 16:01:33,856 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) 2017-07-27 16:01:33,856 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 2017-07-27 16:01:33,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2017-07-27 16:01:33,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestmap}],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) throws org.appng.api.BusinessException 2017-07-27 16:01:33,857 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 2017-07-27 16:01:33,857 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 2017-07-27 16:01:33,857 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 2017-07-27 16:01:33,857 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 2017-07-27 16:01:33,858 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() 2017-07-27 16:01:33,858 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) 2017-07-27 16:01:33,858 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) 2017-07-27 16:01:33,858 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) 2017-07-27 16:01:33,858 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) 2017-07-27 16:01:33,858 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) 2017-07-27 16:01:33,859 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 2017-07-27 16:01:33,859 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) 2017-07-27 16:01:33,859 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) 2017-07-27 16:01:33,859 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) 2017-07-27 16:01:33,859 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) 2017-07-27 16:01:33,860 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) 2017-07-27 16:01:33,860 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) 2017-07-27 16:01:33,860 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) 2017-07-27 16:01:33,860 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) 2017-07-27 16:01:33,860 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) 2017-07-27 16:01:33,861 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) 2017-07-27 16:01:33,861 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() 2017-07-27 16:01:33,861 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) 2017-07-27 16:01:33,861 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) 2017-07-27 16:01:33,861 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) 2017-07-27 16:01:33,861 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 2017-07-27 16:01:33,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2017-07-27 16:01:33,862 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) 2017-07-27 16:01:33,862 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) 2017-07-27 16:01:33,862 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) 2017-07-27 16:01:33,862 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) 2017-07-27 16:01:33,863 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) 2017-07-27 16:01:33,863 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() 2017-07-27 16:01:33,863 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) 2017-07-27 16:01:33,863 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 2017-07-27 16:01:33,863 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 2017-07-27 16:01:33,891 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-27 16:01:33,948 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6b7b3d77: startup date [Thu Jul 27 16:01:33 CEST 2017]; root of context hierarchy 2017-07-27 16:01:33,964 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6b7b3d77: startup date [Thu Jul 27 16:01:33 CEST 2017]; root of context hierarchy 2017-07-27 16:01:34,013 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:34,013 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:34,019 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2017-07-27 16:01:34,050 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 2017-07-27 16:01:34,053 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2017-07-27 16:01:34,057 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2017-07-27 16:01:34,058 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2017-07-27 16:01:34,058 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2017-07-27 16:01:34,058 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-27 16:01:34,063 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2017-07-27 16:01:34,063 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2017-07-27 16:01:34,064 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 16:01:34,064 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2017-07-27 16:01:34,065 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2017-07-27 16:01:34,065 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2017-07-27 16:01:34,065 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2017-07-27 16:01:34,066 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2017-07-27 16:01:34,066 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2017-07-27 16:01:34,071 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:34,072 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:34,072 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:34,072 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:34,072 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:34,072 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:34,072 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:34,072 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2017-07-27 16:01:34,072 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-27 16:01:34,072 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-27 16:01:34,072 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2017-07-27 16:01:34,078 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-27 16:01:34,079 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-27 16:01:34,079 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 16:01:34,085 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-27 16:01:34,087 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2017-07-27 16:01:34,089 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2017-07-27 16:01:34,128 INFO [main] org.appng.core.service.CoreService: application 'demo-application' is beeing converted from filebased to database 2017-07-27 16:01:34,131 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.3 2017-07-27 16:01:34,131 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml 2017-07-27 16:01:34,138 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml 2017-07-27 16:01:34,139 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql 2017-07-27 16:01:34,140 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties 2017-07-27 16:01:34,140 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml 2017-07-27 16:01:34,141 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml 2017-07-27 16:01:34,142 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml 2017-07-27 16:01:34,143 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql 2017-07-27 16:01:34,144 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml 2017-07-27 16:01:34,144 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml 2017-07-27 16:01:34,183 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@6b7b3d77: startup date [Thu Jul 27 16:01:33 CEST 2017]; root of context hierarchy 2017-07-27 16:01:34,184 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:34,184 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 s - in org.appng.appngizer.controller.ApplicationControllerTest [INFO] Running org.appng.appngizer.controller.SubjectControllerTest 2017-07-27 16:01:34,190 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] 2017-07-27 16:01:34,191 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@de42c9e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5a9f2d87, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1de1dda1, org.springframework.test.context.support.DirtiesContextTestExecutionListener@46347cba, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6a18283e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4948d3ef] 2017-07-27 16:01:34,191 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-27 16:01:34,292 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@5a5703b2: startup date [Thu Jul 27 16:01:34 CEST 2017]; root of context hierarchy 2017-07-27 16:01:34,341 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-27 16:01:34,353 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:34,353 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 16:01:34,390 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 16:01:34,394 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 16:01:34,504 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:34,505 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:34,510 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2017-07-27 16:01:34,512 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-27 16:01:34,516 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-27 16:01:34,519 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-27 16:01:34,533 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-27 16:01:34,540 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-27 16:01:34,544 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-27 16:01:34,547 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-27 16:01:34,551 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-27 16:01:34,554 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-27 16:01:34,557 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-27 16:01:34,560 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-27 16:01:34,563 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.050s). 2017-07-27 16:01:34,615 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 16:01:34,726 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-27 16:01:34,727 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:34,759 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-27 16:01:34,779 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) 2017-07-27 16:01:34,779 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 2017-07-27 16:01:34,779 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) 2017-07-27 16:01:34,780 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) 2017-07-27 16:01:34,780 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) 2017-07-27 16:01:34,780 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) 2017-07-27 16:01:34,780 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 2017-07-27 16:01:34,780 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() 2017-07-27 16:01:34,781 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) 2017-07-27 16:01:34,781 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 2017-07-27 16:01:34,781 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) 2017-07-27 16:01:34,781 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) 2017-07-27 16:01:34,782 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) 2017-07-27 16:01:34,782 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) 2017-07-27 16:01:34,782 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) 2017-07-27 16:01:34,782 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() throws java.lang.Exception 2017-07-27 16:01:34,783 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) 2017-07-27 16:01:34,783 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) 2017-07-27 16:01:34,783 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) 2017-07-27 16:01:34,783 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() 2017-07-27 16:01:34,783 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) 2017-07-27 16:01:34,784 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) 2017-07-27 16:01:34,784 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() 2017-07-27 16:01:34,784 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) 2017-07-27 16:01:34,785 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) 2017-07-27 16:01:34,785 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) 2017-07-27 16:01:34,785 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) 2017-07-27 16:01:34,785 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) 2017-07-27 16:01:34,785 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() 2017-07-27 16:01:34,786 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() 2017-07-27 16:01:34,786 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() 2017-07-27 16:01:34,786 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() 2017-07-27 16:01:34,786 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() 2017-07-27 16:01:34,787 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) 2017-07-27 16:01:34,787 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) 2017-07-27 16:01:34,787 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) 2017-07-27 16:01:34,787 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) 2017-07-27 16:01:34,788 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 2017-07-27 16:01:34,788 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) throws org.appng.api.BusinessException 2017-07-27 16:01:34,788 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestmap}],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) throws org.appng.api.BusinessException 2017-07-27 16:01:34,788 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 2017-07-27 16:01:34,788 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 2017-07-27 16:01:34,789 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 2017-07-27 16:01:34,789 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 2017-07-27 16:01:34,789 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() 2017-07-27 16:01:34,789 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) 2017-07-27 16:01:34,789 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) 2017-07-27 16:01:34,790 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) 2017-07-27 16:01:34,790 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) 2017-07-27 16:01:34,790 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) 2017-07-27 16:01:34,790 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 2017-07-27 16:01:34,790 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) 2017-07-27 16:01:34,791 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) 2017-07-27 16:01:34,791 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) 2017-07-27 16:01:34,791 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) 2017-07-27 16:01:34,791 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) 2017-07-27 16:01:34,792 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) 2017-07-27 16:01:34,792 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) 2017-07-27 16:01:34,792 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) 2017-07-27 16:01:34,792 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) 2017-07-27 16:01:34,793 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) 2017-07-27 16:01:34,793 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() 2017-07-27 16:01:34,793 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) 2017-07-27 16:01:34,793 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) 2017-07-27 16:01:34,793 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) 2017-07-27 16:01:34,793 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 2017-07-27 16:01:34,794 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2017-07-27 16:01:34,794 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) 2017-07-27 16:01:34,794 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) 2017-07-27 16:01:34,795 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) 2017-07-27 16:01:34,795 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) 2017-07-27 16:01:34,795 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) 2017-07-27 16:01:34,795 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() 2017-07-27 16:01:34,796 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) 2017-07-27 16:01:34,796 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 2017-07-27 16:01:34,796 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 2017-07-27 16:01:34,821 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-27 16:01:34,879 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@5a5703b2: startup date [Thu Jul 27 16:01:34 CEST 2017]; root of context hierarchy 2017-07-27 16:01:34,895 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@5a5703b2: startup date [Thu Jul 27 16:01:34 CEST 2017]; root of context hierarchy 2017-07-27 16:01:34,949 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:34,949 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:34,955 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2017-07-27 16:01:35,020 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:35,020 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:35,021 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2017-07-27 16:01:35,036 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:35,036 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:35,037 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2017-07-27 16:01:35,047 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@5a5703b2: startup date [Thu Jul 27 16:01:34 CEST 2017]; root of context hierarchy 2017-07-27 16:01:35,048 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:35,049 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.863 s - in org.appng.appngizer.controller.SubjectControllerTest [INFO] Running org.appng.appngizer.controller.PermissionControllerTest 2017-07-27 16:01:35,054 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] 2017-07-27 16:01:35,055 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@56c2813e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@59e4e3a6, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5e6c3555, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6d41d760, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2fc87087, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@514f4f0b] 2017-07-27 16:01:35,055 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-27 16:01:35,111 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6e360eea: startup date [Thu Jul 27 16:01:35 CEST 2017]; root of context hierarchy 2017-07-27 16:01:35,162 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-27 16:01:35,177 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:35,177 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-27 16:01:35,220 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-27 16:01:35,223 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-27 16:01:35,329 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:35,332 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:35,337 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2017-07-27 16:01:35,338 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-27 16:01:35,341 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-27 16:01:35,343 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-27 16:01:35,361 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-27 16:01:35,365 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-27 16:01:35,368 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-27 16:01:35,370 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-27 16:01:35,373 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-27 16:01:35,375 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-27 16:01:35,378 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-27 16:01:35,380 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-27 16:01:35,383 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.045s). 2017-07-27 16:01:35,427 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-27 16:01:35,534 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-27 16:01:35,534 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-27 16:01:35,566 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-27 16:01:35,585 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) 2017-07-27 16:01:35,585 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 2017-07-27 16:01:35,586 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) 2017-07-27 16:01:35,586 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) 2017-07-27 16:01:35,586 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) 2017-07-27 16:01:35,586 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) 2017-07-27 16:01:35,586 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 2017-07-27 16:01:35,586 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() 2017-07-27 16:01:35,586 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) 2017-07-27 16:01:35,587 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 2017-07-27 16:01:35,587 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) 2017-07-27 16:01:35,587 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) 2017-07-27 16:01:35,587 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) 2017-07-27 16:01:35,587 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) 2017-07-27 16:01:35,587 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) 2017-07-27 16:01:35,587 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() throws java.lang.Exception 2017-07-27 16:01:35,588 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) 2017-07-27 16:01:35,588 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) 2017-07-27 16:01:35,588 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) 2017-07-27 16:01:35,588 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() 2017-07-27 16:01:35,588 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) 2017-07-27 16:01:35,588 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) 2017-07-27 16:01:35,588 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() 2017-07-27 16:01:35,589 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) 2017-07-27 16:01:35,589 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) 2017-07-27 16:01:35,589 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) 2017-07-27 16:01:35,589 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) 2017-07-27 16:01:35,589 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) 2017-07-27 16:01:35,590 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() 2017-07-27 16:01:35,590 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() 2017-07-27 16:01:35,590 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() 2017-07-27 16:01:35,590 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() 2017-07-27 16:01:35,590 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() 2017-07-27 16:01:35,590 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) 2017-07-27 16:01:35,591 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) 2017-07-27 16:01:35,591 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) 2017-07-27 16:01:35,591 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) 2017-07-27 16:01:35,591 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 2017-07-27 16:01:35,591 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) throws org.appng.api.BusinessException 2017-07-27 16:01:35,592 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestmap}],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) throws org.appng.api.BusinessException 2017-07-27 16:01:35,592 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 2017-07-27 16:01:35,592 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 2017-07-27 16:01:35,592 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 2017-07-27 16:01:35,592 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 2017-07-27 16:01:35,592 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() 2017-07-27 16:01:35,592 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) 2017-07-27 16:01:35,592 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) 2017-07-27 16:01:35,593 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) 2017-07-27 16:01:35,593 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) 2017-07-27 16:01:35,593 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) 2017-07-27 16:01:35,593 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 2017-07-27 16:01:35,593 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) 2017-07-27 16:01:35,593 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) 2017-07-27 16:01:35,593 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) 2017-07-27 16:01:35,593 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) 2017-07-27 16:01:35,594 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) 2017-07-27 16:01:35,594 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) 2017-07-27 16:01:35,594 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) 2017-07-27 16:01:35,594 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) 2017-07-27 16:01:35,594 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) 2017-07-27 16:01:35,595 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) 2017-07-27 16:01:35,595 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() 2017-07-27 16:01:35,595 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) 2017-07-27 16:01:35,595 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) 2017-07-27 16:01:35,595 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) 2017-07-27 16:01:35,595 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 2017-07-27 16:01:35,595 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2017-07-27 16:01:35,596 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) 2017-07-27 16:01:35,596 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) 2017-07-27 16:01:35,596 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) 2017-07-27 16:01:35,596 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) 2017-07-27 16:01:35,596 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) 2017-07-27 16:01:35,596 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() 2017-07-27 16:01:35,596 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) 2017-07-27 16:01:35,596 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 2017-07-27 16:01:35,597 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 2017-07-27 16:01:35,621 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-27 16:01:35,677 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6e360eea: startup date [Thu Jul 27 16:01:35 CEST 2017]; root of context hierarchy 2017-07-27 16:01:35,692 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6e360eea: startup date [Thu Jul 27 16:01:35 CEST 2017]; root of context hierarchy 2017-07-27 16:01:35,740 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-27 16:01:35,740 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-27 16:01:35,746 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2017-07-27 16:01:35,777 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 2017-07-27 16:01:35,781 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2017-07-27 16:01:35,784 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2017-07-27 16:01:35,785 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2017-07-27 16:01:35,785 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2017-07-27 16:01:35,785 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-27 16:01:35,790 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2017-07-27 16:01:35,790 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2017-07-27 16:01:35,791 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 16:01:35,791 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2017-07-27 16:01:35,792 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2017-07-27 16:01:35,792 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2017-07-27 16:01:35,792 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2017-07-27 16:01:35,793 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2017-07-27 16:01:35,793 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2017-07-27 16:01:35,798 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:35,798 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:35,798 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:35,798 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:35,799 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:35,799 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:35,799 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2017-07-27 16:01:35,799 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2017-07-27 16:01:35,799 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-27 16:01:35,799 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-27 16:01:35,799 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2017-07-27 16:01:35,805 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-27 16:01:35,805 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-27 16:01:35,806 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-27 16:01:35,807 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-27 16:01:35,808 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2017-07-27 16:01:35,809 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2017-07-27 16:01:35,847 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-27 16:01:35,857 INFO [main] org.appng.core.service.CoreService: creating new permission 'newName' for application 'demo-application' 2017-07-27 16:01:35,871 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@6e360eea: startup date [Thu Jul 27 16:01:35 CEST 2017]; root of context hierarchy 2017-07-27 16:01:35,872 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-27 16:01:35,872 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.823 s - in org.appng.appngizer.controller.PermissionControllerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, 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.14.2] [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.14.2] [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.14.2] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp] [INFO] Webapp assembled in [32 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.2.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.14.2-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.14.2 [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.14.2 [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.14.2 [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-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 46 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-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 46 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-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 46 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-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 46 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-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 46 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-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 46 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-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.14.2-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.14.2.war to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2.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.14.2/appng-appngizer-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.2.war.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2-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.4-03 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.14.2.war to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2.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.14.2/appng-appngizer-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.2.war.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2-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.14.2 [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.14.2.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.14.2-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.14.2 [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.14.2 [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.14.2 [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-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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2.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.14.2/appng-appngizer-maven-plugin-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2-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.4-03 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.14.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2.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.14.2/appng-appngizer-maven-plugin-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2-sources.jar.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "5db33f1e7729b7" [INFO] * Created staging repository with ID "orgappng-1013". [INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013 [INFO] * Uploading locally staged artifacts to profile org.appng Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2-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-1013/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2-sources.jar (2.7 kB at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-template-assembly/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 331 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-core/1.14.2/appng-core-1.14.2-sources.jar Progress (1): 2.0/320 kB Progress (1): 4.1/320 kB Progress (1): 6.1/320 kB Progress (1): 8.2/320 kB Progress (1): 10/320 kB Progress (1): 12/320 kB Progress (1): 14/320 kB Progress (1): 16/320 kB Progress (1): 18/320 kB Progress (1): 20/320 kB Progress (1): 23/320 kB Progress (1): 25/320 kB Progress (1): 27/320 kB Progress (1): 29/320 kB Progress (1): 31/320 kB Progress (1): 33/320 kB Progress (1): 35/320 kB Progress (1): 37/320 kB Progress (1): 39/320 kB Progress (1): 41/320 kB Progress (1): 43/320 kB Progress (1): 45/320 kB Progress (1): 47/320 kB Progress (1): 49/320 kB Progress (1): 51/320 kB Progress (1): 53/320 kB Progress (1): 55/320 kB Progress (1): 57/320 kB Progress (1): 59/320 kB Progress (1): 61/320 kB Progress (1): 63/320 kB Progress (1): 66/320 kB Progress (1): 68/320 kB Progress (1): 70/320 kB Progress (1): 72/320 kB Progress (1): 74/320 kB Progress (1): 76/320 kB Progress (1): 78/320 kB Progress (1): 80/320 kB Progress (1): 82/320 kB Progress (1): 84/320 kB Progress (1): 86/320 kB Progress (1): 88/320 kB Progress (1): 90/320 kB Progress (1): 92/320 kB Progress (1): 94/320 kB Progress (1): 96/320 kB Progress (1): 98/320 kB Progress (1): 100/320 kB Progress (1): 102/320 kB Progress (1): 104/320 kB Progress (1): 106/320 kB Progress (1): 109/320 kB Progress (1): 111/320 kB Progress (1): 113/320 kB Progress (1): 115/320 kB Progress (1): 117/320 kB Progress (1): 119/320 kB Progress (1): 121/320 kB Progress (1): 123/320 kB Progress (1): 125/320 kB Progress (1): 127/320 kB Progress (1): 129/320 kB Progress (1): 131/320 kB Progress (1): 133/320 kB Progress (1): 135/320 kB Progress (1): 137/320 kB Progress (1): 139/320 kB Progress (1): 141/320 kB Progress (1): 143/320 kB Progress (1): 145/320 kB Progress (1): 147/320 kB Progress (1): 150/320 kB Progress (1): 152/320 kB Progress (1): 154/320 kB Progress (1): 156/320 kB Progress (1): 158/320 kB Progress (1): 160/320 kB Progress (1): 162/320 kB Progress (1): 164/320 kB Progress (1): 166/320 kB Progress (1): 168/320 kB Progress (1): 170/320 kB Progress (1): 172/320 kB Progress (1): 174/320 kB Progress (1): 176/320 kB Progress (1): 178/320 kB Progress (1): 180/320 kB Progress (1): 182/320 kB Progress (1): 184/320 kB Progress (1): 186/320 kB Progress (1): 188/320 kB Progress (1): 190/320 kB Progress (1): 193/320 kB Progress (1): 195/320 kB Progress (1): 197/320 kB Progress (1): 199/320 kB Progress (1): 201/320 kB Progress (1): 203/320 kB Progress (1): 205/320 kB Progress (1): 207/320 kB Progress (1): 209/320 kB Progress (1): 211/320 kB Progress (1): 213/320 kB Progress (1): 215/320 kB Progress (1): 217/320 kB Progress (1): 219/320 kB Progress (1): 221/320 kB Progress (1): 223/320 kB Progress (1): 225/320 kB Progress (1): 227/320 kB Progress (1): 229/320 kB Progress (1): 231/320 kB Progress (1): 233/320 kB Progress (1): 236/320 kB Progress (1): 238/320 kB Progress (1): 240/320 kB Progress (1): 242/320 kB Progress (1): 244/320 kB Progress (1): 246/320 kB Progress (1): 248/320 kB Progress (1): 250/320 kB Progress (1): 252/320 kB Progress (1): 254/320 kB Progress (1): 256/320 kB Progress (1): 258/320 kB Progress (1): 260/320 kB Progress (1): 262/320 kB Progress (1): 264/320 kB Progress (1): 266/320 kB Progress (1): 268/320 kB Progress (1): 270/320 kB Progress (1): 272/320 kB Progress (1): 274/320 kB Progress (1): 276/320 kB Progress (1): 279/320 kB Progress (1): 281/320 kB Progress (1): 283/320 kB Progress (1): 285/320 kB Progress (1): 287/320 kB Progress (1): 289/320 kB Progress (1): 291/320 kB Progress (1): 293/320 kB Progress (1): 295/320 kB Progress (1): 297/320 kB Progress (1): 299/320 kB Progress (1): 301/320 kB Progress (1): 303/320 kB Progress (1): 305/320 kB Progress (1): 307/320 kB Progress (1): 309/320 kB Progress (1): 311/320 kB Progress (1): 313/320 kB Progress (1): 315/320 kB Progress (1): 317/320 kB Progress (1): 319/320 kB Progress (1): 320 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-core/1.14.2/appng-core-1.14.2-sources.jar (320 kB at 221 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-core/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-core/maven-metadata.xml (301 B at 245 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-parent/1.14.2/appng-parent-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-parent/1.14.2/appng-parent-1.14.2.pom.asc (473 B at 1.6 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-parent/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-parent/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-parent/maven-metadata.xml (303 B at 268 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-parent/1.14.2/appng-application-parent-1.14.2.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-1013/org/appng/appng-application-parent/1.14.2/appng-application-parent-1.14.2.pom (9.6 kB at 13 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-parent/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 315 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-parent/maven-metadata.xml (315 B at 343 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-mail/1.14.2/appng-mail-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-mail/1.14.2/appng-mail-1.14.2-sources.jar.asc (473 B at 1.4 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-mail/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-mail/maven-metadata.xml (301 B at 270 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2-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-1013/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2-sources.jar (35 kB at 35 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-documentation/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-documentation/maven-metadata.xml (310 B at 288 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2.pom.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-assembly/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 378 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2-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-1013/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2-javadoc.jar (109 kB at 94 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-formtags/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-formtags/maven-metadata.xml (305 B at 315 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-cli/1.14.2/appng-cli-1.14.2-javadoc.jar Progress (1): 2.0/362 kB Progress (1): 4.1/362 kB Progress (1): 6.1/362 kB Progress (1): 8.2/362 kB Progress (1): 10/362 kB Progress (1): 12/362 kB Progress (1): 14/362 kB Progress (1): 16/362 kB Progress (1): 18/362 kB Progress (1): 20/362 kB Progress (1): 23/362 kB Progress (1): 25/362 kB Progress (1): 27/362 kB Progress (1): 29/362 kB Progress (1): 31/362 kB Progress (1): 33/362 kB Progress (1): 35/362 kB Progress (1): 37/362 kB Progress (1): 39/362 kB Progress (1): 41/362 kB Progress (1): 43/362 kB Progress (1): 45/362 kB Progress (1): 47/362 kB Progress (1): 49/362 kB Progress (1): 51/362 kB Progress (1): 53/362 kB Progress (1): 55/362 kB Progress (1): 57/362 kB Progress (1): 59/362 kB Progress (1): 61/362 kB Progress (1): 63/362 kB Progress (1): 66/362 kB Progress (1): 68/362 kB Progress (1): 70/362 kB Progress (1): 72/362 kB Progress (1): 74/362 kB Progress (1): 76/362 kB Progress (1): 78/362 kB Progress (1): 80/362 kB Progress (1): 82/362 kB Progress (1): 84/362 kB Progress (1): 86/362 kB Progress (1): 88/362 kB Progress (1): 90/362 kB Progress (1): 92/362 kB Progress (1): 94/362 kB Progress (1): 96/362 kB Progress (1): 98/362 kB Progress (1): 100/362 kB Progress (1): 102/362 kB Progress (1): 104/362 kB Progress (1): 106/362 kB Progress (1): 109/362 kB Progress (1): 111/362 kB Progress (1): 113/362 kB Progress (1): 115/362 kB Progress (1): 117/362 kB Progress (1): 119/362 kB Progress (1): 121/362 kB Progress (1): 123/362 kB Progress (1): 125/362 kB Progress (1): 127/362 kB Progress (1): 129/362 kB Progress (1): 131/362 kB Progress (1): 133/362 kB Progress (1): 135/362 kB Progress (1): 137/362 kB Progress (1): 139/362 kB Progress (1): 141/362 kB Progress (1): 143/362 kB Progress (1): 145/362 kB Progress (1): 147/362 kB Progress (1): 150/362 kB Progress (1): 152/362 kB Progress (1): 154/362 kB Progress (1): 156/362 kB Progress (1): 158/362 kB Progress (1): 160/362 kB Progress (1): 162/362 kB Progress (1): 164/362 kB Progress (1): 166/362 kB Progress (1): 168/362 kB Progress (1): 170/362 kB Progress (1): 172/362 kB Progress (1): 174/362 kB Progress (1): 176/362 kB Progress (1): 178/362 kB Progress (1): 180/362 kB Progress (1): 182/362 kB Progress (1): 184/362 kB Progress (1): 186/362 kB Progress (1): 188/362 kB Progress (1): 190/362 kB Progress (1): 193/362 kB Progress (1): 195/362 kB Progress (1): 197/362 kB Progress (1): 199/362 kB Progress (1): 201/362 kB Progress (1): 203/362 kB Progress (1): 205/362 kB Progress (1): 207/362 kB Progress (1): 209/362 kB Progress (1): 211/362 kB Progress (1): 213/362 kB Progress (1): 215/362 kB Progress (1): 217/362 kB Progress (1): 219/362 kB Progress (1): 221/362 kB Progress (1): 223/362 kB Progress (1): 225/362 kB Progress (1): 227/362 kB Progress (1): 229/362 kB Progress (1): 231/362 kB Progress (1): 233/362 kB Progress (1): 236/362 kB Progress (1): 238/362 kB Progress (1): 240/362 kB Progress (1): 242/362 kB Progress (1): 244/362 kB Progress (1): 246/362 kB Progress (1): 248/362 kB Progress (1): 250/362 kB Progress (1): 252/362 kB Progress (1): 254/362 kB Progress (1): 256/362 kB Progress (1): 258/362 kB Progress (1): 260/362 kB Progress (1): 262/362 kB Progress (1): 264/362 kB Progress (1): 266/362 kB Progress (1): 268/362 kB Progress (1): 270/362 kB Progress (1): 272/362 kB Progress (1): 274/362 kB Progress (1): 276/362 kB Progress (1): 279/362 kB Progress (1): 281/362 kB Progress (1): 283/362 kB Progress (1): 285/362 kB Progress (1): 287/362 kB Progress (1): 289/362 kB Progress (1): 291/362 kB Progress (1): 293/362 kB Progress (1): 295/362 kB Progress (1): 297/362 kB Progress (1): 299/362 kB Progress (1): 301/362 kB Progress (1): 303/362 kB Progress (1): 305/362 kB Progress (1): 307/362 kB Progress (1): 309/362 kB Progress (1): 311/362 kB Progress (1): 313/362 kB Progress (1): 315/362 kB Progress (1): 317/362 kB Progress (1): 319/362 kB Progress (1): 322/362 kB Progress (1): 324/362 kB Progress (1): 326/362 kB Progress (1): 328/362 kB Progress (1): 330/362 kB Progress (1): 332/362 kB Progress (1): 334/362 kB Progress (1): 336/362 kB Progress (1): 338/362 kB Progress (1): 340/362 kB Progress (1): 342/362 kB Progress (1): 344/362 kB Progress (1): 346/362 kB Progress (1): 348/362 kB Progress (1): 350/362 kB Progress (1): 352/362 kB Progress (1): 354/362 kB Progress (1): 356/362 kB Progress (1): 358/362 kB Progress (1): 360/362 kB Progress (1): 362 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-cli/1.14.2/appng-cli-1.14.2-javadoc.jar (362 kB at 315 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-cli/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-cli/maven-metadata.xml (300 B at 270 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-template-parent/1.14.2/appng-template-parent-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-template-parent/1.14.2/appng-template-parent-1.14.2.pom.asc (473 B at 1.9 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-template-parent/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 312 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-template-parent/maven-metadata.xml (312 B at 66 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tools/1.14.2/appng-tools-1.14.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tools/1.14.2/appng-tools-1.14.2-javadoc.jar.asc (473 B at 533 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tools/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tools/maven-metadata.xml (302 B at 55 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2-sources.jar.asc (473 B at 735 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer-jaxb/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 218 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application/1.14.2/appng-application-1.14.2.zip.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application/1.14.2/appng-application-1.14.2.zip.asc (473 B at 1.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application/maven-metadata.xml (308 B at 253 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2-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-1013/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2-sources.jar (2.7 kB at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2.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-1013/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2.jar (56 kB at 39 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2.pom Progress (1): 2.0/2.3 kB Progress (1): 2.3 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2.pom (2.3 kB at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-taglib/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-taglib/maven-metadata.xml (303 B at 266 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tools/1.14.2/appng-tools-1.14.2.jar Progress (1): 2.0/48 kB Progress (1): 4.1/48 kB Progress (1): 6.1/48 kB Progress (1): 8.2/48 kB Progress (1): 10/48 kB Progress (1): 12/48 kB Progress (1): 14/48 kB Progress (1): 16/48 kB Progress (1): 18/48 kB Progress (1): 20/48 kB Progress (1): 23/48 kB Progress (1): 25/48 kB Progress (1): 27/48 kB Progress (1): 29/48 kB Progress (1): 31/48 kB Progress (1): 33/48 kB Progress (1): 35/48 kB Progress (1): 37/48 kB Progress (1): 39/48 kB Progress (1): 41/48 kB Progress (1): 43/48 kB Progress (1): 45/48 kB Progress (1): 47/48 kB Progress (1): 48 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tools/1.14.2/appng-tools-1.14.2.jar (48 kB at 43 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tools/1.14.2/appng-tools-1.14.2.pom Progress (1): 2.0/2.6 kB Progress (1): 2.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tools/1.14.2/appng-tools-1.14.2.pom (2.6 kB at 2.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2.jar.asc (473 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-api/1.14.2/appng-api-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-api/1.14.2/appng-api-1.14.2.pom.asc (473 B at 816 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-api/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-api/maven-metadata.xml (300 B at 259 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2.pom.asc (473 B at 1.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat7/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat7/maven-metadata.xml (304 B at 279 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2.jar Progress (1): 2.0/3.1 kB Progress (1): 3.1 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2.jar (3.1 kB at 3.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2.pom Progress (1): 1.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2.pom (1.0 kB at 1.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat8/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat8/maven-metadata.xml (304 B at 298 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2-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-1013/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2-sources.jar (3.0 kB at 3.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2.pom.asc (473 B at 1.7 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-persistence/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-persistence/maven-metadata.xml (308 B at 346 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-core/1.14.2/appng-core-1.14.2-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 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-core/1.14.2/appng-core-1.14.2-javadoc.jar (1.1 MB at 723 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2-javadoc.jar.asc (473 B at 1.8 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-testsupport/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-testsupport/maven-metadata.xml (308 B at 322 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2-sources.jar Progress (1): 2.0/57 kB Progress (1): 4.1/57 kB Progress (1): 6.1/57 kB Progress (1): 8.2/57 kB Progress (1): 10/57 kB Progress (1): 12/57 kB Progress (1): 14/57 kB Progress (1): 16/57 kB Progress (1): 18/57 kB Progress (1): 20/57 kB Progress (1): 23/57 kB Progress (1): 25/57 kB Progress (1): 27/57 kB Progress (1): 29/57 kB Progress (1): 31/57 kB Progress (1): 33/57 kB Progress (1): 35/57 kB Progress (1): 37/57 kB Progress (1): 39/57 kB Progress (1): 41/57 kB Progress (1): 43/57 kB Progress (1): 45/57 kB Progress (1): 47/57 kB Progress (1): 49/57 kB Progress (1): 51/57 kB Progress (1): 53/57 kB Progress (1): 55/57 kB Progress (1): 57 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2-sources.jar (57 kB at 52 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer/maven-metadata.xml (306 B at 330 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2-javadoc.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/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-1013/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (325 B at 343 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-forms/1.14.2/appng-forms-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-forms/1.14.2/appng-forms-1.14.2.pom.asc (473 B at 1.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-forms/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-forms/maven-metadata.xml (302 B at 292 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2.jar.asc (473 B at 1.8 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-cli/1.14.2/appng-cli-1.14.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-cli/1.14.2/appng-cli-1.14.2-javadoc.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application/1.14.2/appng-application-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application/1.14.2/appng-application-1.14.2-sources.jar.asc (473 B at 1.8 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-forms/1.14.2/appng-forms-1.14.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-forms/1.14.2/appng-forms-1.14.2-javadoc.jar.asc (473 B at 1.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2-sources.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-1013/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2-sources.jar (34 kB at 39 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2-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-1013/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2-sources.jar (162 kB at 174 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-xmlapi/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 275 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-search/1.14.2/appng-search-1.14.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-search/1.14.2/appng-search-1.14.2-javadoc.jar.asc (473 B at 1.9 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-search/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-search/maven-metadata.xml (303 B at 303 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2-sources.jar.asc (473 B at 1.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-api/1.14.2/appng-api-1.14.2-sources.jar Progress (1): 2.0/255 kB Progress (1): 4.1/255 kB Progress (1): 6.1/255 kB Progress (1): 8.2/255 kB Progress (1): 10/255 kB Progress (1): 12/255 kB Progress (1): 14/255 kB Progress (1): 16/255 kB Progress (1): 18/255 kB Progress (1): 20/255 kB Progress (1): 23/255 kB Progress (1): 25/255 kB Progress (1): 27/255 kB Progress (1): 29/255 kB Progress (1): 31/255 kB Progress (1): 33/255 kB Progress (1): 35/255 kB Progress (1): 37/255 kB Progress (1): 39/255 kB Progress (1): 41/255 kB Progress (1): 43/255 kB Progress (1): 45/255 kB Progress (1): 47/255 kB Progress (1): 49/255 kB Progress (1): 51/255 kB Progress (1): 53/255 kB Progress (1): 55/255 kB Progress (1): 57/255 kB Progress (1): 59/255 kB Progress (1): 61/255 kB Progress (1): 63/255 kB Progress (1): 66/255 kB Progress (1): 68/255 kB Progress (1): 70/255 kB Progress (1): 72/255 kB Progress (1): 74/255 kB Progress (1): 76/255 kB Progress (1): 78/255 kB Progress (1): 80/255 kB Progress (1): 82/255 kB Progress (1): 84/255 kB Progress (1): 86/255 kB Progress (1): 88/255 kB Progress (1): 90/255 kB Progress (1): 92/255 kB Progress (1): 94/255 kB Progress (1): 96/255 kB Progress (1): 98/255 kB Progress (1): 100/255 kB Progress (1): 102/255 kB Progress (1): 104/255 kB Progress (1): 106/255 kB Progress (1): 109/255 kB Progress (1): 111/255 kB Progress (1): 113/255 kB Progress (1): 115/255 kB Progress (1): 117/255 kB Progress (1): 119/255 kB Progress (1): 121/255 kB Progress (1): 123/255 kB Progress (1): 125/255 kB Progress (1): 127/255 kB Progress (1): 129/255 kB Progress (1): 131/255 kB Progress (1): 133/255 kB Progress (1): 135/255 kB Progress (1): 137/255 kB Progress (1): 139/255 kB Progress (1): 141/255 kB Progress (1): 143/255 kB Progress (1): 145/255 kB Progress (1): 147/255 kB Progress (1): 150/255 kB Progress (1): 152/255 kB Progress (1): 154/255 kB Progress (1): 156/255 kB Progress (1): 158/255 kB Progress (1): 160/255 kB Progress (1): 162/255 kB Progress (1): 164/255 kB Progress (1): 166/255 kB Progress (1): 168/255 kB Progress (1): 170/255 kB Progress (1): 172/255 kB Progress (1): 174/255 kB Progress (1): 176/255 kB Progress (1): 178/255 kB Progress (1): 180/255 kB Progress (1): 182/255 kB Progress (1): 184/255 kB Progress (1): 186/255 kB Progress (1): 188/255 kB Progress (1): 190/255 kB Progress (1): 193/255 kB Progress (1): 195/255 kB Progress (1): 197/255 kB Progress (1): 199/255 kB Progress (1): 201/255 kB Progress (1): 203/255 kB Progress (1): 205/255 kB Progress (1): 207/255 kB Progress (1): 209/255 kB Progress (1): 211/255 kB Progress (1): 213/255 kB Progress (1): 215/255 kB Progress (1): 217/255 kB Progress (1): 219/255 kB Progress (1): 221/255 kB Progress (1): 223/255 kB Progress (1): 225/255 kB Progress (1): 227/255 kB Progress (1): 229/255 kB Progress (1): 231/255 kB Progress (1): 233/255 kB Progress (1): 236/255 kB Progress (1): 238/255 kB Progress (1): 240/255 kB Progress (1): 242/255 kB Progress (1): 244/255 kB Progress (1): 246/255 kB Progress (1): 248/255 kB Progress (1): 250/255 kB Progress (1): 252/255 kB Progress (1): 254/255 kB Progress (1): 255 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-api/1.14.2/appng-api-1.14.2-sources.jar (255 kB at 203 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-search/1.14.2/appng-search-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-search/1.14.2/appng-search-1.14.2.pom.asc (473 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-template-parent/1.14.2/appng-template-parent-1.14.2.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-1013/org/appng/appng-template-parent/1.14.2/appng-template-parent-1.14.2.pom (5.3 kB at 5.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2-sources.jar.asc (473 B at 1.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2-sources.jar.asc (473 B at 1.8 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-core/1.14.2/appng-core-1.14.2.jar Progress (1): 2.0/485 kB Progress (1): 4.1/485 kB Progress (1): 6.1/485 kB Progress (1): 8.2/485 kB Progress (1): 10/485 kB Progress (1): 12/485 kB Progress (1): 14/485 kB Progress (1): 16/485 kB Progress (1): 18/485 kB Progress (1): 20/485 kB Progress (1): 23/485 kB Progress (1): 25/485 kB Progress (1): 27/485 kB Progress (1): 29/485 kB Progress (1): 31/485 kB Progress (1): 33/485 kB Progress (1): 35/485 kB Progress (1): 37/485 kB Progress (1): 39/485 kB Progress (1): 41/485 kB Progress (1): 43/485 kB Progress (1): 45/485 kB Progress (1): 47/485 kB Progress (1): 49/485 kB Progress (1): 51/485 kB Progress (1): 53/485 kB Progress (1): 55/485 kB Progress (1): 57/485 kB Progress (1): 59/485 kB Progress (1): 61/485 kB Progress (1): 63/485 kB Progress (1): 66/485 kB Progress (1): 68/485 kB Progress (1): 70/485 kB Progress (1): 72/485 kB Progress (1): 74/485 kB Progress (1): 76/485 kB Progress (1): 78/485 kB Progress (1): 80/485 kB Progress (1): 82/485 kB Progress (1): 84/485 kB Progress (1): 86/485 kB Progress (1): 88/485 kB Progress (1): 90/485 kB Progress (1): 92/485 kB Progress (1): 94/485 kB Progress (1): 96/485 kB Progress (1): 98/485 kB Progress (1): 100/485 kB Progress (1): 102/485 kB Progress (1): 104/485 kB Progress (1): 106/485 kB Progress (1): 109/485 kB Progress (1): 111/485 kB Progress (1): 113/485 kB Progress (1): 115/485 kB Progress (1): 117/485 kB Progress (1): 119/485 kB Progress (1): 121/485 kB Progress (1): 123/485 kB Progress (1): 125/485 kB Progress (1): 127/485 kB Progress (1): 129/485 kB Progress (1): 131/485 kB Progress (1): 133/485 kB Progress (1): 135/485 kB Progress (1): 137/485 kB Progress (1): 139/485 kB Progress (1): 141/485 kB Progress (1): 143/485 kB Progress (1): 145/485 kB Progress (1): 147/485 kB Progress (1): 150/485 kB Progress (1): 152/485 kB Progress (1): 154/485 kB Progress (1): 156/485 kB Progress (1): 158/485 kB Progress (1): 160/485 kB Progress (1): 162/485 kB Progress (1): 164/485 kB Progress (1): 166/485 kB Progress (1): 168/485 kB Progress (1): 170/485 kB Progress (1): 172/485 kB Progress (1): 174/485 kB Progress (1): 176/485 kB Progress (1): 178/485 kB Progress (1): 180/485 kB Progress (1): 182/485 kB Progress (1): 184/485 kB Progress (1): 186/485 kB Progress (1): 188/485 kB Progress (1): 190/485 kB Progress (1): 193/485 kB Progress (1): 195/485 kB Progress (1): 197/485 kB Progress (1): 199/485 kB Progress (1): 201/485 kB Progress (1): 203/485 kB Progress (1): 205/485 kB Progress (1): 207/485 kB Progress (1): 209/485 kB Progress (1): 211/485 kB Progress (1): 213/485 kB Progress (1): 215/485 kB Progress (1): 217/485 kB Progress (1): 219/485 kB Progress (1): 221/485 kB Progress (1): 223/485 kB Progress (1): 225/485 kB Progress (1): 227/485 kB Progress (1): 229/485 kB Progress (1): 231/485 kB Progress (1): 233/485 kB Progress (1): 236/485 kB Progress (1): 238/485 kB Progress (1): 240/485 kB Progress (1): 242/485 kB Progress (1): 244/485 kB Progress (1): 246/485 kB Progress (1): 248/485 kB Progress (1): 250/485 kB Progress (1): 252/485 kB Progress (1): 254/485 kB Progress (1): 256/485 kB Progress (1): 258/485 kB Progress (1): 260/485 kB Progress (1): 262/485 kB Progress (1): 264/485 kB Progress (1): 266/485 kB Progress (1): 268/485 kB Progress (1): 270/485 kB Progress (1): 272/485 kB Progress (1): 274/485 kB Progress (1): 276/485 kB Progress (1): 279/485 kB Progress (1): 281/485 kB Progress (1): 283/485 kB Progress (1): 285/485 kB Progress (1): 287/485 kB Progress (1): 289/485 kB Progress (1): 291/485 kB Progress (1): 293/485 kB Progress (1): 295/485 kB Progress (1): 297/485 kB Progress (1): 299/485 kB Progress (1): 301/485 kB Progress (1): 303/485 kB Progress (1): 305/485 kB Progress (1): 307/485 kB Progress (1): 309/485 kB Progress (1): 311/485 kB Progress (1): 313/485 kB Progress (1): 315/485 kB Progress (1): 317/485 kB Progress (1): 319/485 kB Progress (1): 322/485 kB Progress (1): 324/485 kB Progress (1): 326/485 kB Progress (1): 328/485 kB Progress (1): 330/485 kB Progress (1): 332/485 kB Progress (1): 334/485 kB Progress (1): 336/485 kB Progress (1): 338/485 kB Progress (1): 340/485 kB Progress (1): 342/485 kB Progress (1): 344/485 kB Progress (1): 346/485 kB Progress (1): 348/485 kB Progress (1): 350/485 kB Progress (1): 352/485 kB Progress (1): 354/485 kB Progress (1): 356/485 kB Progress (1): 358/485 kB Progress (1): 360/485 kB Progress (1): 362/485 kB Progress (1): 365/485 kB Progress (1): 367/485 kB Progress (1): 369/485 kB Progress (1): 371/485 kB Progress (1): 373/485 kB Progress (1): 375/485 kB Progress (1): 377/485 kB Progress (1): 379/485 kB Progress (1): 381/485 kB Progress (1): 383/485 kB Progress (1): 385/485 kB Progress (1): 387/485 kB Progress (1): 389/485 kB Progress (1): 391/485 kB Progress (1): 393/485 kB Progress (1): 395/485 kB Progress (1): 397/485 kB Progress (1): 399/485 kB Progress (1): 401/485 kB Progress (1): 403/485 kB Progress (1): 406/485 kB Progress (1): 408/485 kB Progress (1): 410/485 kB Progress (1): 412/485 kB Progress (1): 414/485 kB Progress (1): 416/485 kB Progress (1): 418/485 kB Progress (1): 420/485 kB Progress (1): 422/485 kB Progress (1): 424/485 kB Progress (1): 426/485 kB Progress (1): 428/485 kB Progress (1): 430/485 kB Progress (1): 432/485 kB Progress (1): 434/485 kB Progress (1): 436/485 kB Progress (1): 438/485 kB Progress (1): 440/485 kB Progress (1): 442/485 kB Progress (1): 444/485 kB Progress (1): 446/485 kB Progress (1): 449/485 kB Progress (1): 451/485 kB Progress (1): 453/485 kB Progress (1): 455/485 kB Progress (1): 457/485 kB Progress (1): 459/485 kB Progress (1): 461/485 kB Progress (1): 463/485 kB Progress (1): 465/485 kB Progress (1): 467/485 kB Progress (1): 469/485 kB Progress (1): 471/485 kB Progress (1): 473/485 kB Progress (1): 475/485 kB Progress (1): 477/485 kB Progress (1): 479/485 kB Progress (1): 481/485 kB Progress (1): 483/485 kB Progress (1): 485 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-core/1.14.2/appng-core-1.14.2.jar (485 kB at 526 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-core/1.14.2/appng-core-1.14.2.pom Progress (1): 2.0/9.9 kB Progress (1): 4.1/9.9 kB Progress (1): 6.1/9.9 kB Progress (1): 8.2/9.9 kB Progress (1): 9.9 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-core/1.14.2/appng-core-1.14.2.pom (9.9 kB at 14 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-api/1.14.2/appng-api-1.14.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-api/1.14.2/appng-api-1.14.2.jar.asc (473 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-api/1.14.2/appng-api-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-api/1.14.2/appng-api-1.14.2-sources.jar.asc (473 B at 1.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2-sources.jar.asc (473 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2.jar Progress (1): 2.0/3.0 kB Progress (1): 3.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2.jar (3.0 kB at 4.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2.pom Progress (1): 1.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2.pom (1.0 kB at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2.jar.asc (473 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2-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-1013/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2-javadoc.jar (27 kB at 32 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2.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-1013/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2.jar (14 kB at 2.8 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2.pom Progress (1): 504 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2.pom (504 B at 350 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-archetype-application/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 227 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2-sources.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2.pom.asc (473 B at 394 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-forms/1.14.2/appng-forms-1.14.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-forms/1.14.2/appng-forms-1.14.2.jar.asc (473 B at 1.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2-javadoc.jar Progress (1): 2.0/273 kB Progress (1): 4.1/273 kB Progress (1): 6.1/273 kB Progress (1): 8.2/273 kB Progress (1): 10/273 kB Progress (1): 12/273 kB Progress (1): 14/273 kB Progress (1): 16/273 kB Progress (1): 18/273 kB Progress (1): 20/273 kB Progress (1): 23/273 kB Progress (1): 25/273 kB Progress (1): 27/273 kB Progress (1): 29/273 kB Progress (1): 31/273 kB Progress (1): 33/273 kB Progress (1): 35/273 kB Progress (1): 37/273 kB Progress (1): 39/273 kB Progress (1): 41/273 kB Progress (1): 43/273 kB Progress (1): 45/273 kB Progress (1): 47/273 kB Progress (1): 49/273 kB Progress (1): 51/273 kB Progress (1): 53/273 kB Progress (1): 55/273 kB Progress (1): 57/273 kB Progress (1): 59/273 kB Progress (1): 61/273 kB Progress (1): 63/273 kB Progress (1): 66/273 kB Progress (1): 68/273 kB Progress (1): 70/273 kB Progress (1): 72/273 kB Progress (1): 74/273 kB Progress (1): 76/273 kB Progress (1): 78/273 kB Progress (1): 80/273 kB Progress (1): 82/273 kB Progress (1): 84/273 kB Progress (1): 86/273 kB Progress (1): 88/273 kB Progress (1): 90/273 kB Progress (1): 92/273 kB Progress (1): 94/273 kB Progress (1): 96/273 kB Progress (1): 98/273 kB Progress (1): 100/273 kB Progress (1): 102/273 kB Progress (1): 104/273 kB Progress (1): 106/273 kB Progress (1): 109/273 kB Progress (1): 111/273 kB Progress (1): 113/273 kB Progress (1): 115/273 kB Progress (1): 117/273 kB Progress (1): 119/273 kB Progress (1): 121/273 kB Progress (1): 123/273 kB Progress (1): 125/273 kB Progress (1): 127/273 kB Progress (1): 129/273 kB Progress (1): 131/273 kB Progress (1): 133/273 kB Progress (1): 135/273 kB Progress (1): 137/273 kB Progress (1): 139/273 kB Progress (1): 141/273 kB Progress (1): 143/273 kB Progress (1): 145/273 kB Progress (1): 147/273 kB Progress (1): 150/273 kB Progress (1): 152/273 kB Progress (1): 154/273 kB Progress (1): 156/273 kB Progress (1): 158/273 kB Progress (1): 160/273 kB Progress (1): 162/273 kB Progress (1): 164/273 kB Progress (1): 166/273 kB Progress (1): 168/273 kB Progress (1): 170/273 kB Progress (1): 172/273 kB Progress (1): 174/273 kB Progress (1): 176/273 kB Progress (1): 178/273 kB Progress (1): 180/273 kB Progress (1): 182/273 kB Progress (1): 184/273 kB Progress (1): 186/273 kB Progress (1): 188/273 kB Progress (1): 190/273 kB Progress (1): 193/273 kB Progress (1): 195/273 kB Progress (1): 197/273 kB Progress (1): 199/273 kB Progress (1): 201/273 kB Progress (1): 203/273 kB Progress (1): 205/273 kB Progress (1): 207/273 kB Progress (1): 209/273 kB Progress (1): 211/273 kB Progress (1): 213/273 kB Progress (1): 215/273 kB Progress (1): 217/273 kB Progress (1): 219/273 kB Progress (1): 221/273 kB Progress (1): 223/273 kB Progress (1): 225/273 kB Progress (1): 227/273 kB Progress (1): 229/273 kB Progress (1): 231/273 kB Progress (1): 233/273 kB Progress (1): 236/273 kB Progress (1): 238/273 kB Progress (1): 240/273 kB Progress (1): 242/273 kB Progress (1): 244/273 kB Progress (1): 246/273 kB Progress (1): 248/273 kB Progress (1): 250/273 kB Progress (1): 252/273 kB Progress (1): 254/273 kB Progress (1): 256/273 kB Progress (1): 258/273 kB Progress (1): 260/273 kB Progress (1): 262/273 kB Progress (1): 264/273 kB Progress (1): 266/273 kB Progress (1): 268/273 kB Progress (1): 270/273 kB Progress (1): 272/273 kB Progress (1): 273 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2-javadoc.jar (273 kB at 148 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2-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-1013/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2-sources.jar (42 kB at 34 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2.pom.asc (473 B at 1.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-mail/1.14.2/appng-mail-1.14.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-mail/1.14.2/appng-mail-1.14.2-javadoc.jar.asc (473 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-core/1.14.2/appng-core-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-core/1.14.2/appng-core-1.14.2-sources.jar.asc (473 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-parent/1.14.2/appng-parent-1.14.2.pom 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-1013/org/appng/appng-parent/1.14.2/appng-parent-1.14.2.pom (31 kB at 34 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2-javadoc.jar Progress (1): 2.0/804 kB Progress (1): 4.1/804 kB Progress (1): 6.1/804 kB Progress (1): 8.2/804 kB Progress (1): 10/804 kB Progress (1): 12/804 kB Progress (1): 14/804 kB Progress (1): 16/804 kB Progress (1): 18/804 kB Progress (1): 20/804 kB Progress (1): 23/804 kB Progress (1): 25/804 kB Progress (1): 27/804 kB Progress (1): 29/804 kB Progress (1): 31/804 kB Progress (1): 33/804 kB Progress (1): 35/804 kB Progress (1): 37/804 kB Progress (1): 39/804 kB Progress (1): 41/804 kB Progress (1): 43/804 kB Progress (1): 45/804 kB Progress (1): 47/804 kB Progress (1): 49/804 kB Progress (1): 51/804 kB Progress (1): 53/804 kB Progress (1): 55/804 kB Progress (1): 57/804 kB Progress (1): 59/804 kB Progress (1): 61/804 kB Progress (1): 63/804 kB Progress (1): 66/804 kB Progress (1): 68/804 kB Progress (1): 70/804 kB Progress (1): 72/804 kB Progress (1): 74/804 kB Progress (1): 76/804 kB Progress (1): 78/804 kB Progress (1): 80/804 kB Progress (1): 82/804 kB Progress (1): 84/804 kB Progress (1): 86/804 kB Progress (1): 88/804 kB Progress (1): 90/804 kB Progress (1): 92/804 kB Progress (1): 94/804 kB Progress (1): 96/804 kB Progress (1): 98/804 kB Progress (1): 100/804 kB Progress (1): 102/804 kB Progress (1): 104/804 kB Progress (1): 106/804 kB Progress (1): 109/804 kB Progress (1): 111/804 kB Progress (1): 113/804 kB Progress (1): 115/804 kB Progress (1): 117/804 kB Progress (1): 119/804 kB Progress (1): 121/804 kB Progress (1): 123/804 kB Progress (1): 125/804 kB Progress (1): 127/804 kB Progress (1): 129/804 kB Progress (1): 131/804 kB Progress (1): 133/804 kB Progress (1): 135/804 kB Progress (1): 137/804 kB Progress (1): 139/804 kB Progress (1): 141/804 kB Progress (1): 143/804 kB Progress (1): 145/804 kB Progress (1): 147/804 kB Progress (1): 150/804 kB Progress (1): 152/804 kB Progress (1): 154/804 kB Progress (1): 156/804 kB Progress (1): 158/804 kB Progress (1): 160/804 kB Progress (1): 162/804 kB Progress (1): 164/804 kB Progress (1): 166/804 kB Progress (1): 168/804 kB Progress (1): 170/804 kB Progress (1): 172/804 kB Progress (1): 174/804 kB Progress (1): 176/804 kB Progress (1): 178/804 kB Progress (1): 180/804 kB Progress (1): 182/804 kB Progress (1): 184/804 kB Progress (1): 186/804 kB Progress (1): 188/804 kB Progress (1): 190/804 kB Progress (1): 193/804 kB Progress (1): 195/804 kB Progress (1): 197/804 kB Progress (1): 199/804 kB Progress (1): 201/804 kB Progress (1): 203/804 kB Progress (1): 205/804 kB Progress (1): 207/804 kB Progress (1): 209/804 kB Progress (1): 211/804 kB Progress (1): 213/804 kB Progress (1): 215/804 kB Progress (1): 217/804 kB Progress (1): 219/804 kB Progress (1): 221/804 kB Progress (1): 223/804 kB Progress (1): 225/804 kB Progress (1): 227/804 kB Progress (1): 229/804 kB Progress (1): 231/804 kB Progress (1): 233/804 kB Progress (1): 236/804 kB Progress (1): 238/804 kB Progress (1): 240/804 kB Progress (1): 242/804 kB Progress (1): 244/804 kB Progress (1): 246/804 kB Progress (1): 248/804 kB Progress (1): 250/804 kB Progress (1): 252/804 kB Progress (1): 254/804 kB Progress (1): 256/804 kB Progress (1): 258/804 kB Progress (1): 260/804 kB Progress (1): 262/804 kB Progress (1): 264/804 kB Progress (1): 266/804 kB Progress (1): 268/804 kB Progress (1): 270/804 kB Progress (1): 272/804 kB Progress (1): 274/804 kB Progress (1): 276/804 kB Progress (1): 279/804 kB Progress (1): 281/804 kB Progress (1): 283/804 kB Progress (1): 285/804 kB Progress (1): 287/804 kB Progress (1): 289/804 kB Progress (1): 291/804 kB Progress (1): 293/804 kB Progress (1): 295/804 kB Progress (1): 297/804 kB Progress (1): 299/804 kB Progress (1): 301/804 kB Progress (1): 303/804 kB Progress (1): 305/804 kB Progress (1): 307/804 kB Progress (1): 309/804 kB Progress (1): 311/804 kB Progress (1): 313/804 kB Progress (1): 315/804 kB Progress (1): 317/804 kB Progress (1): 319/804 kB Progress (1): 322/804 kB Progress (1): 324/804 kB Progress (1): 326/804 kB Progress (1): 328/804 kB Progress (1): 330/804 kB Progress (1): 332/804 kB Progress (1): 334/804 kB Progress (1): 336/804 kB Progress (1): 338/804 kB Progress (1): 340/804 kB Progress (1): 342/804 kB Progress (1): 344/804 kB Progress (1): 346/804 kB Progress (1): 348/804 kB Progress (1): 350/804 kB Progress (1): 352/804 kB Progress (1): 354/804 kB Progress (1): 356/804 kB Progress (1): 358/804 kB Progress (1): 360/804 kB Progress (1): 362/804 kB Progress (1): 365/804 kB Progress (1): 367/804 kB Progress (1): 369/804 kB Progress (1): 371/804 kB Progress (1): 373/804 kB Progress (1): 375/804 kB Progress (1): 377/804 kB Progress (1): 379/804 kB Progress (1): 381/804 kB Progress (1): 383/804 kB Progress (1): 385/804 kB Progress (1): 387/804 kB Progress (1): 389/804 kB Progress (1): 391/804 kB Progress (1): 393/804 kB Progress (1): 395/804 kB Progress (1): 397/804 kB Progress (1): 399/804 kB Progress (1): 401/804 kB Progress (1): 403/804 kB Progress (1): 406/804 kB Progress (1): 408/804 kB Progress (1): 410/804 kB Progress (1): 412/804 kB Progress (1): 414/804 kB Progress (1): 416/804 kB Progress (1): 418/804 kB Progress (1): 420/804 kB Progress (1): 422/804 kB Progress (1): 424/804 kB Progress (1): 426/804 kB Progress (1): 428/804 kB Progress (1): 430/804 kB Progress (1): 432/804 kB Progress (1): 434/804 kB Progress (1): 436/804 kB Progress (1): 438/804 kB Progress (1): 440/804 kB Progress (1): 442/804 kB Progress (1): 444/804 kB Progress (1): 446/804 kB Progress (1): 449/804 kB Progress (1): 451/804 kB Progress (1): 453/804 kB Progress (1): 455/804 kB Progress (1): 457/804 kB Progress (1): 459/804 kB Progress (1): 461/804 kB Progress (1): 463/804 kB Progress (1): 465/804 kB Progress (1): 467/804 kB Progress (1): 469/804 kB Progress (1): 471/804 kB Progress (1): 473/804 kB Progress (1): 475/804 kB Progress (1): 477/804 kB Progress (1): 479/804 kB Progress (1): 481/804 kB Progress (1): 483/804 kB Progress (1): 485/804 kB Progress (1): 487/804 kB Progress (1): 489/804 kB Progress (1): 492/804 kB Progress (1): 494/804 kB Progress (1): 496/804 kB Progress (1): 498/804 kB Progress (1): 500/804 kB Progress (1): 502/804 kB Progress (1): 504/804 kB Progress (1): 506/804 kB Progress (1): 508/804 kB Progress (1): 510/804 kB Progress (1): 512/804 kB Progress (1): 514/804 kB Progress (1): 516/804 kB Progress (1): 518/804 kB Progress (1): 520/804 kB Progress (1): 522/804 kB Progress (1): 524/804 kB Progress (1): 526/804 kB Progress (1): 528/804 kB Progress (1): 530/804 kB Progress (1): 532/804 kB Progress (1): 535/804 kB Progress (1): 537/804 kB Progress (1): 539/804 kB Progress (1): 541/804 kB Progress (1): 543/804 kB Progress (1): 545/804 kB Progress (1): 547/804 kB Progress (1): 549/804 kB Progress (1): 551/804 kB Progress (1): 553/804 kB Progress (1): 555/804 kB Progress (1): 557/804 kB Progress (1): 559/804 kB Progress (1): 561/804 kB Progress (1): 563/804 kB Progress (1): 565/804 kB Progress (1): 567/804 kB Progress (1): 569/804 kB Progress (1): 571/804 kB Progress (1): 573/804 kB Progress (1): 575/804 kB Progress (1): 578/804 kB Progress (1): 580/804 kB Progress (1): 582/804 kB Progress (1): 584/804 kB Progress (1): 586/804 kB Progress (1): 588/804 kB Progress (1): 590/804 kB Progress (1): 592/804 kB Progress (1): 594/804 kB Progress (1): 596/804 kB Progress (1): 598/804 kB Progress (1): 600/804 kB Progress (1): 602/804 kB Progress (1): 604/804 kB Progress (1): 606/804 kB Progress (1): 608/804 kB Progress (1): 610/804 kB Progress (1): 612/804 kB Progress (1): 614/804 kB Progress (1): 616/804 kB Progress (1): 618/804 kB Progress (1): 621/804 kB Progress (1): 623/804 kB Progress (1): 625/804 kB Progress (1): 627/804 kB Progress (1): 629/804 kB Progress (1): 631/804 kB Progress (1): 633/804 kB Progress (1): 635/804 kB Progress (1): 637/804 kB Progress (1): 639/804 kB Progress (1): 641/804 kB Progress (1): 643/804 kB Progress (1): 645/804 kB Progress (1): 647/804 kB Progress (1): 649/804 kB Progress (1): 651/804 kB Progress (1): 653/804 kB Progress (1): 655/804 kB Progress (1): 657/804 kB Progress (1): 659/804 kB Progress (1): 662/804 kB Progress (1): 664/804 kB Progress (1): 666/804 kB Progress (1): 668/804 kB Progress (1): 670/804 kB Progress (1): 672/804 kB Progress (1): 674/804 kB Progress (1): 676/804 kB Progress (1): 678/804 kB Progress (1): 680/804 kB Progress (1): 682/804 kB Progress (1): 684/804 kB Progress (1): 686/804 kB Progress (1): 688/804 kB Progress (1): 690/804 kB Progress (1): 692/804 kB Progress (1): 694/804 kB Progress (1): 696/804 kB Progress (1): 698/804 kB Progress (1): 700/804 kB Progress (1): 702/804 kB Progress (1): 705/804 kB Progress (1): 707/804 kB Progress (1): 709/804 kB Progress (1): 711/804 kB Progress (1): 713/804 kB Progress (1): 715/804 kB Progress (1): 717/804 kB Progress (1): 719/804 kB Progress (1): 721/804 kB Progress (1): 723/804 kB Progress (1): 725/804 kB Progress (1): 727/804 kB Progress (1): 729/804 kB Progress (1): 731/804 kB Progress (1): 733/804 kB Progress (1): 735/804 kB Progress (1): 737/804 kB Progress (1): 739/804 kB Progress (1): 741/804 kB Progress (1): 743/804 kB Progress (1): 745/804 kB Progress (1): 748/804 kB Progress (1): 750/804 kB Progress (1): 752/804 kB Progress (1): 754/804 kB Progress (1): 756/804 kB Progress (1): 758/804 kB Progress (1): 760/804 kB Progress (1): 762/804 kB Progress (1): 764/804 kB Progress (1): 766/804 kB Progress (1): 768/804 kB Progress (1): 770/804 kB Progress (1): 772/804 kB Progress (1): 774/804 kB Progress (1): 776/804 kB Progress (1): 778/804 kB Progress (1): 780/804 kB Progress (1): 782/804 kB Progress (1): 784/804 kB Progress (1): 786/804 kB Progress (1): 788/804 kB Progress (1): 791/804 kB Progress (1): 793/804 kB Progress (1): 795/804 kB Progress (1): 797/804 kB Progress (1): 799/804 kB Progress (1): 801/804 kB Progress (1): 803/804 kB Progress (1): 804 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2-javadoc.jar (804 kB at 635 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2.jar.asc (473 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-mail/1.14.2/appng-mail-1.14.2-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/12 kB Progress (1): 12 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-mail/1.14.2/appng-mail-1.14.2-sources.jar (12 kB at 11 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2.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-1013/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2.jar (23 kB at 28 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2.pom Progress (1): 2.0/3.1 kB Progress (1): 3.1 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2.pom (3.1 kB at 3.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2.pom.asc (473 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-search/1.14.2/appng-search-1.14.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-search/1.14.2/appng-search-1.14.2.jar.asc (473 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-forms/1.14.2/appng-forms-1.14.2-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-1013/org/appng/appng-forms/1.14.2/appng-forms-1.14.2-sources.jar (19 kB at 26 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-api/1.14.2/appng-api-1.14.2-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 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-api/1.14.2/appng-api-1.14.2-javadoc.jar (1.0 MB at 1.0 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2-sources.jar Progress (1): 2.0/8.2 kB Progress (1): 4.1/8.2 kB Progress (1): 6.1/8.2 kB Progress (1): 8.2/8.2 kB Progress (1): 8.2 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2-sources.jar (8.2 kB at 9.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-cli/1.14.2/appng-cli-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-cli/1.14.2/appng-cli-1.14.2.pom.asc (473 B at 1.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2-javadoc.jar Progress (1): 2.0/157 kB Progress (1): 4.1/157 kB Progress (1): 6.1/157 kB Progress (1): 8.2/157 kB Progress (1): 10/157 kB Progress (1): 12/157 kB Progress (1): 14/157 kB Progress (1): 16/157 kB Progress (1): 18/157 kB Progress (1): 20/157 kB Progress (1): 23/157 kB Progress (1): 25/157 kB Progress (1): 27/157 kB Progress (1): 29/157 kB Progress (1): 31/157 kB Progress (1): 33/157 kB Progress (1): 35/157 kB Progress (1): 37/157 kB Progress (1): 39/157 kB Progress (1): 41/157 kB Progress (1): 43/157 kB Progress (1): 45/157 kB Progress (1): 47/157 kB Progress (1): 49/157 kB Progress (1): 51/157 kB Progress (1): 53/157 kB Progress (1): 55/157 kB Progress (1): 57/157 kB Progress (1): 59/157 kB Progress (1): 61/157 kB Progress (1): 63/157 kB Progress (1): 66/157 kB Progress (1): 68/157 kB Progress (1): 70/157 kB Progress (1): 72/157 kB Progress (1): 74/157 kB Progress (1): 76/157 kB Progress (1): 78/157 kB Progress (1): 80/157 kB Progress (1): 82/157 kB Progress (1): 84/157 kB Progress (1): 86/157 kB Progress (1): 88/157 kB Progress (1): 90/157 kB Progress (1): 92/157 kB Progress (1): 94/157 kB Progress (1): 96/157 kB Progress (1): 98/157 kB Progress (1): 100/157 kB Progress (1): 102/157 kB Progress (1): 104/157 kB Progress (1): 106/157 kB Progress (1): 109/157 kB Progress (1): 111/157 kB Progress (1): 113/157 kB Progress (1): 115/157 kB Progress (1): 117/157 kB Progress (1): 119/157 kB Progress (1): 121/157 kB Progress (1): 123/157 kB Progress (1): 125/157 kB Progress (1): 127/157 kB Progress (1): 129/157 kB Progress (1): 131/157 kB Progress (1): 133/157 kB Progress (1): 135/157 kB Progress (1): 137/157 kB Progress (1): 139/157 kB Progress (1): 141/157 kB Progress (1): 143/157 kB Progress (1): 145/157 kB Progress (1): 147/157 kB Progress (1): 150/157 kB Progress (1): 152/157 kB Progress (1): 154/157 kB Progress (1): 156/157 kB Progress (1): 157 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2-javadoc.jar (157 kB at 196 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-search/1.14.2/appng-search-1.14.2-sources.jar Progress (1): 2.0/40 kB Progress (1): 4.1/40 kB Progress (1): 6.1/40 kB Progress (1): 8.2/40 kB Progress (1): 10/40 kB Progress (1): 12/40 kB Progress (1): 14/40 kB Progress (1): 16/40 kB Progress (1): 18/40 kB Progress (1): 20/40 kB Progress (1): 23/40 kB Progress (1): 25/40 kB Progress (1): 27/40 kB Progress (1): 29/40 kB Progress (1): 31/40 kB Progress (1): 33/40 kB Progress (1): 35/40 kB Progress (1): 37/40 kB Progress (1): 39/40 kB Progress (1): 40 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-search/1.14.2/appng-search-1.14.2-sources.jar (40 kB at 51 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-bom/1.14.2/appng-application-bom-1.14.2.pom Progress (1): 2.0/41 kB Progress (1): 4.1/41 kB Progress (1): 6.1/41 kB Progress (1): 8.2/41 kB Progress (1): 10/41 kB Progress (1): 12/41 kB Progress (1): 14/41 kB Progress (1): 16/41 kB Progress (1): 18/41 kB Progress (1): 20/41 kB Progress (1): 23/41 kB Progress (1): 25/41 kB Progress (1): 27/41 kB Progress (1): 29/41 kB Progress (1): 31/41 kB Progress (1): 33/41 kB Progress (1): 35/41 kB Progress (1): 37/41 kB Progress (1): 39/41 kB Progress (1): 41/41 kB Progress (1): 41 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-bom/1.14.2/appng-application-bom-1.14.2.pom (41 kB at 48 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-bom/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 312 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-bom/maven-metadata.xml (312 B at 250 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2-javadoc.jar.asc (473 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application/1.14.2/appng-application-1.14.2.war.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application/1.14.2/appng-application-1.14.2.war.asc (473 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2-sources.jar.asc (473 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2.jar Progress (1): 1.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2.jar (1.6 kB at 1.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2.pom Progress (1): 533 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2.pom (533 B at 522 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2.pom.asc (473 B at 1.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-parent/1.14.2/appng-application-parent-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-parent/1.14.2/appng-application-parent-1.14.2.pom.asc (473 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-search/1.14.2/appng-search-1.14.2.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-1013/org/appng/appng-search/1.14.2/appng-search-1.14.2.jar (54 kB at 38 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-search/1.14.2/appng-search-1.14.2.pom Progress (1): 2.0/2.9 kB Progress (1): 2.9 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-search/1.14.2/appng-search-1.14.2.pom (2.9 kB at 3.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-core/1.14.2/appng-core-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-core/1.14.2/appng-core-1.14.2.pom.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2.war.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2.war.asc (473 B at 1.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2.jar.asc (473 B at 1.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2-sources.jar.asc (473 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-mail/1.14.2/appng-mail-1.14.2-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-1013/org/appng/appng-mail/1.14.2/appng-mail-1.14.2-javadoc.jar (86 kB at 96 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2.pom.asc (473 B at 1.8 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-api/1.14.2/appng-api-1.14.2.jar Progress (1): 2.0/302 kB Progress (1): 4.1/302 kB Progress (1): 6.1/302 kB Progress (1): 8.2/302 kB Progress (1): 10/302 kB Progress (1): 12/302 kB Progress (1): 14/302 kB Progress (1): 16/302 kB Progress (1): 18/302 kB Progress (1): 20/302 kB Progress (1): 23/302 kB Progress (1): 25/302 kB Progress (1): 27/302 kB Progress (1): 29/302 kB Progress (1): 31/302 kB Progress (1): 33/302 kB Progress (1): 35/302 kB Progress (1): 37/302 kB Progress (1): 39/302 kB Progress (1): 41/302 kB Progress (1): 43/302 kB Progress (1): 45/302 kB Progress (1): 47/302 kB Progress (1): 49/302 kB Progress (1): 51/302 kB Progress (1): 53/302 kB Progress (1): 55/302 kB Progress (1): 57/302 kB Progress (1): 59/302 kB Progress (1): 61/302 kB Progress (1): 63/302 kB Progress (1): 66/302 kB Progress (1): 68/302 kB Progress (1): 70/302 kB Progress (1): 72/302 kB Progress (1): 74/302 kB Progress (1): 76/302 kB Progress (1): 78/302 kB Progress (1): 80/302 kB Progress (1): 82/302 kB Progress (1): 84/302 kB Progress (1): 86/302 kB Progress (1): 88/302 kB Progress (1): 90/302 kB Progress (1): 92/302 kB Progress (1): 94/302 kB Progress (1): 96/302 kB Progress (1): 98/302 kB Progress (1): 100/302 kB Progress (1): 102/302 kB Progress (1): 104/302 kB Progress (1): 106/302 kB Progress (1): 109/302 kB Progress (1): 111/302 kB Progress (1): 113/302 kB Progress (1): 115/302 kB Progress (1): 117/302 kB Progress (1): 119/302 kB Progress (1): 121/302 kB Progress (1): 123/302 kB Progress (1): 125/302 kB Progress (1): 127/302 kB Progress (1): 129/302 kB Progress (1): 131/302 kB Progress (1): 133/302 kB Progress (1): 135/302 kB Progress (1): 137/302 kB Progress (1): 139/302 kB Progress (1): 141/302 kB Progress (1): 143/302 kB Progress (1): 145/302 kB Progress (1): 147/302 kB Progress (1): 150/302 kB Progress (1): 152/302 kB Progress (1): 154/302 kB Progress (1): 156/302 kB Progress (1): 158/302 kB Progress (1): 160/302 kB Progress (1): 162/302 kB Progress (1): 164/302 kB Progress (1): 166/302 kB Progress (1): 168/302 kB Progress (1): 170/302 kB Progress (1): 172/302 kB Progress (1): 174/302 kB Progress (1): 176/302 kB Progress (1): 178/302 kB Progress (1): 180/302 kB Progress (1): 182/302 kB Progress (1): 184/302 kB Progress (1): 186/302 kB Progress (1): 188/302 kB Progress (1): 190/302 kB Progress (1): 193/302 kB Progress (1): 195/302 kB Progress (1): 197/302 kB Progress (1): 199/302 kB Progress (1): 201/302 kB Progress (1): 203/302 kB Progress (1): 205/302 kB Progress (1): 207/302 kB Progress (1): 209/302 kB Progress (1): 211/302 kB Progress (1): 213/302 kB Progress (1): 215/302 kB Progress (1): 217/302 kB Progress (1): 219/302 kB Progress (1): 221/302 kB Progress (1): 223/302 kB Progress (1): 225/302 kB Progress (1): 227/302 kB Progress (1): 229/302 kB Progress (1): 231/302 kB Progress (1): 233/302 kB Progress (1): 236/302 kB Progress (1): 238/302 kB Progress (1): 240/302 kB Progress (1): 242/302 kB Progress (1): 244/302 kB Progress (1): 246/302 kB Progress (1): 248/302 kB Progress (1): 250/302 kB Progress (1): 252/302 kB Progress (1): 254/302 kB Progress (1): 256/302 kB Progress (1): 258/302 kB Progress (1): 260/302 kB Progress (1): 262/302 kB Progress (1): 264/302 kB Progress (1): 266/302 kB Progress (1): 268/302 kB Progress (1): 270/302 kB Progress (1): 272/302 kB Progress (1): 274/302 kB Progress (1): 276/302 kB Progress (1): 279/302 kB Progress (1): 281/302 kB Progress (1): 283/302 kB Progress (1): 285/302 kB Progress (1): 287/302 kB Progress (1): 289/302 kB Progress (1): 291/302 kB Progress (1): 293/302 kB Progress (1): 295/302 kB Progress (1): 297/302 kB Progress (1): 299/302 kB Progress (1): 301/302 kB Progress (1): 302 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-api/1.14.2/appng-api-1.14.2.jar (302 kB at 361 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-api/1.14.2/appng-api-1.14.2.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-1013/org/appng/appng-api/1.14.2/appng-api-1.14.2.pom (4.6 kB at 6.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-forms/1.14.2/appng-forms-1.14.2-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-1013/org/appng/appng-forms/1.14.2/appng-forms-1.14.2-javadoc.jar (89 kB at 125 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tools/1.14.2/appng-tools-1.14.2-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-1013/org/appng/appng-tools/1.14.2/appng-tools-1.14.2-sources.jar (41 kB at 53 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat7/1.14.2/appng-tomcat7-1.14.2-javadoc.jar.asc (473 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2.pom.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2.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-1013/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2.jar (153 kB at 204 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2.pom Progress (1): 2.0/3.6 kB Progress (1): 3.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2.pom (3.6 kB at 5.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2-javadoc.jar Progress (1): 2.0/154 kB Progress (1): 4.1/154 kB Progress (1): 6.1/154 kB Progress (1): 8.2/154 kB Progress (1): 10/154 kB Progress (1): 12/154 kB Progress (1): 14/154 kB Progress (1): 16/154 kB Progress (1): 18/154 kB Progress (1): 20/154 kB Progress (1): 23/154 kB Progress (1): 25/154 kB Progress (1): 27/154 kB Progress (1): 29/154 kB Progress (1): 31/154 kB Progress (1): 33/154 kB Progress (1): 35/154 kB Progress (1): 37/154 kB Progress (1): 39/154 kB Progress (1): 41/154 kB Progress (1): 43/154 kB Progress (1): 45/154 kB Progress (1): 47/154 kB Progress (1): 49/154 kB Progress (1): 51/154 kB Progress (1): 53/154 kB Progress (1): 55/154 kB Progress (1): 57/154 kB Progress (1): 59/154 kB Progress (1): 61/154 kB Progress (1): 63/154 kB Progress (1): 66/154 kB Progress (1): 68/154 kB Progress (1): 70/154 kB Progress (1): 72/154 kB Progress (1): 74/154 kB Progress (1): 76/154 kB Progress (1): 78/154 kB Progress (1): 80/154 kB Progress (1): 82/154 kB Progress (1): 84/154 kB Progress (1): 86/154 kB Progress (1): 88/154 kB Progress (1): 90/154 kB Progress (1): 92/154 kB Progress (1): 94/154 kB Progress (1): 96/154 kB Progress (1): 98/154 kB Progress (1): 100/154 kB Progress (1): 102/154 kB Progress (1): 104/154 kB Progress (1): 106/154 kB Progress (1): 109/154 kB Progress (1): 111/154 kB Progress (1): 113/154 kB Progress (1): 115/154 kB Progress (1): 117/154 kB Progress (1): 119/154 kB Progress (1): 121/154 kB Progress (1): 123/154 kB Progress (1): 125/154 kB Progress (1): 127/154 kB Progress (1): 129/154 kB Progress (1): 131/154 kB Progress (1): 133/154 kB Progress (1): 135/154 kB Progress (1): 137/154 kB Progress (1): 139/154 kB Progress (1): 141/154 kB Progress (1): 143/154 kB Progress (1): 145/154 kB Progress (1): 147/154 kB Progress (1): 150/154 kB Progress (1): 152/154 kB Progress (1): 154/154 kB Progress (1): 154 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2-javadoc.jar (154 kB at 194 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-cli/1.14.2/appng-cli-1.14.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-cli/1.14.2/appng-cli-1.14.2.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2-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-1013/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2-javadoc.jar (34 kB at 50 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-assembly/1.14.2/appng-application-assembly-1.14.2-sources.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2-javadoc.jar.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tools/1.14.2/appng-tools-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tools/1.14.2/appng-tools-1.14.2.pom.asc (473 B at 1.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-api/1.14.2/appng-api-1.14.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-api/1.14.2/appng-api-1.14.2-javadoc.jar.asc (473 B at 1.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2-sources.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2-sources.jar Progress (1): 2.0/40 kB Progress (1): 4.1/40 kB Progress (1): 6.1/40 kB Progress (1): 8.2/40 kB Progress (1): 10/40 kB Progress (1): 12/40 kB Progress (1): 14/40 kB Progress (1): 16/40 kB Progress (1): 18/40 kB Progress (1): 20/40 kB Progress (1): 23/40 kB Progress (1): 25/40 kB Progress (1): 27/40 kB Progress (1): 29/40 kB Progress (1): 31/40 kB Progress (1): 33/40 kB Progress (1): 35/40 kB Progress (1): 37/40 kB Progress (1): 39/40 kB Progress (1): 40 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2-sources.jar (40 kB at 50 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2.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-1013/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2.jar (30 kB at 42 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2.pom Progress (1): 1.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2.pom (1.7 kB at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2-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-1013/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2-sources.jar (21 kB at 24 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-search/1.14.2/appng-search-1.14.2-javadoc.jar Progress (1): 2.0/197 kB Progress (1): 4.1/197 kB Progress (1): 6.1/197 kB Progress (1): 8.2/197 kB Progress (1): 10/197 kB Progress (1): 12/197 kB Progress (1): 14/197 kB Progress (1): 16/197 kB Progress (1): 18/197 kB Progress (1): 20/197 kB Progress (1): 23/197 kB Progress (1): 25/197 kB Progress (1): 27/197 kB Progress (1): 29/197 kB Progress (1): 31/197 kB Progress (1): 33/197 kB Progress (1): 35/197 kB Progress (1): 37/197 kB Progress (1): 39/197 kB Progress (1): 41/197 kB Progress (1): 43/197 kB Progress (1): 45/197 kB Progress (1): 47/197 kB Progress (1): 49/197 kB Progress (1): 51/197 kB Progress (1): 53/197 kB Progress (1): 55/197 kB Progress (1): 57/197 kB Progress (1): 59/197 kB Progress (1): 61/197 kB Progress (1): 63/197 kB Progress (1): 66/197 kB Progress (1): 68/197 kB Progress (1): 70/197 kB Progress (1): 72/197 kB Progress (1): 74/197 kB Progress (1): 76/197 kB Progress (1): 78/197 kB Progress (1): 80/197 kB Progress (1): 82/197 kB Progress (1): 84/197 kB Progress (1): 86/197 kB Progress (1): 88/197 kB Progress (1): 90/197 kB Progress (1): 92/197 kB Progress (1): 94/197 kB Progress (1): 96/197 kB Progress (1): 98/197 kB Progress (1): 100/197 kB Progress (1): 102/197 kB Progress (1): 104/197 kB Progress (1): 106/197 kB Progress (1): 109/197 kB Progress (1): 111/197 kB Progress (1): 113/197 kB Progress (1): 115/197 kB Progress (1): 117/197 kB Progress (1): 119/197 kB Progress (1): 121/197 kB Progress (1): 123/197 kB Progress (1): 125/197 kB Progress (1): 127/197 kB Progress (1): 129/197 kB Progress (1): 131/197 kB Progress (1): 133/197 kB Progress (1): 135/197 kB Progress (1): 137/197 kB Progress (1): 139/197 kB Progress (1): 141/197 kB Progress (1): 143/197 kB Progress (1): 145/197 kB Progress (1): 147/197 kB Progress (1): 150/197 kB Progress (1): 152/197 kB Progress (1): 154/197 kB Progress (1): 156/197 kB Progress (1): 158/197 kB Progress (1): 160/197 kB Progress (1): 162/197 kB Progress (1): 164/197 kB Progress (1): 166/197 kB Progress (1): 168/197 kB Progress (1): 170/197 kB Progress (1): 172/197 kB Progress (1): 174/197 kB Progress (1): 176/197 kB Progress (1): 178/197 kB Progress (1): 180/197 kB Progress (1): 182/197 kB Progress (1): 184/197 kB Progress (1): 186/197 kB Progress (1): 188/197 kB Progress (1): 190/197 kB Progress (1): 193/197 kB Progress (1): 195/197 kB Progress (1): 197/197 kB Progress (1): 197 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-search/1.14.2/appng-search-1.14.2-javadoc.jar (197 kB at 226 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application/1.14.2/appng-application-1.14.2.zip Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application/1.14.2/appng-application-1.14.2.zip (96 MB at 7.1 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-forms/1.14.2/appng-forms-1.14.2.jar Progress (1): 2.0/18 kB Progress (1): 4.1/18 kB Progress (1): 6.1/18 kB Progress (1): 8.2/18 kB Progress (1): 10/18 kB Progress (1): 12/18 kB Progress (1): 14/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-forms/1.14.2/appng-forms-1.14.2.jar (18 kB at 13 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-forms/1.14.2/appng-forms-1.14.2.pom Progress (1): 2.0/2.1 kB Progress (1): 2.1 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-forms/1.14.2/appng-forms-1.14.2.pom (2.1 kB at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2-javadoc.jar.asc (473 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2.jar Progress (1): 1.5 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2.jar (1.5 kB at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2.pom Progress (1): 871 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2.pom (871 B at 868 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tools/1.14.2/appng-tools-1.14.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tools/1.14.2/appng-tools-1.14.2.jar.asc (473 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2.pom.asc (473 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2.jar.asc (473 B at 864 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2-javadoc.jar.asc (473 B at 1.8 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2.pom.asc (473 B at 916 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2.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-1013/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2.jar (33 kB at 27 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2.pom Progress (1): 2.0/9.3 kB Progress (1): 4.1/9.3 kB Progress (1): 6.1/9.3 kB Progress (1): 8.2/9.3 kB Progress (1): 9.3 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-documentation/1.14.2/appng-documentation-1.14.2.pom (9.3 kB at 11 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-core/1.14.2/appng-core-1.14.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-core/1.14.2/appng-core-1.14.2.jar.asc (473 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-core/1.14.2/appng-core-1.14.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-core/1.14.2/appng-core-1.14.2-javadoc.jar.asc (473 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-mail/1.14.2/appng-mail-1.14.2.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-1013/org/appng/appng-mail/1.14.2/appng-mail-1.14.2.jar (15 kB at 19 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-mail/1.14.2/appng-mail-1.14.2.pom Progress (1): 1.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-mail/1.14.2/appng-mail-1.14.2.pom (1.8 kB at 2.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application/1.14.2/appng-application-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application/1.14.2/appng-application-1.14.2.pom.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2.pom.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2-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-1013/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2-sources.jar (3.0 kB at 4.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tools/1.14.2/appng-tools-1.14.2-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-1013/org/appng/appng-tools/1.14.2/appng-tools-1.14.2-javadoc.jar (237 kB at 246 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2.pom.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-mail/1.14.2/appng-mail-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-mail/1.14.2/appng-mail-1.14.2.pom.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tools/1.14.2/appng-tools-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tools/1.14.2/appng-tools-1.14.2-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2-sources.jar.asc (473 B at 1.8 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2.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-1013/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2.jar (30 kB at 40 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2.pom Progress (1): 2.0/2.3 kB Progress (1): 2.3 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2.pom (2.3 kB at 3.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2-javadoc.jar Progress (1): 2.0/209 kB Progress (1): 4.1/209 kB Progress (1): 6.1/209 kB Progress (1): 8.2/209 kB Progress (1): 10/209 kB Progress (1): 12/209 kB Progress (1): 14/209 kB Progress (1): 16/209 kB Progress (1): 18/209 kB Progress (1): 20/209 kB Progress (1): 23/209 kB Progress (1): 25/209 kB Progress (1): 27/209 kB Progress (1): 29/209 kB Progress (1): 31/209 kB Progress (1): 33/209 kB Progress (1): 35/209 kB Progress (1): 37/209 kB Progress (1): 39/209 kB Progress (1): 41/209 kB Progress (1): 43/209 kB Progress (1): 45/209 kB Progress (1): 47/209 kB Progress (1): 49/209 kB Progress (1): 51/209 kB Progress (1): 53/209 kB Progress (1): 55/209 kB Progress (1): 57/209 kB Progress (1): 59/209 kB Progress (1): 61/209 kB Progress (1): 63/209 kB Progress (1): 66/209 kB Progress (1): 68/209 kB Progress (1): 70/209 kB Progress (1): 72/209 kB Progress (1): 74/209 kB Progress (1): 76/209 kB Progress (1): 78/209 kB Progress (1): 80/209 kB Progress (1): 82/209 kB Progress (1): 84/209 kB Progress (1): 86/209 kB Progress (1): 88/209 kB Progress (1): 90/209 kB Progress (1): 92/209 kB Progress (1): 94/209 kB Progress (1): 96/209 kB Progress (1): 98/209 kB Progress (1): 100/209 kB Progress (1): 102/209 kB Progress (1): 104/209 kB Progress (1): 106/209 kB Progress (1): 109/209 kB Progress (1): 111/209 kB Progress (1): 113/209 kB Progress (1): 115/209 kB Progress (1): 117/209 kB Progress (1): 119/209 kB Progress (1): 121/209 kB Progress (1): 123/209 kB Progress (1): 125/209 kB Progress (1): 127/209 kB Progress (1): 129/209 kB Progress (1): 131/209 kB Progress (1): 133/209 kB Progress (1): 135/209 kB Progress (1): 137/209 kB Progress (1): 139/209 kB Progress (1): 141/209 kB Progress (1): 143/209 kB Progress (1): 145/209 kB Progress (1): 147/209 kB Progress (1): 150/209 kB Progress (1): 152/209 kB Progress (1): 154/209 kB Progress (1): 156/209 kB Progress (1): 158/209 kB Progress (1): 160/209 kB Progress (1): 162/209 kB Progress (1): 164/209 kB Progress (1): 166/209 kB Progress (1): 168/209 kB Progress (1): 170/209 kB Progress (1): 172/209 kB Progress (1): 174/209 kB Progress (1): 176/209 kB Progress (1): 178/209 kB Progress (1): 180/209 kB Progress (1): 182/209 kB Progress (1): 184/209 kB Progress (1): 186/209 kB Progress (1): 188/209 kB Progress (1): 190/209 kB Progress (1): 193/209 kB Progress (1): 195/209 kB Progress (1): 197/209 kB Progress (1): 199/209 kB Progress (1): 201/209 kB Progress (1): 203/209 kB Progress (1): 205/209 kB Progress (1): 207/209 kB Progress (1): 209/209 kB Progress (1): 209 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2-javadoc.jar (209 kB at 319 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2-javadoc.jar Progress (1): 2.0/113 kB Progress (1): 4.1/113 kB Progress (1): 6.1/113 kB Progress (1): 8.2/113 kB Progress (1): 10/113 kB Progress (1): 12/113 kB Progress (1): 14/113 kB Progress (1): 16/113 kB Progress (1): 18/113 kB Progress (1): 20/113 kB Progress (1): 23/113 kB Progress (1): 25/113 kB Progress (1): 27/113 kB Progress (1): 29/113 kB Progress (1): 31/113 kB Progress (1): 33/113 kB Progress (1): 35/113 kB Progress (1): 37/113 kB Progress (1): 39/113 kB Progress (1): 41/113 kB Progress (1): 43/113 kB Progress (1): 45/113 kB Progress (1): 47/113 kB Progress (1): 49/113 kB Progress (1): 51/113 kB Progress (1): 53/113 kB Progress (1): 55/113 kB Progress (1): 57/113 kB Progress (1): 59/113 kB Progress (1): 61/113 kB Progress (1): 63/113 kB Progress (1): 66/113 kB Progress (1): 68/113 kB Progress (1): 70/113 kB Progress (1): 72/113 kB Progress (1): 74/113 kB Progress (1): 76/113 kB Progress (1): 78/113 kB Progress (1): 80/113 kB Progress (1): 82/113 kB Progress (1): 84/113 kB Progress (1): 86/113 kB Progress (1): 88/113 kB Progress (1): 90/113 kB Progress (1): 92/113 kB Progress (1): 94/113 kB Progress (1): 96/113 kB Progress (1): 98/113 kB Progress (1): 100/113 kB Progress (1): 102/113 kB Progress (1): 104/113 kB Progress (1): 106/113 kB Progress (1): 109/113 kB Progress (1): 111/113 kB Progress (1): 113/113 kB Progress (1): 113 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-persistence/1.14.2/appng-persistence-1.14.2-javadoc.jar (113 kB at 161 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2-sources.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2.war Progress (1): 2.0/113 kB Progress (1): 4.1/113 kB Progress (1): 6.1/113 kB Progress (1): 8.2/113 kB Progress (1): 10/113 kB Progress (1): 12/113 kB Progress (1): 14/113 kB Progress (1): 16/113 kB Progress (1): 18/113 kB Progress (1): 20/113 kB Progress (1): 23/113 kB Progress (1): 25/113 kB Progress (1): 27/113 kB Progress (1): 29/113 kB Progress (1): 31/113 kB Progress (1): 33/113 kB Progress (1): 35/113 kB Progress (1): 37/113 kB Progress (1): 39/113 kB Progress (1): 41/113 kB Progress (1): 43/113 kB Progress (1): 45/113 kB Progress (1): 47/113 kB Progress (1): 49/113 kB Progress (1): 51/113 kB Progress (1): 53/113 kB Progress (1): 55/113 kB Progress (1): 57/113 kB Progress (1): 59/113 kB Progress (1): 61/113 kB Progress (1): 63/113 kB Progress (1): 66/113 kB Progress (1): 68/113 kB Progress (1): 70/113 kB Progress (1): 72/113 kB Progress (1): 74/113 kB Progress (1): 76/113 kB Progress (1): 78/113 kB Progress (1): 80/113 kB Progress (1): 82/113 kB Progress (1): 84/113 kB Progress (1): 86/113 kB Progress (1): 88/113 kB Progress (1): 90/113 kB Progress (1): 92/113 kB Progress (1): 94/113 kB Progress (1): 96/113 kB Progress (1): 98/113 kB Progress (1): 100/113 kB Progress (1): 102/113 kB Progress (1): 104/113 kB Progress (1): 106/113 kB Progress (1): 109/113 kB Progress (1): 111/113 kB Progress (1): 113/113 kB Progress (1): 113 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2.war (113 kB at 151 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2.pom Progress (1): 2.0/8.2 kB Progress (1): 4.1/8.2 kB Progress (1): 6.1/8.2 kB Progress (1): 8.2 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2.pom (8.2 kB at 1.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application/1.14.2/appng-application-1.14.2.war Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.1/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.2/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.3/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.4/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.5/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.6/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.7/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.8/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 0.9/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.0/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.1/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.2/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.3/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.4/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.5/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.6/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.7/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.8/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 1.9/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.0/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.1/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.2/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.3/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.4/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.5/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.6/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.7/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.8/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 2.9/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.0/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.1/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.2/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.3/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.4/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.5/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.6/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.7/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.8/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 3.9/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.0/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.1/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.2/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.3/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.4/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.5/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.6/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.7/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.8/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 4.9/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.0/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.1/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.2/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.3/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.4/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.5/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.6/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.7/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.8/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 5.9/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.0/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.1/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.2/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.3/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.4/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.5/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.6/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.7/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.8/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 6.9/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.0/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.1/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.2/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.3/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.4/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.5/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.6/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.7/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.8/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 7.9/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.0/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.1/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.2/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.3/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.4/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.5/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.6/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.7/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.8/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 8.9/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.0/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.1/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.2/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.3/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.4/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.5/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.6/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.7/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.8/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 9.9/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10.0/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 10/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 11/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 12/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 13/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 14/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 15/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 16/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 17/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 18/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 19/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 20/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 21/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 22/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 23/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 24/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 25/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 26/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 27/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 28/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 29/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 30/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 31/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 32/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 33/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 34/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 35/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 36/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 37/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 38/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 39/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 40/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 41/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 42/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 43/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 44/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 45/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 46/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 47/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 48/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 49/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 50/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 51/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 52/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 53/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 54/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 55/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 56/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 57/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 58/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 59/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 60/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 61/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 62/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 63/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 64/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 65/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 66/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 67/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 68/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 69/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 70/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 71/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 72/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 73/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 74/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 75/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 76/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 77/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 78/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 79/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 80/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 81/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 82/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 83/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 84/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 85/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 86/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 87/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 88/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 89/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 90/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 91/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 92/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 93/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 94/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 95/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96/96 MB Progress (1): 96 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application/1.14.2/appng-application-1.14.2.war (96 MB at 7.4 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application/1.14.2/appng-application-1.14.2.pom Progress (1): 2.0/7.4 kB Progress (1): 4.1/7.4 kB Progress (1): 6.1/7.4 kB Progress (1): 7.4 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application/1.14.2/appng-application-1.14.2.pom (7.4 kB at 8.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2.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-1013/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2.jar (14 kB at 19 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2.pom Progress (1): 2.0/3.8 kB Progress (1): 3.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/maven/appng-appngizer-maven-plugin/1.14.2/appng-appngizer-maven-plugin-1.14.2.pom (3.8 kB at 4.6 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/maven/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/maven/maven-metadata.xml Progress (1): 261 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/maven/maven-metadata.xml (261 B at 292 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-template-assembly/1.14.2/appng-template-assembly-1.14.2.jar.asc (473 B at 1.8 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer-jaxb/1.14.2/appng-appngizer-jaxb-1.14.2.jar.asc (473 B at 1.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2-sources.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-appngizer/1.14.2/appng-appngizer-1.14.2-javadoc.jar.asc (473 B at 1.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-cli/1.14.2/appng-cli-1.14.2.jar Progress (1): 2.0/95 kB Progress (1): 4.1/95 kB Progress (1): 6.1/95 kB Progress (1): 8.2/95 kB Progress (1): 10/95 kB Progress (1): 12/95 kB Progress (1): 14/95 kB Progress (1): 16/95 kB Progress (1): 18/95 kB Progress (1): 20/95 kB Progress (1): 23/95 kB Progress (1): 25/95 kB Progress (1): 27/95 kB Progress (1): 29/95 kB Progress (1): 31/95 kB Progress (1): 33/95 kB Progress (1): 35/95 kB Progress (1): 37/95 kB Progress (1): 39/95 kB Progress (1): 41/95 kB Progress (1): 43/95 kB Progress (1): 45/95 kB Progress (1): 47/95 kB Progress (1): 49/95 kB Progress (1): 51/95 kB Progress (1): 53/95 kB Progress (1): 55/95 kB Progress (1): 57/95 kB Progress (1): 59/95 kB Progress (1): 61/95 kB Progress (1): 63/95 kB Progress (1): 66/95 kB Progress (1): 68/95 kB Progress (1): 70/95 kB Progress (1): 72/95 kB Progress (1): 74/95 kB Progress (1): 76/95 kB Progress (1): 78/95 kB Progress (1): 80/95 kB Progress (1): 82/95 kB Progress (1): 84/95 kB Progress (1): 86/95 kB Progress (1): 88/95 kB Progress (1): 90/95 kB Progress (1): 92/95 kB Progress (1): 94/95 kB Progress (1): 95 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-cli/1.14.2/appng-cli-1.14.2.jar (95 kB at 111 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-cli/1.14.2/appng-cli-1.14.2.pom Progress (1): 1.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-cli/1.14.2/appng-cli-1.14.2.pom (1.8 kB at 2.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application/1.14.2/appng-application-1.14.2-sources.jar Progress (1): 2.0/3.2 kB Progress (1): 3.2 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application/1.14.2/appng-application-1.14.2-sources.jar (3.2 kB at 4.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2.pom.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2.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-1013/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2.jar (54 kB at 71 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2.pom Progress (1): 2.0/2.8 kB Progress (1): 2.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-testsupport/1.14.2/appng-testsupport-1.14.2.pom (2.8 kB at 3.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-cli/1.14.2/appng-cli-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-cli/1.14.2/appng-cli-1.14.2-sources.jar.asc (473 B at 1.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-taglib/1.14.2/appng-taglib-1.14.2-javadoc.jar.asc (473 B at 1.8 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2-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-1013/org/appng/appng-tomcat8/1.14.2/appng-tomcat8-1.14.2-javadoc.jar (27 kB at 31 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2-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-1013/org/appng/appng-archetype-application/1.14.2/appng-archetype-application-1.14.2-sources.jar (15 kB at 22 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2-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-1013/org/appng/appng-formtags/1.14.2/appng-formtags-1.14.2-sources.jar (21 kB at 28 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-mail/1.14.2/appng-mail-1.14.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-mail/1.14.2/appng-mail-1.14.2.jar.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-forms/1.14.2/appng-forms-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-forms/1.14.2/appng-forms-1.14.2-sources.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-cli/1.14.2/appng-cli-1.14.2-sources.jar Progress (1): 2.0/77 kB Progress (1): 4.1/77 kB Progress (1): 6.1/77 kB Progress (1): 8.2/77 kB Progress (1): 10/77 kB Progress (1): 12/77 kB Progress (1): 14/77 kB Progress (1): 16/77 kB Progress (1): 18/77 kB Progress (1): 20/77 kB Progress (1): 23/77 kB Progress (1): 25/77 kB Progress (1): 27/77 kB Progress (1): 29/77 kB Progress (1): 31/77 kB Progress (1): 33/77 kB Progress (1): 35/77 kB Progress (1): 37/77 kB Progress (1): 39/77 kB Progress (1): 41/77 kB Progress (1): 43/77 kB Progress (1): 45/77 kB Progress (1): 47/77 kB Progress (1): 49/77 kB Progress (1): 51/77 kB Progress (1): 53/77 kB Progress (1): 55/77 kB Progress (1): 57/77 kB Progress (1): 59/77 kB Progress (1): 61/77 kB Progress (1): 63/77 kB Progress (1): 66/77 kB Progress (1): 68/77 kB Progress (1): 70/77 kB Progress (1): 72/77 kB Progress (1): 74/77 kB Progress (1): 76/77 kB Progress (1): 77 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-cli/1.14.2/appng-cli-1.14.2-sources.jar (77 kB at 105 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-search/1.14.2/appng-search-1.14.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-search/1.14.2/appng-search-1.14.2-sources.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-bom/1.14.2/appng-application-bom-1.14.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-application-bom/1.14.2/appng-application-bom-1.14.2.pom.asc (473 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2.jar.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1013/org/appng/appng-xmlapi/1.14.2/appng-xmlapi-1.14.2-javadoc.jar.asc (473 B at 2.0 kB/s) [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "orgappng-1013". Waiting for operation to complete... ............. [INFO] Remote staged 1 repositories, finished with success. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] appNG Parent ....................................... SUCCESS [ 50.613 s] [INFO] appNG Tools ........................................ SUCCESS [ 46.308 s] [INFO] appNG Mail ......................................... SUCCESS [ 13.836 s] [INFO] appNG Forms ........................................ SUCCESS [ 30.683 s] [INFO] appng Formtags ..................................... SUCCESS [ 16.227 s] [INFO] appNG XML-API ...................................... SUCCESS [ 29.957 s] [INFO] appNG public API ................................... SUCCESS [01:21 min] [INFO] appNG testsupport .................................. SUCCESS [ 20.415 s] [INFO] appNG Persistence-Tools ............................ SUCCESS [ 47.538 s] [INFO] appNG Search ....................................... SUCCESS [01:39 min] [INFO] appNG Core Library ................................. SUCCESS [01:23 min] [INFO] appNG Tomcat 7 ..................................... SUCCESS [ 29.365 s] [INFO] appNG Tomcat 8 ..................................... SUCCESS [ 12.050 s] [INFO] appNG Command Line Interface ....................... SUCCESS [01:36 min] [INFO] appNG Tag Library .................................. SUCCESS [ 32.098 s] [INFO] appNG Application .................................. SUCCESS [ 10.936 s] [INFO] appNG application BOM .............................. SUCCESS [ 1.372 s] [INFO] appNG Documentation ................................ SUCCESS [ 44.536 s] [INFO] appNG Template Assembly Descriptors ................ SUCCESS [ 15.671 s] [INFO] appNG Template Parent .............................. SUCCESS [ 6.418 s] [INFO] appng-application-assembly ......................... SUCCESS [ 6.285 s] [INFO] appNG application parent ........................... SUCCESS [ 43.708 s] [INFO] Archetype - appng-archetype-application ............ SUCCESS [ 10.913 s] [INFO] appNGizer JAXB API ................................. SUCCESS [ 18.549 s] [INFO] appNGizer .......................................... SUCCESS [ 58.464 s] [INFO] appNG appNGizer Maven Plugin ....................... SUCCESS [06:06 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 21:14 min [INFO] Finished at: 2017-07-27T16:08:19+02:00 [INFO] Final Memory: 284M/1661M [INFO] ------------------------------------------------------------------------ [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone [Pipeline] { [Pipeline] sh [appng-standalone] Running shell script + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn clean deploy [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Standalone 1.14.2 [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.076 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.14.2.jar [INFO] [INFO] --- maven-dependency-plugin:3.0.1:copy-dependencies (default) @ appng-standalone --- [INFO] Copying tomcat-tribes-8.5.15.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-tribes-8.5.15.jar [INFO] Copying commons-io-2.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/commons-io-2.5.jar [INFO] Copying appng-appngizer-1.14.2.war to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-appngizer-1.14.2.war [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-core-8.5.15.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-embed-core-8.5.15.jar [INFO] Copying appng-manager-1.12.3.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-manager-1.12.3.zip [INFO] Copying appng-authentication-1.11.1.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-authentication-1.11.1.zip [INFO] Copying tomcat-juli-8.5.15.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-juli-8.5.15.jar [INFO] Copying appng-scheduler-1.11.3.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-scheduler-1.11.3.zip [INFO] Copying tomcat-embed-jasper-8.5.15.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-embed-jasper-8.5.15.jar [INFO] Copying tomcat-embed-el-8.5.15.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-embed-el-8.5.15.jar [INFO] Copying appng-template-1.14.3.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-template-1.14.3.zip [INFO] Copying appng-application-1.14.2.war to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-application-1.14.2.war [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.14.2.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.14.2-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.14.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.14.2/appng-standalone-1.14.2.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.14.2/appng-standalone-1.14.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.14.2.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.14.2/appng-standalone-1.14.2.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.14.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.14.2/appng-standalone-1.14.2-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.14.2/appng-standalone-1.14.2.jar Progress (1): 2.0/9.4 kB Progress (1): 4.1/9.4 kB Progress (1): 6.1/9.4 kB Progress (1): 8.2/9.4 kB Progress (1): 9.4 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.14.2/appng-standalone-1.14.2.jar (9.4 kB at 32 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.14.2/appng-standalone-1.14.2.pom Progress (1): 2.0/6.2 kB Progress (1): 4.1/6.2 kB Progress (1): 6.1/6.2 kB Progress (1): 6.2 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.14.2/appng-standalone-1.14.2.pom (6.2 kB at 123 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml Progress (1): 307 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml (307 B at 9.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.14.2/appng-standalone-1.14.2.zip Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.14.2/appng-standalone-1.14.2.zip (105 MB at 24 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.14.2/appng-standalone-1.14.2-sources.jar Progress (1): 2.0/7.9 kB Progress (1): 4.1/7.9 kB Progress (1): 6.1/7.9 kB Progress (1): 7.9 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.14.2/appng-standalone-1.14.2-sources.jar (7.9 kB at 171 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14.512 s [INFO] Finished at: 2017-07-27T16:08:36+02:00 [INFO] Final Memory: 28M/620M [INFO] ------------------------------------------------------------------------ [Pipeline] sh [appng-standalone] Running shell script + cp target/appng-standalone-1.14.2.zip /srv/www/appng.org/appng/builds/stable [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Results) [Pipeline] step 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.14.2 [Pipeline] sh [appng] Running shell script + mkdir --parents /srv/www/appng.org/appng/docs/1.14.2/javadoc [Pipeline] sh [appng] Running shell script + mkdir --parents /srv/www/appng.org/appng/docs/1.14.2/reference [Pipeline] sh [appng] Running shell script + mkdir --parents /srv/www/appng.org/appng/docs/1.14.2/appngizer/html [Pipeline] sh [appng] Running shell script + mkdir --parents /srv/www/appng.org/appng/docs/1.14.2/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.14.2/javadoc [Pipeline] sh [appng] Running shell script + mv -f appng-documentation/target/generated-docs/html /srv/www/appng.org/appng/docs/1.14.2/reference [Pipeline] sh [appng] Running shell script + mv -f appng-documentation/target/generated-docs/pdf /srv/www/appng.org/appng/docs/1.14.2/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.14.2/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.14.2/appngizer/html/ [Pipeline] sh [appng] Running shell script + rm -rf /srv/www/appng.org/appng/docs/1.14.2/appngizer/html/parts [Pipeline] sh [appng] Running shell script + rm -rf /srv/www/appng.org/appng/docs/1.14.2/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.14.2.xsd [Pipeline] sh [appng] Running shell script + cp appng-xmlapi/target/classes/appng-platform.xsd /srv/www/appng.org/schema/platform/appng-platform-1.14.2.xsd [Pipeline] sh [appng] Running shell script + cp appng-appngizer-jaxb/target/classes/appngizer.xsd /srv/www/appng.org/schema/appngizer/appngizer-1.14.2.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] { (Tag Release) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh [appng] Running shell script + git commit -a -m tagging release 1.14.2 [appng-1.14.2-release ee6af07] tagging release 1.14.2 31 files changed, 49 insertions(+), 49 deletions(-) [Pipeline] sh [appng] Running shell script + git tag appng-1.14.2 [Pipeline] sh [appng] Running shell script + git push origin appng-1.14.2 To git@github.com:appNG/appng.git * [new tag] appng-1.14.2 -> appng-1.14.2 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (merge to master) [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.14.2-release Auto-merging pom.xml CONFLICT (content): Merge conflict in pom.xml Auto-merging appng-xmlapi/pom.xml CONFLICT (content): Merge conflict in appng-xmlapi/pom.xml Auto-merging appng-tools/pom.xml CONFLICT (content): Merge conflict in appng-tools/pom.xml Auto-merging appng-tomcat8/pom.xml CONFLICT (content): Merge conflict in appng-tomcat8/pom.xml Auto-merging appng-tomcat7/pom.xml CONFLICT (content): Merge conflict in appng-tomcat7/pom.xml Auto-merging appng-testsupport/pom.xml CONFLICT (content): Merge conflict in appng-testsupport/pom.xml Auto-merging appng-template-parent/pom.xml CONFLICT (content): Merge conflict in appng-template-parent/pom.xml Auto-merging appng-template-assembly/pom.xml CONFLICT (content): Merge conflict in appng-template-assembly/pom.xml Auto-merging appng-taglib/pom.xml CONFLICT (content): Merge conflict in appng-taglib/pom.xml Auto-merging appng-standalone/pom.xml CONFLICT (content): Merge conflict in appng-standalone/pom.xml Auto-merging appng-search/pom.xml CONFLICT (content): Merge conflict in appng-search/pom.xml Auto-merging appng-persistence/pom.xml CONFLICT (content): Merge conflict in appng-persistence/pom.xml Auto-merging appng-mail/pom.xml CONFLICT (content): Merge conflict in appng-mail/pom.xml Auto-merging appng-formtags/pom.xml CONFLICT (content): Merge conflict in appng-formtags/pom.xml Auto-merging appng-forms/pom.xml CONFLICT (content): Merge conflict in appng-forms/pom.xml Auto-merging appng-documentation/src/main/asciidoc/listing/dependencies.txt CONFLICT (content): Merge conflict in appng-documentation/src/main/asciidoc/listing/dependencies.txt Auto-merging appng-documentation/pom.xml CONFLICT (content): Merge conflict in appng-documentation/pom.xml Removing appng-core/src/test/resources/conf/log4j.properties Auto-merging appng-core/pom.xml CONFLICT (content): Merge conflict in appng-core/pom.xml Auto-merging appng-cli/pom.xml CONFLICT (content): Merge conflict in appng-cli/pom.xml Auto-merging appng-archetype-application/src/main/resources/archetype-resources/pom.xml CONFLICT (content): Merge conflict in appng-archetype-application/src/main/resources/archetype-resources/pom.xml Auto-merging appng-archetype-application/readme.txt CONFLICT (content): Merge conflict in appng-archetype-application/readme.txt Auto-merging appng-archetype-application/pom.xml CONFLICT (content): Merge conflict in appng-archetype-application/pom.xml Auto-merging appng-appngizer/pom.xml CONFLICT (content): Merge conflict in appng-appngizer/pom.xml Auto-merging appng-appngizer-maven-plugin/pom.xml CONFLICT (content): Merge conflict in appng-appngizer-maven-plugin/pom.xml Auto-merging appng-appngizer-jaxb/pom.xml CONFLICT (content): Merge conflict in appng-appngizer-jaxb/pom.xml Auto-merging appng-application/pom.xml CONFLICT (content): Merge conflict in appng-application/pom.xml Auto-merging appng-application-parent/pom.xml CONFLICT (content): Merge conflict in appng-application-parent/pom.xml Auto-merging appng-application-assembly/pom.xml CONFLICT (content): Merge conflict in appng-application-assembly/pom.xml Auto-merging appng-api/pom.xml CONFLICT (content): Merge conflict in appng-api/pom.xml Auto-merging README.adoc CONFLICT (content): Merge conflict in README.adoc Automatic merge failed; fix conflicts and then commit the result. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE