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.4 from branch appng-1.14.x, current snapshot is 1.14.4-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 + sed -i s/1\.14\.4-SNAPSHOT/1\.15\.0-SNAPSHOT/g README.adoc [Pipeline] sh [appng] Running shell script + sed -i s/1\.14\.3/1\.14\.4/g README.adoc [Pipeline] sh [appng] Running shell script + sed -i s/1\.14\.4-SNAPSHOT/1\.14\.4/g 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 + sed -i s/:current: {snapshot}/:current: {stable}/g README.adoc [Pipeline] sh [appng] Running shell script + git status On branch appng-1.14.x Your branch is up-to-date with 'origin/appng-1.14.x'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified: README.adoc modified: appng-api/pom.xml modified: appng-application-assembly/pom.xml modified: appng-application-bom/pom.xml modified: appng-application-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] sh [appng] Running shell script + git commit -a -m preparing release 1.14.4 [appng-1.14.x 6a03046] preparing release 1.14.4 31 files changed, 50 insertions(+), 50 deletions(-) [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Release Branch) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh [appng] Running shell script + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn install -Djavax.xml.accessExternalSchema=all -Dmaven.test.skip -Dasciidoctor.skip [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] appNG Parent [INFO] appNG Tools [INFO] appNG Mail [INFO] appNG Forms [INFO] appng Formtags [INFO] appNG XML-API [INFO] appNG public API [INFO] appNG testsupport [INFO] appNG Persistence-Tools [INFO] appNG Search [INFO] appNG Core Library [INFO] appNG Tomcat 7 [INFO] appNG Tomcat 8 [INFO] appNG Command Line Interface [INFO] appNG Tag Library [INFO] appNG Application [INFO] appNG application BOM [INFO] appNG Documentation [INFO] appNG Template Assembly Descriptors [INFO] appNG Template Parent [INFO] appng-application-assembly [INFO] appNG application parent [INFO] Archetype - appng-archetype-application [INFO] appNGizer JAXB API [INFO] appNGizer [INFO] appNG appNGizer Maven Plugin [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Parent 1.14.4 [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.4/appng-parent-1.14.4.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 1.14.4 [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.4.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.14.4/appng-tools-1.14.4.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.4/appng-tools-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.14.4/appng-tools-1.14.4-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Mail 1.14.4 [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.4.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.14.4/appng-mail-1.14.4.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.4/appng-mail-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.14.4/appng-mail-1.14.4-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Forms 1.14.4 [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.4.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.14.4/appng-forms-1.14.4.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.4/appng-forms-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.14.4/appng-forms-1.14.4-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng Formtags 1.14.4 [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.4.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4.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.4/appng-formtags-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG XML-API 1.14.4 [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.4.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4.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.4/appng-xmlapi-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG public API 1.14.4 [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.4.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.14.4/appng-api-1.14.4.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.4/appng-api-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.14.4/appng-api-1.14.4-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG testsupport 1.14.4 [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.4.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4.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.4/appng-testsupport-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Persistence-Tools 1.14.4 [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.4.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4.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.4/appng-persistence-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Search 1.14.4 [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.4.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.14.4/appng-search-1.14.4.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.4/appng-search-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.14.4/appng-search-1.14.4-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Core Library 1.14.4 [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.4.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.14.4/appng-core-1.14.4.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.4/appng-core-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.14.4/appng-core-1.14.4-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 7 1.14.4 [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.4.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4.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.4/appng-tomcat7-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 8 1.14.4 [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.4.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4.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.4/appng-tomcat8-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Command Line Interface 1.14.4 [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.4.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.14.4/appng-cli-1.14.4.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.4/appng-cli-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.14.4/appng-cli-1.14.4-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tag Library 1.14.4 [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.4.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4.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.4/appng-taglib-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application 1.14.4 [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.4] [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.4] [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.4] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp] [INFO] Webapp assembled in [216 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.4.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 appng-forms-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-forms-1.14.4.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 appng-persistence-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-persistence-1.14.4.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-core-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-core-1.14.4.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 appng-formtags-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-formtags-1.14.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 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 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 appng-tomcat7-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tomcat7-1.14.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 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 appng-tomcat8-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tomcat8-1.14.4.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-taglib-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-taglib-1.14.4.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 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 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 appng-search-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-search-1.14.4.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 appng-mail-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-mail-1.14.4.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 appng-cli-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-cli-1.14.4.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 appng-xmlapi-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-xmlapi-1.14.4.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 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 appng-api-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-api-1.14.4.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 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-tools-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tools-1.14.4.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 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 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 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.4-dependencies-20170728-1010.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.4-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.4.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.14.4/appng-application-1.14.4.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.4/appng-application-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.4-dependencies-20170728-1010.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.14.4/appng-application-1.14.4.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.14.4/appng-application-1.14.4-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application BOM 1.14.4 [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.4/appng-application-bom-1.14.4.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Documentation 1.14.4 [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.4.jar [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html) @ appng-documentation --- [INFO] AsciiDoc processing is skipped. [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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4.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.4/appng-documentation-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4-sources.jar [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf) @ appng-documentation --- [INFO] AsciiDoc processing is skipped. [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Assembly Descriptors 1.14.4 [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.4.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4.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.4/appng-template-assembly-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Parent 1.14.4 [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.4/appng-template-parent-1.14.4.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng-application-assembly 1.14.4 [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.4.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4.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.4/appng-application-assembly-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application parent 1.14.4 [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.4/appng-application-parent-1.14.4.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Archetype - appng-archetype-application 1.14.4 [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.4.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4.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.4/appng-archetype-application-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer JAXB API 1.14.4 [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.4.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4.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.4/appng-appngizer-jaxb-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer 1.14.4 [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.4] [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.4] [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.4] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp] [INFO] Webapp assembled in [37 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.4.war [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf-generate-user-manual) @ appng-appngizer --- [INFO] AsciiDoc processing is skipped. [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html-generate-user-manual) @ appng-appngizer --- [INFO] AsciiDoc processing is skipped. [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf-generate-install-platform) @ appng-appngizer --- [INFO] AsciiDoc processing is skipped. [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html-generate-install-platform) @ appng-appngizer --- [INFO] AsciiDoc processing is skipped. [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf-generate-setup-guide) @ appng-appngizer --- [INFO] AsciiDoc processing is skipped. [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html-generate-setup-guide) @ appng-appngizer --- [INFO] AsciiDoc processing is skipped. [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.4-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.4.war to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4.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.4/appng-appngizer-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG appNGizer Maven Plugin 1.14.4 [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.4.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4.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.4/appng-appngizer-maven-plugin-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] appNG Parent ....................................... SUCCESS [ 0.427 s] [INFO] appNG Tools ........................................ SUCCESS [ 1.430 s] [INFO] appNG Mail ......................................... SUCCESS [ 0.146 s] [INFO] appNG Forms ........................................ SUCCESS [ 0.305 s] [INFO] appng Formtags ..................................... SUCCESS [ 0.255 s] [INFO] appNG XML-API ...................................... SUCCESS [ 2.071 s] [INFO] appNG public API ................................... SUCCESS [ 1.160 s] [INFO] appNG testsupport .................................. SUCCESS [ 0.278 s] [INFO] appNG Persistence-Tools ............................ SUCCESS [ 0.248 s] [INFO] appNG Search ....................................... SUCCESS [ 0.532 s] [INFO] appNG Core Library ................................. SUCCESS [ 1.451 s] [INFO] appNG Tomcat 7 ..................................... SUCCESS [ 0.136 s] [INFO] appNG Tomcat 8 ..................................... SUCCESS [ 0.144 s] [INFO] appNG Command Line Interface ....................... SUCCESS [ 0.440 s] [INFO] appNG Tag Library .................................. SUCCESS [ 0.281 s] [INFO] appNG Application .................................. SUCCESS [ 4.389 s] [INFO] appNG application BOM .............................. SUCCESS [ 0.052 s] [INFO] appNG Documentation ................................ SUCCESS [ 0.250 s] [INFO] appNG Template Assembly Descriptors ................ SUCCESS [ 0.032 s] [INFO] appNG Template Parent .............................. SUCCESS [ 0.006 s] [INFO] appng-application-assembly ......................... SUCCESS [ 0.028 s] [INFO] appNG application parent ........................... SUCCESS [ 0.001 s] [INFO] Archetype - appng-archetype-application ............ SUCCESS [ 0.044 s] [INFO] appNGizer JAXB API ................................. SUCCESS [ 1.093 s] [INFO] appNGizer .......................................... SUCCESS [ 2.973 s] [INFO] appNG appNGizer Maven Plugin ....................... SUCCESS [ 0.985 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 19.451 s [INFO] Finished at: 2017-07-28T12:11:05+02:00 [INFO] Final Memory: 80M/866M [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.4 [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.4 [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.4 [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.4 [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.4/appng-parent-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/target/appng-parent-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-parent/1.14.4/appng-parent-1.14.4.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.4/appng-parent-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/target/appng-parent-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-parent/1.14.4/appng-parent-1.14.4.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 1.14.4 [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.352 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-28 12:11:40,335 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-28 12:11:40,478 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-28 12:11:40,488 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-28 12:11:40,571 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-28 12:11:40,581 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-28 12:11:40,672 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-28 12:11:40,766 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-28 12:11:40,858 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-28 12:11:40,951 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.852 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.003 s - in org.appng.tools.markup.XHTMLTest [INFO] Running org.appng.tools.file.MagicByteCheckTest 2017-07-28 12:11:41,108 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2017-07-28 12:11:41,110 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2017-07-28 12:11:41,112 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2017-07-28 12:11:41,120 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.008 2017-07-28 12:11:41,125 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-28 12:11:41,125 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.003 2017-07-28 12:11:41,127 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-28 12:11:41,127 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2017-07-28 12:11:41,128 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-28 12:11:41,128 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2017-07-28 12:11:41,130 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-28 12:11:41,130 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.032 s - in org.appng.tools.file.MagicByteCheckTest [INFO] Running org.appng.tools.os.CommandTest 2017-07-28 12:11:41,144 DEBUG [main] org.appng.tools.os.Command : executing: 'ls' [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 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.167 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.041 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.4.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.4-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.4 [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.4 [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.4 [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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.14.4/appng-tools-1.14.4.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.4/appng-tools-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.4-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.14.4/appng-tools-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.14.4/appng-tools-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.14.4/appng-tools-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.14.4/appng-tools-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.4-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.14.4/appng-tools-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.14.4/appng-tools-1.14.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.14.4/appng-tools-1.14.4.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.4/appng-tools-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.4-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.14.4/appng-tools-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.14.4/appng-tools-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.4.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.14.4/appng-tools-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.14.4/appng-tools-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.4-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.14.4/appng-tools-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.14.4/appng-tools-1.14.4-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Mail 1.14.4 [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.181 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.4.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.4-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.4 [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.4 [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.4 [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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.14.4/appng-mail-1.14.4.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.4/appng-mail-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.4-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.14.4/appng-mail-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.14.4/appng-mail-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.14.4/appng-mail-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.14.4/appng-mail-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.4-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.14.4/appng-mail-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.14.4/appng-mail-1.14.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.14.4/appng-mail-1.14.4.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.4/appng-mail-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.4-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.14.4/appng-mail-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.14.4/appng-mail-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.4.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.14.4/appng-mail-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.14.4/appng-mail-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.4-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.14.4/appng-mail-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.14.4/appng-mail-1.14.4-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Forms 1.14.4 [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.223 s - in org.appng.forms.XSSUtilTest [INFO] Running org.appng.forms.FormRequestTest 2017-07-28 12:12:13,278 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2017-07-28 12:12:13,279 DEBUG [main] org.appng.forms.impl.RequestBean: content type: null 2017-07-28 12:12:13,279 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2017-07-28 12:12:13,280 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2017-07-28 12:12:13,280 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2017-07-28 12:12:13,280 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2017-07-28 12:12:13,282 DEBUG [main] org.appng.forms.impl.RequestBean: request method: GET 2017-07-28 12:12:13,285 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo is multi-valued 2017-07-28 12:12:13,285 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo = [bar, 42] 2017-07-28 12:12:13,285 TRACE [main] org.appng.forms.impl.RequestBean: parameter 'foo' is multi-valued, discarding value(s) [42] 2017-07-28 12:12:13,294 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2017-07-28 12:12:13,294 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2017-07-28 12:12:13,294 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2017-07-28 12:12:13,294 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2017-07-28 12:12:13,295 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2017-07-28 12:12:13,295 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2017-07-28 12:12:13,295 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2017-07-28 12:12:13,321 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2017-07-28 12:12:13,323 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_60.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) 2017-07-28 12:12:13,334 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2017-07-28 12:12:13,334 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2017-07-28 12:12:13,334 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2017-07-28 12:12:13,334 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2017-07-28 12:12:13,335 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2017-07-28 12:12:13,335 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2017-07-28 12:12:13,335 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2017-07-28 12:12:13,337 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2017-07-28 12:12:13,338 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_61.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s - in org.appng.forms.FormRequestTest [INFO] Running org.appng.forms.RequestTest 2017-07-28 12:12:13,341 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar 2017-07-28 12:12:13,341 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter john:doe 2017-07-28 12:12:13,342 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.002 s - in org.appng.forms.FormUploadTest [INFO] Running org.appng.el.ExpressionEvaluatorTest 2017-07-28 12:12:13,365 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-28 12:12:13,365 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-28 12:12:13,365 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-28 12:12:13,366 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-28 12:12:13,380 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-28 12:12:13,380 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-28 12:12:13,381 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-28 12:12:13,381 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-28 12:12:13,382 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-28 12:12:13,382 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-28 12:12:13,383 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo'] eq 'bar'} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2017-07-28 12:12:13,383 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo']} = bar [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2017-07-28 12:12:13,384 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-28 12:12:13,384 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-28 12:12:13,384 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-28 12:12:13,385 DEBUG [main] org.appng.el.ExpressionEvaluator: ${asList(args)} = [1, 4, 56.0] [(args = [Ljava.lang.Object;@4b5a5ed1), (a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,386 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-28 12:12:13,386 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-28 12:12:13,386 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] == 1} = true [(a = 5), (b = 6), (numbers = [I@59d016c9), (SESSION = {foo=5})] 2017-07-28 12:12:13,387 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] + numbers[3]} = 5 [(a = 5), (b = 6), (numbers = [I@59d016c9), (SESSION = {foo=5})] 2017-07-28 12:12:13,387 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-28 12:12:13,388 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-28 12:12:13,391 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-28 12:12:13,392 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-28 12:12:13,392 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-28 12:12:13,392 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-28 12:12:13,393 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-28 12:12:13,393 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-28 12:12:13,394 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-28 12:12:13,394 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-28 12:12:13,394 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':size' with method 'public static int org.appng.el.ExpressionEvaluatorTest.size(java.util.Collection), 2017-07-28 12:12:13,395 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-28 12:12:13,395 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-28 12:12:13,396 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-28 12:12:13,396 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-28 12:12:13,396 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-28 12:12:13,396 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'site-id' of type 'java.lang.String' to value '' 2017-07-28 12:12:13,397 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id eq ''} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] true 2017-07-28 12:12:13,397 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id} = 0 [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] 0 2017-07-28 12:12:13,398 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-28 12:12:13,398 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-28 12:12:13,398 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] true 2017-07-28 12:12:13,399 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-28 12:12:13,399 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-28 12:12:13,399 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,399 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq c} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,400 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq null} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,400 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-28 12:12:13,400 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-28 12:12:13,400 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.String' to value '1' 2017-07-28 12:12:13,401 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A' of type 'java.lang.String' to value '3' 2017-07-28 12:12:13,401 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'ab' of type 'java.lang.String' to value '5' 2017-07-28 12:12:13,401 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB' of type 'java.lang.String' to value '6' 2017-07-28 12:12:13,401 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-28 12:12:13,401 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_b' of type 'java.lang.String' to value '7' 2017-07-28 12:12:13,401 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_' of type 'java.lang.String' to value '2' 2017-07-28 12:12:13,402 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A_' of type 'java.lang.String' to value '4' 2017-07-28 12:12:13,402 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB_' of type 'java.lang.String' to value '8' 2017-07-28 12:12:13,402 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-28 12:12:13,402 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-28 12:12:13,403 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-28 12:12:13,403 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-28 12:12:13,403 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-28 12:12:13,404 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-28 12:12:13,404 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-28 12:12:13,404 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-28 12:12:13,405 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-28 12:12:13,405 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-28 12:12:13,405 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a == b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,406 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a < b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,406 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a <= b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,407 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a > b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,407 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a >= b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,408 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,408 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a ne b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,409 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a lt b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,409 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a gt b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,409 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-28 12:12:13,409 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-28 12:12:13,410 DEBUG [main] org.appng.el.ExpressionEvaluator: ${uizuihm eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,410 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-28 12:12:13,411 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-28 12:12:13,411 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,411 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,411 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,412 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-28 12:12:13,412 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-28 12:12:13,412 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-28 12:12:13,413 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-28 12:12:13,413 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':max' with method 'public static int java.lang.Math.max(int,int), 2017-07-28 12:12:13,413 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':min' with method 'public static int java.lang.Math.min(int,int), 2017-07-28 12:12:13,413 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':sqrt' with method 'public static double java.lang.Math.sqrt(double), 2017-07-28 12:12:13,413 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function 'ait:sqrt' with method 'public static double java.lang.Math.sqrt(double), 2017-07-28 12:12:13,413 DEBUG [main] org.appng.el.ExpressionEvaluator: ${min(a,b)} = 5 [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,414 DEBUG [main] org.appng.el.ExpressionEvaluator: ${max(a,b)} = 6 [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,414 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a-b} = -1 [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,414 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a+b} = 11 [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,415 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a*b} = 30 [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,415 DEBUG [main] org.appng.el.ExpressionEvaluator: ${(a*a) - (b/b)} = 24 [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,416 DEBUG [main] org.appng.el.ExpressionEvaluator: ${sqrt(25)} = 5.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,416 DEBUG [main] org.appng.el.ExpressionEvaluator: ${ait:sqrt(36)} = 6.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,416 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-28 12:12:13,416 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-28 12:12:13,417 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,417 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['foo'] eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,417 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo ne null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,418 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['bar'] eq 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,418 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.bar eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,419 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-28 12:12:13,419 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-28 12:12:13,420 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a.toString() == 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,421 DEBUG [main] org.appng.el.ExpressionEvaluator: ${b.toString() == 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,421 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2017-07-28 12:12:13,421 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2017-07-28 12:12:13,421 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,422 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2017-07-28 12:12:13,422 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.077 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.4.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.4-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.4 [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.4 [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.4 [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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.14.4/appng-forms-1.14.4.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.4/appng-forms-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.4-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.14.4/appng-forms-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.14.4/appng-forms-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.14.4/appng-forms-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.14.4/appng-forms-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.4-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.14.4/appng-forms-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.14.4/appng-forms-1.14.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.14.4/appng-forms-1.14.4.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.4/appng-forms-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.4-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.14.4/appng-forms-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.14.4/appng-forms-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.4.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.14.4/appng-forms-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.14.4/appng-forms-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.4-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.14.4/appng-forms-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.14.4/appng-forms-1.14.4-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng Formtags 1.14.4 [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-28 12:12:20,961 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:20,963 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:20,963 [main] 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-28 12:12:20,963 [main] 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-28 12:12:20,963 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:20,964 [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-28 12:12:20,964 [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-28 12:12:20,964 [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-28 12:12:20,964 [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-28 12:12:20,965 [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-28 12:12:20,965 [main] 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-28 12:12:20,965 [main] 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-28 12:12:20,965 [main] 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-28 12:12:20,965 [main] DEBUG org.appng.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-28 12:12:20,966 [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-28 12:12:20,966 [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-28 12:12:20,966 [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-28 12:12:20,968 [main] 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-28 12:12:21,000 [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-28 12:12:21,001 [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-28 12:12:21,002 [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-28 12:12:21,003 [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-28 12:12:21,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,006 [main] 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-28 12:12:21,006 [main] 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-28 12:12:21,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,007 [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-28 12:12:21,007 [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-28 12:12:21,007 [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-28 12:12:21,007 [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-28 12:12:21,007 [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-28 12:12:21,007 [main] 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-28 12:12:21,007 [main] 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-28 12:12:21,007 [main] 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-28 12:12:21,008 [main] DEBUG org.appng.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-28 12:12:21,008 [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-28 12:12:21,008 [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-28 12:12:21,008 [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-28 12:12:21,008 [main] 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-28 12:12:21,010 [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-28 12:12:21,011 [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-28 12:12:21,012 [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-28 12:12:21,012 [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-28 12:12:21,013 [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-28 12:12:21,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,015 [main] 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-28 12:12:21,015 [main] 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-28 12:12:21,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,015 [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-28 12:12:21,015 [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-28 12:12:21,015 [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-28 12:12:21,015 [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-28 12:12:21,016 [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-28 12:12:21,016 [main] 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-28 12:12:21,016 [main] 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-28 12:12:21,016 [main] 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-28 12:12:21,016 [main] DEBUG org.appng.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-28 12:12:21,016 [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-28 12:12:21,016 [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-28 12:12:21,017 [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-28 12:12:21,017 [main] 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-28 12:12:21,017 [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-28 12:12:21,018 [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-28 12:12:21,019 [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-28 12:12:21,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,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-28 12:12:21,021 [main] 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-28 12:12:21,021 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,021 [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-28 12:12:21,021 [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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,021 [main] 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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,022 [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-28 12:12:21,022 [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-28 12:12:21,022 [main] 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-28 12:12:21,023 [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-28 12:12:21,024 [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-28 12:12:21,024 [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-28 12:12:21,026 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,026 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,026 [main] 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-28 12:12:21,026 [main] 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-28 12:12:21,026 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,026 [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-28 12:12:21,026 [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-28 12:12:21,026 [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-28 12:12:21,026 [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-28 12:12:21,027 [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-28 12:12:21,027 [main] 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-28 12:12:21,027 [main] 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-28 12:12:21,027 [main] 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-28 12:12:21,027 [main] DEBUG org.appng.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-28 12:12:21,027 [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-28 12:12:21,027 [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-28 12:12:21,027 [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-28 12:12:21,027 [main] 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-28 12:12:21,028 [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-28 12:12:21,029 [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-28 12:12:21,029 [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-28 12:12:21,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,031 [main] 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-28 12:12:21,031 [main] 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-28 12:12:21,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,031 [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-28 12:12:21,031 [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-28 12:12:21,031 [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-28 12:12:21,031 [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-28 12:12:21,032 [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-28 12:12:21,032 [main] 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-28 12:12:21,032 [main] 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-28 12:12:21,032 [main] 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-28 12:12:21,032 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-28 12:12:21,032 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-28 12:12:21,032 [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-28 12:12:21,032 [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-28 12:12:21,032 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-28 12:12:21,033 [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-28 12:12:21,034 [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-28 12:12:21,034 [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-28 12:12:21,035 [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-28 12:12:21,036 [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-28 12:12:21,036 [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-28 12:12:21,037 [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-28 12:12:21,037 [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-28 12:12:21,038 [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-28 12:12:21,038 [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-28 12:12:21,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,040 [main] 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-28 12:12:21,040 [main] 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-28 12:12:21,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,040 [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-28 12:12:21,040 [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-28 12:12:21,040 [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-28 12:12:21,040 [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-28 12:12:21,040 [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-28 12:12:21,040 [main] 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-28 12:12:21,040 [main] 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-28 12:12:21,041 [main] 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-28 12:12:21,041 [main] DEBUG org.appng.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-28 12:12:21,041 [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-28 12:12:21,041 [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-28 12:12:21,041 [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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,044 [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-28 12:12:21,045 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,045 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,045 [main] 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-28 12:12:21,046 [main] 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-28 12:12:21,046 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,046 [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-28 12:12:21,046 [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-28 12:12:21,046 [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-28 12:12:21,046 [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-28 12:12:21,046 [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-28 12:12:21,046 [main] 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-28 12:12:21,046 [main] 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-28 12:12:21,046 [main] 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-28 12:12:21,046 [main] DEBUG org.appng.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-28 12:12:21,046 [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-28 12:12:21,046 [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-28 12:12:21,047 [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-28 12:12:21,047 [main] 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-28 12:12:21,047 [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-28 12:12:21,048 [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-28 12:12:21,049 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,049 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,049 [main] 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-28 12:12:21,049 [main] 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-28 12:12:21,049 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,050 [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-28 12:12:21,050 [main] 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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,050 [main] 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-28 12:12:21,056 [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-28 12:12:21,057 [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-28 12:12:21,057 [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-28 12:12:21,058 [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-28 12:12:21,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,059 [main] 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-28 12:12:21,059 [main] 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-28 12:12:21,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,059 [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-28 12:12:21,059 [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-28 12:12:21,059 [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-28 12:12:21,059 [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-28 12:12:21,059 [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-28 12:12:21,059 [main] 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-28 12:12:21,060 [main] 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-28 12:12:21,060 [main] 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-28 12:12:21,060 [main] DEBUG org.appng.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-28 12:12:21,060 [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-28 12:12:21,060 [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-28 12:12:21,060 [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-28 12:12:21,060 [main] 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-28 12:12:21,061 [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-28 12:12:21,061 [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-28 12:12:21,062 [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-28 12:12:21,062 [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-28 12:12:21,063 [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-28 12:12:21,063 [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-28 12:12:21,063 [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-28 12:12:21,065 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,065 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,065 [main] 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-28 12:12:21,065 [main] 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-28 12:12:21,065 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,065 [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-28 12:12:21,065 [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-28 12:12:21,065 [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-28 12:12:21,065 [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-28 12:12:21,065 [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-28 12:12:21,065 [main] 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-28 12:12:21,065 [main] 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-28 12:12:21,065 [main] 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-28 12:12:21,065 [main] DEBUG org.appng.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-28 12:12:21,065 [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-28 12:12:21,065 [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-28 12:12:21,066 [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-28 12:12:21,066 [main] 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-28 12:12:21,066 [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-28 12:12:21,067 [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-28 12:12:21,067 [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-28 12:12:21,067 [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-28 12:12:21,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,068 [main] 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-28 12:12:21,069 [main] 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-28 12:12:21,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,069 [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-28 12:12:21,069 [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-28 12:12:21,069 [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-28 12:12:21,069 [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-28 12:12:21,069 [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-28 12:12:21,069 [main] 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-28 12:12:21,069 [main] 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-28 12:12:21,069 [main] 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-28 12:12:21,069 [main] DEBUG org.appng.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-28 12:12:21,069 [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-28 12:12:21,069 [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-28 12:12:21,069 [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-28 12:12:21,069 [main] 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-28 12:12:21,070 [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-28 12:12:21,070 [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-28 12:12:21,071 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,071 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,071 [main] 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-28 12:12:21,071 [main] 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-28 12:12:21,072 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,072 [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-28 12:12:21,072 [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-28 12:12:21,072 [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-28 12:12:21,072 [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-28 12:12:21,072 [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-28 12:12:21,072 [main] 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-28 12:12:21,072 [main] 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-28 12:12:21,072 [main] 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-28 12:12:21,072 [main] DEBUG org.appng.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-28 12:12:21,072 [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-28 12:12:21,072 [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-28 12:12:21,072 [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-28 12:12:21,072 [main] 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-28 12:12:21,073 [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-28 12:12:21,073 [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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,075 [main] DEBUG org.appng.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-28 12:12:21,075 [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-28 12:12:21,075 [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-28 12:12:21,075 [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-28 12:12:21,075 [main] 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-28 12:12:21,076 [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-28 12:12:21,076 [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-28 12:12:21,076 [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-28 12:12:21,077 [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-28 12:12:21,077 [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-28 12:12:21,078 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,079 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,079 [main] 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-28 12:12:21,079 [main] 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-28 12:12:21,079 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,079 [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-28 12:12:21,079 [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-28 12:12:21,079 [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-28 12:12:21,079 [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-28 12:12:21,079 [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-28 12:12:21,079 [main] 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-28 12:12:21,079 [main] 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-28 12:12:21,079 [main] 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-28 12:12:21,079 [main] DEBUG org.appng.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-28 12:12:21,079 [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-28 12:12:21,079 [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-28 12:12:21,080 [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-28 12:12:21,080 [main] 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-28 12:12:21,080 [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-28 12:12:21,080 [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-28 12:12:21,081 [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-28 12:12:21,081 [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-28 12:12:21,082 [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-28 12:12:21,083 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,084 [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-28 12:12:21,084 [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-28 12:12:21,084 [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-28 12:12:21,084 [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-28 12:12:21,084 [main] 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-28 12:12:21,084 [main] 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-28 12:12:21,084 [main] 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-28 12:12:21,084 [main] DEBUG org.appng.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-28 12:12:21,084 [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-28 12:12:21,084 [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-28 12:12:21,085 [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-28 12:12:21,085 [main] 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-28 12:12:21,085 [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-28 12:12:21,085 [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-28 12:12:21,086 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,087 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,087 [main] 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-28 12:12:21,087 [main] 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-28 12:12:21,087 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,087 [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-28 12:12:21,087 [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-28 12:12:21,087 [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-28 12:12:21,087 [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-28 12:12:21,087 [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-28 12:12:21,087 [main] 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-28 12:12:21,087 [main] 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-28 12:12:21,087 [main] 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-28 12:12:21,087 [main] DEBUG org.appng.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-28 12:12:21,087 [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-28 12:12:21,087 [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-28 12:12:21,087 [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-28 12:12:21,087 [main] 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-28 12:12:21,088 [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-28 12:12:21,088 [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-28 12:12:21,089 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,089 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,089 [main] 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-28 12:12:21,089 [main] 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-28 12:12:21,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-28 12:12:21,090 [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-28 12:12:21,090 [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-28 12:12:21,090 [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-28 12:12:21,090 [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-28 12:12:21,090 [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-28 12:12:21,090 [main] 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-28 12:12:21,090 [main] 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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,091 [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-28 12:12:21,091 [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-28 12:12:21,092 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,092 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,092 [main] 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-28 12:12:21,092 [main] 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-28 12:12:21,092 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,092 [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-28 12:12:21,092 [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-28 12:12:21,092 [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-28 12:12:21,092 [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-28 12:12:21,093 [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-28 12:12:21,093 [main] 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-28 12:12:21,093 [main] 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-28 12:12:21,093 [main] 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-28 12:12:21,093 [main] DEBUG org.appng.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-28 12:12:21,093 [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-28 12:12:21,093 [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-28 12:12:21,093 [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-28 12:12:21,093 [main] 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-28 12:12:21,093 [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-28 12:12:21,094 [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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,095 [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-28 12:12:21,095 [main] 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-28 12:12:21,095 [main] 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-28 12:12:21,095 [main] 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-28 12:12:21,095 [main] DEBUG org.appng.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-28 12:12:21,095 [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-28 12:12:21,095 [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-28 12:12:21,095 [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-28 12:12:21,095 [main] 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-28 12:12:21,096 [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-28 12:12:21,096 [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-28 12:12:21,096 [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-28 12:12:21,097 [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.444 s - in org.appng.formtags.RuleValidationTest [INFO] Running org.appng.formtags.FormElementRuleTest 2017-07-28 12:12:21,115 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,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-28 12:12:21,116 [main] 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-28 12:12:21,116 [main] 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-28 12:12:21,116 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,116 [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-28 12:12:21,116 [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-28 12:12:21,116 [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-28 12:12:21,116 [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-28 12:12:21,116 [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-28 12:12:21,116 [main] 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-28 12:12:21,116 [main] 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-28 12:12:21,116 [main] 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-28 12:12:21,116 [main] DEBUG org.appng.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-28 12:12:21,116 [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-28 12:12:21,116 [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-28 12:12:21,116 [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-28 12:12:21,116 [main] 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-28 12:12:21,117 [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-28 12:12:21,192 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,193 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,193 [main] 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-28 12:12:21,193 [main] 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-28 12:12:21,193 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,193 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-28 12:12:21,193 [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-28 12:12:21,193 [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-28 12:12:21,193 [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-28 12:12:21,193 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-28 12:12:21,193 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-28 12:12:21,193 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-28 12:12:21,193 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-28 12:12:21,193 [main] DEBUG org.appng.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-28 12:12:21,193 [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-28 12:12:21,193 [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-28 12:12:21,193 [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-28 12:12:21,193 [main] 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-28 12:12:21,193 [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-28 12:12:21,195 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,195 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,195 [main] 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-28 12:12:21,195 [main] 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-28 12:12:21,195 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,195 [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-28 12:12:21,195 [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-28 12:12:21,195 [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-28 12:12:21,195 [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-28 12:12:21,195 [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-28 12:12:21,195 [main] 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-28 12:12:21,195 [main] 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-28 12:12:21,195 [main] 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-28 12:12:21,195 [main] DEBUG org.appng.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-28 12:12:21,195 [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-28 12:12:21,195 [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-28 12:12:21,195 [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-28 12:12:21,196 [main] 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-28 12:12:21,196 [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-28 12:12:21,197 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,197 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,197 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-28 12:12:21,197 [main] 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-28 12:12:21,197 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,197 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-28 12:12:21,197 [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-28 12:12:21,197 [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-28 12:12:21,197 [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-28 12:12:21,197 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-28 12:12:21,198 [main] 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-28 12:12:21,198 [main] 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-28 12:12:21,198 [main] 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-28 12:12:21,198 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-28 12:12:21,198 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-28 12:12:21,198 [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-28 12:12:21,198 [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-28 12:12:21,198 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-28 12:12:21,198 [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-28 12:12:21,200 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,200 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,200 [main] 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-28 12:12:21,200 [main] 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-28 12:12:21,200 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,200 [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-28 12:12:21,200 [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-28 12:12:21,200 [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-28 12:12:21,200 [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-28 12:12:21,200 [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-28 12:12:21,200 [main] 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-28 12:12:21,200 [main] 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-28 12:12:21,200 [main] 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-28 12:12:21,200 [main] DEBUG org.appng.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-28 12:12:21,200 [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-28 12:12:21,200 [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-28 12:12:21,200 [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-28 12:12:21,200 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-28 12:12:21,201 [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-28 12:12:21,202 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,202 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,202 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-28 12:12:21,202 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-28 12:12:21,203 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,203 [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-28 12:12:21,203 [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-28 12:12:21,203 [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-28 12:12:21,203 [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-28 12:12:21,203 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-28 12:12:21,203 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-28 12:12:21,203 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-28 12:12:21,203 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-28 12:12:21,203 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-28 12:12:21,203 [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-28 12:12:21,203 [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-28 12:12:21,203 [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-28 12:12:21,203 [main] 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-28 12:12:21,203 [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-28 12:12:21,205 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,205 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,205 [main] 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-28 12:12:21,205 [main] 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-28 12:12:21,205 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,205 [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-28 12:12:21,205 [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-28 12:12:21,205 [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-28 12:12:21,205 [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-28 12:12:21,205 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-28 12:12:21,205 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-28 12:12:21,205 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-28 12:12:21,205 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-28 12:12:21,205 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-28 12:12:21,205 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-28 12:12:21,205 [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-28 12:12:21,205 [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-28 12:12:21,205 [main] 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-28 12:12:21,206 [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-28 12:12:21,207 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,207 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,207 [main] 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-28 12:12:21,207 [main] 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-28 12:12:21,207 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,207 [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-28 12:12:21,207 [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-28 12:12:21,207 [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-28 12:12:21,207 [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-28 12:12:21,207 [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-28 12:12:21,207 [main] 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-28 12:12:21,207 [main] 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-28 12:12:21,208 [main] 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-28 12:12:21,208 [main] DEBUG org.appng.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-28 12:12:21,208 [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-28 12:12:21,208 [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-28 12:12:21,208 [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-28 12:12:21,208 [main] 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-28 12:12:21,208 [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-28 12:12:21,209 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-28 12:12:21,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-28 12:12:21,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-28 12:12:21,210 [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-28 12:12:21,210 [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-28 12:12:21,210 [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-28 12:12:21,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-28 12:12:21,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-28 12:12:21,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-28 12:12:21,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-28 12:12:21,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-28 12:12:21,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-28 12:12:21,210 [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-28 12:12:21,210 [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-28 12:12:21,210 [main] 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-28 12:12:21,210 [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-28 12:12:21,212 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,212 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,212 [main] 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-28 12:12:21,212 [main] 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-28 12:12:21,212 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,212 [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-28 12:12:21,212 [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-28 12:12:21,212 [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-28 12:12:21,212 [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-28 12:12:21,212 [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-28 12:12:21,212 [main] 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-28 12:12:21,212 [main] 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-28 12:12:21,212 [main] 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-28 12:12:21,212 [main] DEBUG org.appng.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-28 12:12:21,212 [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-28 12:12:21,213 [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-28 12:12:21,213 [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-28 12:12:21,213 [main] 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-28 12:12:21,213 [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-28 12:12:21,214 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,214 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,214 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-28 12:12:21,214 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-28 12:12:21,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-28 12:12:21,215 [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-28 12:12:21,215 [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-28 12:12:21,215 [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-28 12:12:21,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-28 12:12:21,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-28 12:12:21,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-28 12:12:21,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-28 12:12:21,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-28 12:12:21,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-28 12:12:21,215 [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-28 12:12:21,215 [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-28 12:12:21,215 [main] 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-28 12:12:21,215 [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-28 12:12:21,217 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,217 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,217 [main] 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-28 12:12:21,217 [main] 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-28 12:12:21,217 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,217 [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-28 12:12:21,217 [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-28 12:12:21,217 [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-28 12:12:21,217 [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-28 12:12:21,217 [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-28 12:12:21,217 [main] 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-28 12:12:21,217 [main] 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-28 12:12:21,217 [main] 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-28 12:12:21,217 [main] DEBUG org.appng.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-28 12:12:21,217 [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-28 12:12:21,217 [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-28 12:12:21,217 [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-28 12:12:21,217 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-28 12:12:21,218 [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-28 12:12:21,219 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,219 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,219 [main] 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-28 12:12:21,219 [main] 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-28 12:12:21,219 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,219 [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-28 12:12:21,219 [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-28 12:12:21,219 [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-28 12:12:21,219 [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-28 12:12:21,219 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-28 12:12:21,219 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-28 12:12:21,219 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-28 12:12:21,220 [main] 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-28 12:12:21,220 [main] DEBUG org.appng.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-28 12:12:21,220 [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-28 12:12:21,220 [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-28 12:12:21,220 [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-28 12:12:21,220 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-28 12:12:21,220 [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-28 12:12:21,221 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,221 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,221 [main] 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-28 12:12:21,222 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-28 12:12:21,222 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,222 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-28 12:12:21,222 [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-28 12:12:21,222 [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-28 12:12:21,222 [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-28 12:12:21,222 [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-28 12:12:21,222 [main] 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-28 12:12:21,222 [main] 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-28 12:12:21,222 [main] 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-28 12:12:21,222 [main] DEBUG org.appng.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-28 12:12:21,222 [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-28 12:12:21,222 [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-28 12:12:21,222 [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-28 12:12:21,222 [main] 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-28 12:12:21,222 [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-28 12:12:21,223 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,224 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,224 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-28 12:12:21,224 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-28 12:12:21,224 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,224 [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-28 12:12:21,224 [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-28 12:12:21,224 [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-28 12:12:21,224 [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-28 12:12:21,224 [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-28 12:12:21,224 [main] 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-28 12:12:21,224 [main] 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-28 12:12:21,224 [main] 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-28 12:12:21,224 [main] DEBUG org.appng.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-28 12:12:21,224 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-28 12:12:21,224 [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-28 12:12:21,224 [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-28 12:12:21,224 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-28 12:12:21,224 [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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,238 [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-28 12:12:21,238 [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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,238 [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-28 12:12:21,239 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,239 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,239 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-28 12:12:21,239 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-28 12:12:21,239 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,239 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-28 12:12:21,239 [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-28 12:12:21,239 [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-28 12:12:21,239 [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-28 12:12:21,239 [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-28 12:12:21,239 [main] 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-28 12:12:21,239 [main] 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-28 12:12:21,239 [main] 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-28 12:12:21,239 [main] DEBUG org.appng.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-28 12:12:21,239 [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-28 12:12:21,239 [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-28 12:12:21,239 [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-28 12:12:21,239 [main] 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-28 12:12:21,240 [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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,241 [main] 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-28 12:12:21,241 [main] 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-28 12:12:21,241 [main] 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-28 12:12:21,241 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-28 12:12:21,241 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-28 12:12:21,241 [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-28 12:12:21,241 [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-28 12:12:21,241 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-28 12:12:21,242 [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-28 12:12:21,243 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,243 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,243 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-28 12:12:21,243 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-28 12:12:21,243 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,243 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-28 12:12:21,243 [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-28 12:12:21,243 [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-28 12:12:21,243 [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-28 12:12:21,243 [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-28 12:12:21,243 [main] 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-28 12:12:21,243 [main] 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-28 12:12:21,243 [main] 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-28 12:12:21,243 [main] DEBUG org.appng.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-28 12:12:21,243 [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-28 12:12:21,243 [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-28 12:12:21,243 [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-28 12:12:21,243 [main] 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-28 12:12:21,244 [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-28 12:12:21,245 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,245 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,245 [main] 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-28 12:12:21,245 [main] DEBUG org.appng.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-28 12:12:21,245 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-28 12:12:21,245 [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-28 12:12:21,245 [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-28 12:12:21,245 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-28 12:12:21,245 [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-28 12:12:21,246 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,246 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,246 [main] 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-28 12:12:21,246 [main] 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-28 12:12:21,246 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,247 [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-28 12:12:21,247 [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-28 12:12:21,247 [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-28 12:12:21,247 [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-28 12:12:21,247 [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-28 12:12:21,247 [main] 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-28 12:12:21,247 [main] 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-28 12:12:21,247 [main] 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-28 12:12:21,247 [main] DEBUG org.appng.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-28 12:12:21,247 [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-28 12:12:21,247 [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-28 12:12:21,247 [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-28 12:12:21,247 [main] 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-28 12:12:21,247 [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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,248 [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-28 12:12:21,248 [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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,249 [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-28 12:12:21,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-28 12:12:21,249 [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-28 12:12:21,250 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,250 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,250 [main] 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-28 12:12:21,251 [main] 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-28 12:12:21,251 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,251 [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-28 12:12:21,251 [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-28 12:12:21,251 [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-28 12:12:21,251 [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-28 12:12:21,251 [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-28 12:12:21,251 [main] 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-28 12:12:21,251 [main] 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-28 12:12:21,251 [main] 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-28 12:12:21,251 [main] DEBUG org.appng.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-28 12:12:21,251 [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-28 12:12:21,251 [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-28 12:12:21,251 [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-28 12:12:21,251 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-28 12:12:21,251 [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-28 12:12:21,253 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,253 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,253 [main] 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-28 12:12:21,253 [main] 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-28 12:12:21,253 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,253 [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-28 12:12:21,253 [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-28 12:12:21,253 [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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,253 [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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,255 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-28 12:12:21,255 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,255 [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-28 12:12:21,255 [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-28 12:12:21,255 [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-28 12:12:21,255 [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-28 12:12:21,255 [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-28 12:12:21,255 [main] 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-28 12:12:21,255 [main] 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-28 12:12:21,255 [main] 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-28 12:12:21,255 [main] DEBUG org.appng.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-28 12:12:21,255 [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-28 12:12:21,255 [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-28 12:12:21,255 [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-28 12:12:21,255 [main] 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-28 12:12:21,255 [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-28 12:12:21,257 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,257 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,257 [main] 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-28 12:12:21,257 [main] 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-28 12:12:21,257 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,257 [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-28 12:12:21,257 [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-28 12:12:21,257 [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-28 12:12:21,257 [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-28 12:12:21,257 [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-28 12:12:21,257 [main] 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-28 12:12:21,257 [main] 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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,257 [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-28 12:12:21,258 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,258 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,258 [main] 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-28 12:12:21,258 [main] 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-28 12:12:21,258 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,258 [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-28 12:12:21,258 [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-28 12:12:21,258 [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-28 12:12:21,258 [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-28 12:12:21,258 [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-28 12:12:21,258 [main] 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-28 12:12:21,258 [main] 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-28 12:12:21,258 [main] 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-28 12:12:21,258 [main] DEBUG org.appng.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-28 12:12:21,258 [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-28 12:12:21,258 [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-28 12:12:21,258 [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-28 12:12:21,258 [main] 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-28 12:12:21,259 [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-28 12:12:21,260 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,260 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,260 [main] 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-28 12:12:21,260 [main] 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-28 12:12:21,260 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,260 [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-28 12:12:21,260 [main] 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-28 12:12:21,261 [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-28 12:12:21,262 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,262 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,262 [main] 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-28 12:12:21,262 [main] 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-28 12:12:21,262 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,262 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-28 12:12:21,262 [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-28 12:12:21,262 [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-28 12:12:21,262 [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-28 12:12:21,262 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-28 12:12:21,262 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-28 12:12:21,262 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-28 12:12:21,262 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-28 12:12:21,262 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-28 12:12:21,262 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-28 12:12:21,262 [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-28 12:12:21,262 [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-28 12:12:21,262 [main] 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-28 12:12:21,262 [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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,263 [main] 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-28 12:12:21,263 [main] 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-28 12:12:21,263 [main] 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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,264 [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-28 12:12:21,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-28 12:12:21,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-28 12:12:21,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-28 12:12:21,265 [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-28 12:12:21,265 [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-28 12:12:21,265 [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-28 12:12:21,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-28 12:12:21,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-28 12:12:21,265 [main] 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-28 12:12:21,265 [main] 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-28 12:12:21,265 [main] DEBUG org.appng.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-28 12:12:21,265 [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-28 12:12:21,265 [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-28 12:12:21,265 [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-28 12:12:21,265 [main] 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-28 12:12:21,266 [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.158 s - in org.appng.formtags.FormElementRuleTest [INFO] Running org.appng.formtags.FormElementTest 2017-07-28 12:12:21,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-28 12:12:21,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-28 12:12:21,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-28 12:12:21,269 [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-28 12:12:21,269 [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-28 12:12:21,269 [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-28 12:12:21,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-28 12:12:21,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-28 12:12:21,269 [main] 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-28 12:12:21,269 [main] 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-28 12:12:21,269 [main] DEBUG org.appng.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-28 12:12:21,270 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-28 12:12:21,270 [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-28 12:12:21,270 [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-28 12:12:21,270 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-28 12:12:21,270 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2017-07-28 12:12:21,275 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,275 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,275 [main] 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-28 12:12:21,275 [main] 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-28 12:12:21,275 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,275 [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-28 12:12:21,275 [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-28 12:12:21,275 [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-28 12:12:21,275 [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-28 12:12:21,275 [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-28 12:12:21,275 [main] 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-28 12:12:21,275 [main] 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-28 12:12:21,275 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-28 12:12:21,275 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-28 12:12:21,275 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-28 12:12:21,275 [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-28 12:12:21,275 [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-28 12:12:21,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-28 12:12:21,276 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = false [(foobar = 123456), (SESSION = {})] 2017-07-28 12:12:21,277 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,277 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,277 [main] 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-28 12:12:21,277 [main] 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-28 12:12:21,277 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,277 [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-28 12:12:21,277 [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-28 12:12:21,277 [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-28 12:12:21,277 [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-28 12:12:21,277 [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-28 12:12:21,277 [main] 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-28 12:12:21,277 [main] 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-28 12:12:21,277 [main] 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-28 12:12:21,277 [main] DEBUG org.appng.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-28 12:12:21,277 [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-28 12:12:21,277 [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-28 12:12:21,277 [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-28 12:12:21,277 [main] 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-28 12:12:21,280 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email(email)} = false [(SESSION = {}), (email = foobar)] 2017-07-28 12:12:21,282 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,282 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,282 [main] 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-28 12:12:21,282 [main] 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-28 12:12:21,282 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,282 [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-28 12:12:21,283 [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-28 12:12:21,283 [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-28 12:12:21,283 [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-28 12:12:21,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-28 12:12:21,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-28 12:12:21,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-28 12:12:21,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-28 12:12:21,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2017-07-28 12:12:21,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2017-07-28 12:12:21,283 [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-28 12:12:21,283 [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-28 12:12:21,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-28 12:12:21,283 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = >), (SESSION = {})] 2017-07-28 12:12:21,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2017-07-28 12:12:21,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2017-07-28 12:12:21,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2017-07-28 12:12:21,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2017-07-28 12:12:21,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2017-07-28 12:12:21,286 [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-28 12:12:21,286 [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-28 12:12:21,286 [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-28 12:12:21,286 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-28 12:12:21,286 [main] 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-28 12:12:21,286 [main] 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-28 12:12:21,286 [main] 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-28 12:12:21,286 [main] DEBUG org.appng.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-28 12:12:21,286 [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-28 12:12:21,286 [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-28 12:12:21,286 [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-28 12:12:21,286 [main] 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-28 12:12:21,286 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2017-07-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,290 [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-28 12:12:21,290 [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-28 12:12:21,290 [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-28 12:12:21,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2017-07-28 12:12:21,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2017-07-28 12:12:21,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2017-07-28 12:12:21,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2017-07-28 12:12:21,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-28 12:12:21,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-28 12:12:21,291 [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-28 12:12:21,291 [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-28 12:12:21,291 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2017-07-28 12:12:21,291 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2017-07-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,294 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2017-07-28 12:12:21,294 [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-28 12:12:21,294 [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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,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-28 12:12:21,295 [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.029 s - in org.appng.formtags.FormElementTest [INFO] Running org.appng.formtags.providers.EmailProviderTest 2017-07-28 12:12:21,314 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending emails is enabled 2017-07-28 12:12:21,315 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending mail: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.appng.formtags.providers.EmailProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-formtags --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.4.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.4-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.4 [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.4 [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.4 [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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4.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.4/appng-formtags-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.4-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.4-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4.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.4/appng-formtags-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.4-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.4.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.4-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG XML-API 1.14.4 [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-28 12:12:32,042 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete 2017-07-28 12:12:32,042 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.465 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.315 s - in org.appng.xml.ApplicationPropertyConstantCreatorTest [INFO] Running org.appng.xml.MarshallServiceTest 2017-07-28 12:12:32,478 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-28 12:12:32,478 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-28 12:12:32,478 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-28 12:12:32,478 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-28 12:12:32,480 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-28 12:12:32,480 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-28 12:12:32,481 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-28 12:12:32,481 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-28 12:12:32,482 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-28 12:12:32,482 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-28 12:12:32,482 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-28 12:12:32,482 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-28 12:12:32,483 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-28 12:12:32,483 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-28 12:12:32,483 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-28 12:12:32,483 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-28 12:12:32,484 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-28 12:12:32,484 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-28 12:12:32,484 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-28 12:12:32,484 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-28 12:12:32,485 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-28 12:12:32,485 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-28 12:12:32,485 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-28 12:12:32,485 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-28 12:12:32,485 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-28 12:12:32,485 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-28 12:12:32,486 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-28 12:12:32,486 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-28 12:12:32,486 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-28 12:12:32,486 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-28 12:12:32,489 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-28 12:12:32,489 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-28 12:12:32,496 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-28 12:12:32,496 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-28 12:12:32,500 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-28 12:12:32,500 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-28 12:12:32,502 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-28 12:12:32,502 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-28 12:12:32,505 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-28 12:12:32,505 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-28 12:12:32,744 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@5136d012: cvc-complex-type.2.4.b: The content of element 'platform' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected. 2017-07-28 12:12:32,744 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@5136d012: cvc-complex-type.2.4.b: The content of element 'platform' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 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.4.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.4-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.4 [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.4 [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.4 [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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4.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.4/appng-xmlapi-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.4-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.4-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4.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.4/appng-xmlapi-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.4-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.4.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.4-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG public API 1.14.4 [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-28 12:12:43,509 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneDatasource::datasource 2017-07-28 12:12:43,517 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneDatasource::cloneDatasource 2017-07-28 12:12:43,520 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for enhancedClone::datasource 2017-07-28 12:12:43,523 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override title 2017-07-28 12:12:43,523 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override description 2017-07-28 12:12:43,523 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2017-07-28 12:12:43,523 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add parameter newParam 2017-07-28 12:12:43,523 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add new field foo at position 0 2017-07-28 12:12:43,523 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option testOption 2017-07-28 12:12:43,523 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add linkpanel with id nintendo 2017-07-28 12:12:43,523 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2017-07-28 12:12:43,524 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for overrideBeanClone::datasource 2017-07-28 12:12:43,527 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2017-07-28 12:12:43,527 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override bean id hansolo 2017-07-28 12:12:43,527 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option lucas 2017-07-28 12:12:43,527 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2017-07-28 12:12:43,527 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id jin 2017-07-28 12:12:43,527 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneCloneDatasource::cloneCloneDatasource 2017-07-28 12:12:43,860 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/permissions/permission[@ref='doesNotExist'] 2017-07-28 12:12:43,869 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='bar'] 2017-07-28 12:12:43,879 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-28 12:12:43,885 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel/permissions/permission[@ref='doesNotExist'] 2017-07-28 12:12:43,890 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='/fizz'] 2017-07-28 12:12:43,896 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-28 12:12:43,901 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/permissions/permission[@ref='doesNotExist'] 2017-07-28 12:12:43,906 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='bar'] 2017-07-28 12:12:43,910 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-28 12:12:43,914 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel/permissions/permission[@ref='doesNotExist'] 2017-07-28 12:12:43,919 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='/fizz'] 2017-07-28 12:12:43,923 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-28 12:12:43,946 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/permissions/permission[@ref='testPermission'] 2017-07-28 12:12:43,949 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel/permissions/permission[@ref='doesNotExist'] 2017-07-28 12:12:43,952 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='/fizz'] 2017-07-28 12:12:43,955 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-28 12:12:43,958 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='hyrule'] 2017-07-28 12:12:43,961 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/permissions/permission[@ref='doesNotExist'] 2017-07-28 12:12:43,964 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='bar'] 2017-07-28 12:12:43,967 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-28 12:12:43,969 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel/permissions/permission[@ref='doesNotExist'] 2017-07-28 12:12:43,972 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='/fizz'] 2017-07-28 12:12:43,975 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-28 12:12:44,009 INFO [main] org.appng.api.support.ConfigValidator: validated application 'application' in 159ms 2017-07-28 12:12:44,056 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-28 12:12:44,067 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/meta-data 2017-07-28 12:12:44,075 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/meta-data 2017-07-28 12:12:44,079 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/meta-data 2017-07-28 12:12:44,082 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.101 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.009 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.514 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.108 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.096 s - in org.appng.api.DataContainerTest [INFO] Running org.appng.api.support.validation.FileUploadValidatorTest 2017-07-28 12:12:44,846 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.257 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.108 s - in org.appng.api.support.environment.EnvironmentTest [INFO] Running org.appng.api.support.RequestSupportTest 2017-07-28 12:12:45,312 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-28 12:12:45,316 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-28 12:12:45,317 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-28 12:12:45,321 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.166 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.366 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.018 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.053 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.036 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.03 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.002 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.176 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.01 s - in org.appng.api.support.ParameterSupportTest [INFO] Running org.appng.api.support.field.IntegerFieldConverterTest 2017-07-28 12:12:46,089 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-28 12:12:46,095 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.039 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.014 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.011 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.043 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.004 s - in org.appng.api.support.field.LinkPanelFieldHandlerTest [INFO] Running org.appng.api.support.field.DateFieldConverterTest 2017-07-28 12:12:46,238 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.034 s - in org.appng.api.support.field.DateFieldConverterTest [INFO] Running org.appng.api.support.field.DateFieldConverterDateTimeTest 2017-07-28 12:12:46,299 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.002 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.002 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.066 s - in org.appng.api.support.ElementHelperTest [INFO] Running org.appng.api.support.DatasourceInheritanceTest 2017-07-28 12:12:46,387 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneDatasource::datasource 2017-07-28 12:12:46,388 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneDatasource::cloneDatasource 2017-07-28 12:12:46,390 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for enhancedClone::datasource 2017-07-28 12:12:46,391 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override title 2017-07-28 12:12:46,391 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override description 2017-07-28 12:12:46,391 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2017-07-28 12:12:46,391 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add parameter newParam 2017-07-28 12:12:46,392 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add new field foo at position 0 2017-07-28 12:12:46,392 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option testOption 2017-07-28 12:12:46,392 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add linkpanel with id nintendo 2017-07-28 12:12:46,392 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2017-07-28 12:12:46,392 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for overrideBeanClone::datasource 2017-07-28 12:12:46,393 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2017-07-28 12:12:46,393 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override bean id hansolo 2017-07-28 12:12:46,393 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option lucas 2017-07-28 12:12:46,393 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2017-07-28 12:12:46,393 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id jin 2017-07-28 12:12:46,394 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.022 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 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.4.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-api --- [WARNING] Error fetching link: https://appng.org/appng-forms/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-xmlapi/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-tools/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://projects.spring.io/spring-ws/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://sf.net/projects/wsdl4j/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://beanvalidation.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-formtags/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://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.4-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.4 [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.4 [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.4 [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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.14.4/appng-api-1.14.4.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.4/appng-api-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.4-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.14.4/appng-api-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.14.4/appng-api-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.14.4/appng-api-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.14.4/appng-api-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.4-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.14.4/appng-api-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.14.4/appng-api-1.14.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.14.4/appng-api-1.14.4.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.4/appng-api-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.4-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.14.4/appng-api-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.14.4/appng-api-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.4.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.14.4/appng-api-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.14.4/appng-api-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.4-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.14.4/appng-api-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.14.4/appng-api-1.14.4-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG testsupport 1.14.4 [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.364 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.993 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.026 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.015 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.035 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.154 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.4.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.4-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.4 [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.4 [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.4 [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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4.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.4/appng-testsupport-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.4-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.4-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4.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.4/appng-testsupport-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.4-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.4.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.4-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Persistence-Tools 1.14.4 [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@5cb9f472]: Startup sequence initiated from main() method [Server@5cb9f472]: Could not load properties from file [Server@5cb9f472]: Using cli/default properties only [Server@5cb9f472]: Initiating startup sequence... [Server@5cb9f472]: Server socket opened successfully in 4 ms. 2017-07-28 12:13:18,453 INFO [HSQLDB Server @5cb9f472] hsqldb.db.HSQLDB5D88AFA3DF.ENGINE: Checkpoint start 2017-07-28 12:13:18,454 INFO [HSQLDB Server @5cb9f472] hsqldb.db.HSQLDB5D88AFA3DF.ENGINE: checkpointClose start 2017-07-28 12:13:18,467 INFO [HSQLDB Server @5cb9f472] hsqldb.db.HSQLDB5D88AFA3DF.ENGINE: checkpointClose synched 2017-07-28 12:13:18,477 INFO [HSQLDB Server @5cb9f472] hsqldb.db.HSQLDB5D88AFA3DF.ENGINE: checkpointClose script done 2017-07-28 12:13:18,502 INFO [HSQLDB Server @5cb9f472] hsqldb.db.HSQLDB5D88AFA3DF.ENGINE: checkpointClose end 2017-07-28 12:13:18,503 INFO [HSQLDB Server @5cb9f472] hsqldb.db.HSQLDB5D88AFA3DF.ENGINE: Checkpoint end - txts: 1 [Server@5cb9f472]: Database [index=0, id=0, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 416 ms. [Server@5cb9f472]: Startup sequence completed in 422 ms. [Server@5cb9f472]: 2017-07-28 12:13:18.523 HSQLDB server 2.4.0 is online on port 9001 [Server@5cb9f472]: To close normally, connect and execute SHUTDOWN SQL [Server@5cb9f472]: From command line, use [Ctrl]+[C] to abort abruptly 2017-07-28 12:13:18,762 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5e853265: startup date [Fri Jul 28 12:13:18 CEST 2017]; root of context hierarchy 2017-07-28 12:13:19,161 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-28 12:13:19,161 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:19,181 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:19,311 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.10.Final} 2017-07-28 12:13:19,312 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2017-07-28 12:13:19,355 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2017-07-28 12:13:19,576 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:19,577 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-28 12:13:19,577 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:19,577 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:19,581 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:19,732 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:19,805 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:20,809 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.4.1.Final 2017-07-28 12:13:21,243 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@77b919a3] for (non-JTA) DDL 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-28 12:13:21,246 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$$3744d26c.CGLIB$entityManagerFactory$2() at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$3744d26c$$FastClassBySpringCGLIB$$7a80f623.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$$3744d26c.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$$3744d26c.entityManagerFactory() at org.appng.persistence.repository.RepositoryConfiguration.transactionManager(RepositoryConfiguration.java:54) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$3744d26c.CGLIB$transactionManager$1() at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$3744d26c$$FastClassBySpringCGLIB$$7a80f623.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$$3744d26c.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-28 12:13:21,250 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$$3744d26c.CGLIB$entityManagerFactory$2() at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$3744d26c$$FastClassBySpringCGLIB$$7a80f623.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$$3744d26c.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$$3744d26c.entityManagerFactory() at org.appng.persistence.repository.RepositoryConfiguration.transactionManager(RepositoryConfiguration.java:54) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$3744d26c.CGLIB$transactionManager$1() at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$3744d26c$$FastClassBySpringCGLIB$$7a80f623.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$$3744d26c.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-28 12:13:21,256 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@70887727] for (non-JTA) DDL 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-28 12:13:21,273 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:21,282 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:21,837 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:21,937 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@5e853265: startup date [Fri Jul 28 12:13:18 CEST 2017]; root of context hierarchy 2017-07-28 12:13:21,938 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-28 12:13:22,090 INFO [HSQLDB Connection @44cd449f] hsqldb.db.HSQLDB5D88AFA3DF.ENGINE: Database closed [Server@5cb9f472]: Initiating shutdown sequence... [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.256 s - in org.appng.persistence.repository.QueryDslSearchRepositoryTest [INFO] Running org.appng.persistence.repository.SearchQueryTest [Server@40ef0af8]: Startup sequence initiated from main() method [Server@40ef0af8]: Could not load properties from file [Server@40ef0af8]: Using cli/default properties only [Server@40ef0af8]: Initiating startup sequence... [Server@40ef0af8]: Server socket opened successfully in 1 ms. [Server@40ef0af8]: Database [index=0, id=1, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 71 ms. [Server@40ef0af8]: Startup sequence completed in 72 ms. [Server@40ef0af8]: 2017-07-28 12:13:22.272 HSQLDB server 2.4.0 is online on port 9001 [Server@40ef0af8]: To close normally, connect and execute SHUTDOWN SQL [Server@40ef0af8]: From command line, use [Ctrl]+[C] to abort abruptly [Server@5cb9f472]: Shutdown sequence completed in 101 ms. [Server@5cb9f472]: 2017-07-28 12:13:22.293 SHUTDOWN : System.exit() was not called 2017-07-28 12:13:22,334 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:22,346 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:22,346 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-28 12:13:22,346 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:22,346 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:22,347 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:22,453 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:22,460 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:22,743 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3a296107] for (non-JTA) DDL 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-28 12:13:22,778 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1f129467] for (non-JTA) DDL 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-28 12:13:22,784 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:22,799 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:22,994 INFO [HSQLDB Connection @3fd68b62] hsqldb.db.HSQLDB5D88AFA3DF.ENGINE: Database closed [Server@40ef0af8]: Initiating shutdown sequence... [Server@357f6391]: Startup sequence initiated from main() method [Server@357f6391]: Could not load properties from file [Server@357f6391]: Using cli/default properties only [Server@357f6391]: Initiating startup sequence... [Server@357f6391]: Server socket opened successfully in 1 ms. [Server@357f6391]: Database [index=0, id=2, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 63 ms. [Server@357f6391]: Startup sequence completed in 64 ms. [Server@357f6391]: 2017-07-28 12:13:23.163 HSQLDB server 2.4.0 is online on port 9001 [Server@357f6391]: To close normally, connect and execute SHUTDOWN SQL [Server@357f6391]: From command line, use [Ctrl]+[C] to abort abruptly [Server@40ef0af8]: Shutdown sequence completed in 100 ms. [Server@40ef0af8]: 2017-07-28 12:13:23.197 SHUTDOWN : System.exit() was not called 2017-07-28 12:13:23,211 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:23,222 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:23,222 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-28 12:13:23,223 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:23,223 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:23,223 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:23,326 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:23,335 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:23,564 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@713999c2] for (non-JTA) DDL 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-28 12:13:23,581 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6060146b] for (non-JTA) DDL 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-28 12:13:23,585 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:23,591 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:23,738 INFO [HSQLDB Connection @54051c6f] hsqldb.db.HSQLDB5D88AFA3DF.ENGINE: Database closed [Server@357f6391]: Initiating shutdown sequence... [Server@3a45afd4]: Startup sequence initiated from main() method [Server@3a45afd4]: Could not load properties from file [Server@3a45afd4]: Using cli/default properties only [Server@3a45afd4]: Initiating startup sequence... [Server@3a45afd4]: Server socket opened successfully in 0 ms. [Server@3a45afd4]: Database [index=0, id=3, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 46 ms. [Server@3a45afd4]: Startup sequence completed in 47 ms. [Server@3a45afd4]: 2017-07-28 12:13:23.896 HSQLDB server 2.4.0 is online on port 9001 [Server@3a45afd4]: To close normally, connect and execute SHUTDOWN SQL [Server@3a45afd4]: From command line, use [Ctrl]+[C] to abort abruptly [Server@357f6391]: Shutdown sequence completed in 100 ms. [Server@357f6391]: 2017-07-28 12:13:23.947 SHUTDOWN : System.exit() was not called 2017-07-28 12:13:23,962 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:23,974 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:23,974 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-28 12:13:23,975 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:23,975 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:23,975 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:24,079 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:24,088 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:24,316 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2e204155] for (non-JTA) DDL 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-28 12:13:24,335 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@27dc335a] for (non-JTA) DDL 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-28 12:13:24,340 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:24,346 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:24,508 INFO [HSQLDB Connection @12512719] hsqldb.db.HSQLDB5D88AFA3DF.ENGINE: Database closed [Server@3a45afd4]: Initiating shutdown sequence... [Server@353b0719]: Startup sequence initiated from main() method [Server@353b0719]: Could not load properties from file [Server@353b0719]: Using cli/default properties only [Server@353b0719]: Initiating startup sequence... [Server@353b0719]: Server socket opened successfully in 0 ms. [Server@353b0719]: Database [index=0, id=4, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 40 ms. [Server@353b0719]: Startup sequence completed in 40 ms. [Server@353b0719]: 2017-07-28 12:13:24.656 HSQLDB server 2.4.0 is online on port 9001 [Server@353b0719]: To close normally, connect and execute SHUTDOWN SQL [Server@353b0719]: From command line, use [Ctrl]+[C] to abort abruptly [Server@3a45afd4]: Shutdown sequence completed in 100 ms. [Server@3a45afd4]: 2017-07-28 12:13:24.713 SHUTDOWN : System.exit() was not called 2017-07-28 12:13:24,726 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:24,768 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:24,769 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-28 12:13:24,769 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:24,769 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:24,769 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:24,871 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:24,883 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:25,056 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4db46344] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2017-07-28 12:13:25,070 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@56c6d515] for (non-JTA) DDL 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-28 12:13:25,075 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:25,079 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:25,232 INFO [HSQLDB Connection @799672e5] hsqldb.db.HSQLDB5D88AFA3DF.ENGINE: Database closed [Server@353b0719]: Initiating shutdown sequence... [Server@353b0719]: Shutdown sequence completed in 1 ms. [Server@353b0719]: 2017-07-28 12:13:25.335 SHUTDOWN : System.exit() was not called [Server@3a80c534]: Startup sequence initiated from main() method [Server@3a80c534]: Could not load properties from file [Server@3a80c534]: Using cli/default properties only [Server@3a80c534]: Initiating startup sequence... [Server@3a80c534]: Server socket opened successfully in 1 ms. [Server@3a80c534]: Database [index=0, id=5, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 48 ms. [Server@3a80c534]: Startup sequence completed in 49 ms. [Server@3a80c534]: 2017-07-28 12:13:25.385 HSQLDB server 2.4.0 is online on port 9001 [Server@3a80c534]: To close normally, connect and execute SHUTDOWN SQL [Server@3a80c534]: From command line, use [Ctrl]+[C] to abort abruptly 2017-07-28 12:13:25,444 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:25,451 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:25,451 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-28 12:13:25,451 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:25,452 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:25,452 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:25,555 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:25,562 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:25,748 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@764db16c] for (non-JTA) DDL 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-28 12:13:25,762 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@45cb5307] for (non-JTA) DDL 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-28 12:13:25,765 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:25,770 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:25,937 INFO [HSQLDB Connection @42ee858d] hsqldb.db.HSQLDB5D88AFA3DF.ENGINE: Database closed [Server@3a80c534]: Initiating shutdown sequence... [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.841 s - in org.appng.persistence.repository.SearchQueryTest [INFO] Running org.appng.persistence.repository.EnversSearchRepositoryTest [Server@28f8ce2e]: Startup sequence initiated from main() method [Server@28f8ce2e]: Could not load properties from file [Server@28f8ce2e]: Using cli/default properties only [Server@28f8ce2e]: Initiating startup sequence... [Server@28f8ce2e]: Server socket opened successfully in 0 ms. [Server@28f8ce2e]: Database [index=0, id=6, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 60 ms. [Server@28f8ce2e]: Startup sequence completed in 61 ms. [Server@28f8ce2e]: 2017-07-28 12:13:26.105 HSQLDB server 2.4.0 is online on port 9001 [Server@28f8ce2e]: To close normally, connect and execute SHUTDOWN SQL [Server@28f8ce2e]: From command line, use [Ctrl]+[C] to abort abruptly [Server@3a80c534]: Shutdown sequence completed in 100 ms. [Server@3a80c534]: 2017-07-28 12:13:26.140 SHUTDOWN : System.exit() was not called 2017-07-28 12:13:26,148 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2c0a3826: startup date [Fri Jul 28 12:13:26 CEST 2017]; root of context hierarchy 2017-07-28 12:13:26,212 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-28 12:13:26,213 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:26,213 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:26,219 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:26,219 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-28 12:13:26,219 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:26,219 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:26,219 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:26,325 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:26,335 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:26,504 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1782896] for (non-JTA) DDL 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-28 12:13:26,520 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@8bde368] for (non-JTA) DDL 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-28 12:13:26,524 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:26,527 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:26,615 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:26,688 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@2c0a3826: startup date [Fri Jul 28 12:13:26 CEST 2017]; root of context hierarchy 2017-07-28 12:13:26,689 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.649 s - in org.appng.persistence.repository.EnversSearchRepositoryTest [INFO] Running org.appng.persistence.repository.SearchRepositoryTest 2017-07-28 12:13:26,695 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@40c6d1ef: startup date [Fri Jul 28 12:13:26 CEST 2017]; root of context hierarchy 2017-07-28 12:13:26,739 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-28 12:13:26,739 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:26,739 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:26,746 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:26,746 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-28 12:13:26,746 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:26,747 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:26,747 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:26,852 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:26,859 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:27,040 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3fdbb7ee] for (non-JTA) DDL 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-28 12:13:27,044 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@32c08610] for (non-JTA) DDL 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-28 12:13:27,049 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:27,053 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:27,107 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:27,122 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@40c6d1ef: startup date [Fri Jul 28 12:13:26 CEST 2017]; root of context hierarchy 2017-07-28 12:13:27,123 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-28 12:13:27,127 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7cadf3ca: startup date [Fri Jul 28 12:13:27 CEST 2017]; root of context hierarchy 2017-07-28 12:13:27,175 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-28 12:13:27,175 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:27,175 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:27,181 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:27,181 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-28 12:13:27,181 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:27,181 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:27,181 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:27,285 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:27,290 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:27,474 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@75973f7a] for (non-JTA) DDL 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-28 12:13:27,476 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7940b729] for (non-JTA) DDL 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-28 12:13:27,480 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:27,484 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:27,535 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:27,559 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@7cadf3ca: startup date [Fri Jul 28 12:13:27 CEST 2017]; root of context hierarchy 2017-07-28 12:13:27,560 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-28 12:13:27,563 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2fd05b15: startup date [Fri Jul 28 12:13:27 CEST 2017]; root of context hierarchy 2017-07-28 12:13:27,604 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2017-07-28 12:13:27,605 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:27,605 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:27,612 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:27,612 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-28 12:13:27,612 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:27,612 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:27,612 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:27,717 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:27,733 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:27,912 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@410e043b] for (non-JTA) DDL 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-28 12:13:27,915 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5d3a238] for (non-JTA) DDL 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-28 12:13:27,920 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:27,924 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:27,973 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:27,987 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@2fd05b15: startup date [Fri Jul 28 12:13:27 CEST 2017]; root of context hierarchy 2017-07-28 12:13:27,987 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-28 12:13:27,993 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@64b20d9c: startup date [Fri Jul 28 12:13:27 CEST 2017]; root of context hierarchy 2017-07-28 12:13:28,037 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-28 12:13:28,037 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:28,038 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:28,079 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:28,079 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-28 12:13:28,079 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:28,079 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:28,079 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:28,182 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:28,187 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:28,360 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2257590f] for (non-JTA) DDL 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-28 12:13:28,363 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@c3e5e3c] for (non-JTA) DDL 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-28 12:13:28,366 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:28,369 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:28,413 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:28,424 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@64b20d9c: startup date [Fri Jul 28 12:13:27 CEST 2017]; root of context hierarchy 2017-07-28 12:13:28,425 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-28 12:13:28,428 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7915111a: startup date [Fri Jul 28 12:13:28 CEST 2017]; root of context hierarchy 2017-07-28 12:13:28,468 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-28 12:13:28,468 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:28,468 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:28,473 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:28,474 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-28 12:13:28,474 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:28,474 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:28,474 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:28,577 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:28,589 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:28,773 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6cca70e3] for (non-JTA) DDL 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-28 12:13:28,776 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4a5a8c6f] for (non-JTA) DDL 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-28 12:13:28,780 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:28,783 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:28,827 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:28,838 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@7915111a: startup date [Fri Jul 28 12:13:28 CEST 2017]; root of context hierarchy 2017-07-28 12:13:28,839 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-28 12:13:28,842 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@25df95b: startup date [Fri Jul 28 12:13:28 CEST 2017]; root of context hierarchy 2017-07-28 12:13:28,876 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-28 12:13:28,876 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:28,876 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:28,881 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:28,882 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-28 12:13:28,882 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:28,882 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:28,882 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:28,985 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:28,990 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:29,182 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7475f57e] for (non-JTA) DDL 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-28 12:13:29,186 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@514f2b5c] for (non-JTA) DDL 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-28 12:13:29,190 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:29,195 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:29,247 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:29,259 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@25df95b: startup date [Fri Jul 28 12:13:28 CEST 2017]; root of context hierarchy 2017-07-28 12:13:29,259 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-28 12:13:29,262 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@35ec9d29: startup date [Fri Jul 28 12:13:29 CEST 2017]; root of context hierarchy 2017-07-28 12:13:29,297 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-28 12:13:29,297 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:29,297 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:29,302 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:29,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-28 12:13:29,303 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:29,303 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:29,303 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:29,407 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:29,422 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:29,609 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@73c25e8] for (non-JTA) DDL 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-28 12:13:29,613 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3545bfea] for (non-JTA) DDL 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-28 12:13:29,617 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:29,620 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:29,660 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:29,669 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@35ec9d29: startup date [Fri Jul 28 12:13:29 CEST 2017]; root of context hierarchy 2017-07-28 12:13:29,669 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-28 12:13:29,672 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@16716cc0: startup date [Fri Jul 28 12:13:29 CEST 2017]; root of context hierarchy 2017-07-28 12:13:29,705 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-28 12:13:29,706 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:29,706 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:29,711 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:29,711 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-28 12:13:29,711 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:29,712 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:29,712 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:29,818 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:29,825 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:30,007 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@8551ee6] for (non-JTA) DDL 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-28 12:13:30,010 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@11b26693] for (non-JTA) DDL 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-28 12:13:30,014 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:30,017 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:30,053 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:30,069 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@16716cc0: startup date [Fri Jul 28 12:13:29 CEST 2017]; root of context hierarchy 2017-07-28 12:13:30,069 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-28 12:13:30,072 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7528ece2: startup date [Fri Jul 28 12:13:30 CEST 2017]; root of context hierarchy 2017-07-28 12:13:30,100 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-28 12:13:30,100 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:30,100 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:30,105 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:30,105 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-28 12:13:30,106 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:30,106 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:30,106 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:30,208 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:30,215 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:30,523 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@735d1db7] for (non-JTA) DDL 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-28 12:13:30,525 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4040559d] for (non-JTA) DDL 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-28 12:13:30,528 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:30,532 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:30,572 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:30,582 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@7528ece2: startup date [Fri Jul 28 12:13:30 CEST 2017]; root of context hierarchy 2017-07-28 12:13:30,582 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-28 12:13:30,585 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@432e61f1: startup date [Fri Jul 28 12:13:30 CEST 2017]; root of context hierarchy 2017-07-28 12:13:30,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-28 12:13:30,619 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:30,619 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:30,624 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:30,624 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-28 12:13:30,624 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:30,624 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:30,624 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:30,767 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:30,770 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:30,920 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@766f2d65] for (non-JTA) DDL 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-28 12:13:30,922 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3f2cc8ab] for (non-JTA) DDL 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-28 12:13:30,925 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:30,928 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:30,967 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:30,997 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@432e61f1: startup date [Fri Jul 28 12:13:30 CEST 2017]; root of context hierarchy 2017-07-28 12:13:30,998 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-28 12:13:31,000 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@eb3b4d7: startup date [Fri Jul 28 12:13:31 CEST 2017]; root of context hierarchy 2017-07-28 12:13:31,033 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-28 12:13:31,033 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:31,033 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:31,038 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:31,038 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-28 12:13:31,039 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:31,039 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:31,039 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:31,141 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:31,146 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:31,319 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@67964236] for (non-JTA) DDL 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-28 12:13:31,322 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6364e814] for (non-JTA) DDL 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-28 12:13:31,325 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:31,329 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:31,367 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:31,396 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@eb3b4d7: startup date [Fri Jul 28 12:13:31 CEST 2017]; root of context hierarchy 2017-07-28 12:13:31,396 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-28 12:13:31,399 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3cce6db1: startup date [Fri Jul 28 12:13:31 CEST 2017]; root of context hierarchy 2017-07-28 12:13:31,429 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-28 12:13:31,429 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:31,430 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:31,434 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:31,434 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-28 12:13:31,435 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:31,435 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:31,435 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:31,537 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:31,541 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:31,707 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@55c14260] for (non-JTA) DDL 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-28 12:13:31,709 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@256bfbbb] for (non-JTA) DDL 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-28 12:13:31,712 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:31,715 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:31,752 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:31,779 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@3cce6db1: startup date [Fri Jul 28 12:13:31 CEST 2017]; root of context hierarchy 2017-07-28 12:13:31,779 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-28 12:13:31,782 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4a6198a7: startup date [Fri Jul 28 12:13:31 CEST 2017]; root of context hierarchy 2017-07-28 12:13:31,813 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-28 12:13:31,813 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:31,813 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:31,818 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:31,818 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-28 12:13:31,818 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:31,818 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:31,818 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:31,920 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:31,924 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:32,088 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@79dba8fc] for (non-JTA) DDL 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-28 12:13:32,090 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@32561cd5] for (non-JTA) DDL 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-28 12:13:32,093 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:32,096 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:32,133 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:32,142 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@4a6198a7: startup date [Fri Jul 28 12:13:31 CEST 2017]; root of context hierarchy 2017-07-28 12:13:32,143 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-28 12:13:32,145 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@35fe64ca: startup date [Fri Jul 28 12:13:32 CEST 2017]; root of context hierarchy 2017-07-28 12:13:32,179 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-28 12:13:32,179 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:32,179 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:32,183 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:32,184 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-28 12:13:32,184 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:32,184 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:32,184 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:32,286 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:32,291 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:32,460 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@14ea1252] for (non-JTA) DDL 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-28 12:13:32,462 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4f1545bd] for (non-JTA) DDL 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-28 12:13:32,465 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:32,468 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:32,509 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:32,523 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@35fe64ca: startup date [Fri Jul 28 12:13:32 CEST 2017]; root of context hierarchy 2017-07-28 12:13:32,524 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2017-07-28 12:13:32,526 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@311d2611: startup date [Fri Jul 28 12:13:32 CEST 2017]; root of context hierarchy 2017-07-28 12:13:32,560 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2017-07-28 12:13:32,560 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:32,560 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:13:32,565 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:13:32,565 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-28 12:13:32,565 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:13:32,565 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:13:32,565 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:13:32,668 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:13:32,676 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:13:32,832 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@c377641] for (non-JTA) DDL 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-28 12:13:32,835 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6f7a7030] for (non-JTA) DDL 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-28 12:13:32,838 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@328d044f' 2017-07-28 12:13:32,841 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:13:32,878 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:13:32,886 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@311d2611: startup date [Fri Jul 28 12:13:32 CEST 2017]; root of context hierarchy 2017-07-28 12:13:32,887 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.196 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.4.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-persistence --- [WARNING] Error fetching link: https://github.com/sylvainlaurent/JDBC-Performance-Logger/jdbc-perf-logger-driver/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://projects.spring.io/spring-data-jpa/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/SpringSource/spring-data-envers/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hsqldb.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-testsupport/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.querydsl.com/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.persistence.repository... Loading source files for package org.appng.persistence.dialect... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/EnversSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/EnversSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/QueryDslSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/QueryDslSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/SearchQuery.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/SearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/SearchRepositoryFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/SearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/HSQLDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/MySqlTextDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/SQLServer2008Dialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/SearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/EnversSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/SearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/SearchRepositoryFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/QueryDslSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/EnversSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/QueryDslSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/SearchQuery.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/class-use/HSQLDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/class-use/MySqlTextDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/class-use/SQLServer2008Dialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.4-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.4 [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.4 [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.4 [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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4.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.4/appng-persistence-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.4-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.4-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4.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.4/appng-persistence-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.4-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.4.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.4-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Search 1.14.4 [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.178 s - in org.appng.search.searcher.GermanSearchTermProcessorTest [INFO] Running org.appng.search.indexer.StandardSearcherTest 2017-07-28 12:13:46,173 DEBUG [main] org.appng.search.indexer.GlobalIndexer: start indexing for site manager 2017-07-28 12:13:46,181 INFO [main] org.appng.search.indexer.FileSystemProvider: dataDir: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages 2017-07-28 12:13:46,186 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-28 12:13:46,437 WARN [main] org.apache.tika.parser.image.ImageParser: JBIG2ImageReader not loaded. jbig2 files will be ignored 2017-07-28 12:13:46,693 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 508ms 2017-07-28 12:13:46,696 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.jsp 2017-07-28 12:13:46,820 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2017-07-28 12:13:46,821 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2017-07-28 12:13:46,822 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2017-07-28 12:13:46,822 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2017-07-28 12:13:46,826 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-28 12:13:46,826 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 133ms 2017-07-28 12:13:46,827 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-28 12:13:46,845 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 18ms 2017-07-28 12:13:46,845 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-28 12:13:46,874 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 29ms 2017-07-28 12:13:46,875 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/acme.jsp 2017-07-28 12:13:46,876 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = title 2017-07-28 12:13:46,876 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = content 2017-07-28 12:13:46,876 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-28 12:13:46,876 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 1ms 2017-07-28 12:13:46,876 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2017-07-28 12:13:46,877 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2017-07-28 12:13:46,878 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2017-07-28 12:13:46,878 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2017-07-28 12:13:46,878 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2017-07-28 12:13:46,879 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-28 12:13:46,879 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 3ms 2017-07-28 12:13:46,879 INFO [main] org.appng.search.indexer.FileSystemProvider: Indexing 6 files took 697 milliseconds 2017-07-28 12:13:46,972 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#1389122592 with Analyzer class org.apache.lucene.analysis.standard.StandardAnalyzer 2017-07-28 12:13:46,975 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: clearing index at /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2017-07-28 12:13:49,014 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1389122592 2017-07-28 12:13:49,014 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-28 12:13:49,014 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1389122592, containing 0 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2017-07-28 12:13:49,022 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@52cc5420 2017-07-28 12:13:49,022 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments:1:nrt) 2017-07-28 12:13:49,023 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@1cec4f90 2017-07-28 12:13:49,032 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#1980703001 with Analyzer class org.apache.lucene.analysis.de.GermanAnalyzer 2017-07-28 12:13:49,103 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.txt +type:txt 2017-07-28 12:13:49,103 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [71ms] CREATE, query: +id:/de/42.txt +type:txt 2017-07-28 12:13:49,106 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.jsp +type:jsp 2017-07-28 12:13:49,106 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [3ms] CREATE, query: +id:/de/42.jsp +type:jsp 2017-07-28 12:13:51,256 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1980703001 2017-07-28 12:13:51,256 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-28 12:13:51,256 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1980703001, containing 2 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2017-07-28 12:13:51,257 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@760f2119 2017-07-28 12:13:51,257 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_1:3:nrt) 2017-07-28 12:13:51,258 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@1cec4f90 2017-07-28 12:13:51,268 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#704744734 with Analyzer class org.apache.lucene.analysis.en.EnglishAnalyzer 2017-07-28 12:13:51,306 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/foobar.txt +type:txt 2017-07-28 12:13:51,306 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [9ms] CREATE, query: +id:/en/foobar.txt +type:txt 2017-07-28 12:13:51,312 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.txt +type:txt 2017-07-28 12:13:51,313 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [7ms] CREATE, query: +id:/en/42.txt +type:txt 2017-07-28 12:13:51,314 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/acme.jsp +type:jsp 2017-07-28 12:13:51,314 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [1ms] CREATE, query: +id:/en/acme.jsp +type:jsp 2017-07-28 12:13:51,318 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.jsp +type:jsp 2017-07-28 12:13:51,318 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [4ms] CREATE, query: +id:/en/42.jsp +type:jsp 2017-07-28 12:13:53,387 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#704744734 2017-07-28 12:13:53,387 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-28 12:13:53,387 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#704744734, containing 6 documents (before: 2) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2017-07-28 12:13:53,388 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@2a018d1e 2017-07-28 12:13:53,389 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_2:6:nrt _0(6.6.0):c2) 2017-07-28 12:13:53,389 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@1cec4f90 2017-07-28 12:13:53,649 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:de +((title:anhalt contents:anhalt) (title:anhalter* contents:anhalter*)) 2017-07-28 12:13:54,622 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:en +((title:hitchhik contents:hitchhik) (title:hitchhiker* contents:hitchhiker*)) 2017-07-28 12:13:54,645 INFO [main] org.appng.search.searcher.StandardSearcher: 1 results returned from query: +language:en +((title:foo contents:foo) (title:foo* contents:foo*)) 2017-07-28 12:13:54,659 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.794 s - in org.appng.search.indexer.StandardSearcherTest [INFO] Running org.appng.search.indexer.ParseTagsTest 2017-07-28 12:13:54,665 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2017-07-28 12:13:54,665 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' 2017-07-28 12:13:54,665 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'contents' 2017-07-28 12:13:54,666 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2017-07-28 12:13:54,666 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' {field1=A, contents=A B D, field2=B} 2017-07-28 12:13:54,666 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2017-07-28 12:13:54,667 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2017-07-28 12:13:54,668 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2017-07-28 12:13:54,668 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2017-07-28 12:13:54,668 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2017-07-28 12:13:54,669 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field1 2017-07-28 12:13:54,669 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field2 2017-07-28 12:13:54,669 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = {} [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.appng.search.indexer.ParseTagsTest [INFO] [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.4.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.4-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.4 [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.4 [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.4 [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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.14.4/appng-search-1.14.4.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.4/appng-search-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.4-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.14.4/appng-search-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.14.4/appng-search-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.14.4/appng-search-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.14.4/appng-search-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.4-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.14.4/appng-search-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.14.4/appng-search-1.14.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.14.4/appng-search-1.14.4.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.4/appng-search-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.4-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.14.4/appng-search-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.14.4/appng-search-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.4.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.14.4/appng-search-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.14.4/appng-search-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.4-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.14.4/appng-search-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.14.4/appng-search-1.14.4-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Core Library 1.14.4 [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-28 12:14:04,234 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2017-07-28 12:14:04,235 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2017-07-28 12:14:04,237 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2017-07-28 12:14:04,237 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2017-07-28 12:14:04,238 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2017-07-28 12:14:04,238 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.304 s - in org.appng.core.application.PermissionProcessorTest [INFO] Running org.appng.core.repository.PropertyRepositoryTest 2017-07-28 12:14:04,304 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-28 12:14:04,304 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-28 12:14:04,320 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-28 12:14:04,330 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5c671d7f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@757277dc, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@687e99d8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@e4487af, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6aaceffd, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@c86b9e3] 2017-07-28 12:14:04,384 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-28 12:14:04,809 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@60015ef5: startup date [Fri Jul 28 12:14:04 CEST 2017]; root of context hierarchy 2017-07-28 12:14:05,442 INFO [HSQLDB Server @7f6f61c8] hsqldb.db.HSQLDB5D88B05B6F.ENGINE: Checkpoint start 2017-07-28 12:14:05,442 INFO [HSQLDB Server @7f6f61c8] hsqldb.db.HSQLDB5D88B05B6F.ENGINE: checkpointClose start 2017-07-28 12:14:05,451 INFO [HSQLDB Server @7f6f61c8] hsqldb.db.HSQLDB5D88B05B6F.ENGINE: checkpointClose synched 2017-07-28 12:14:05,465 INFO [HSQLDB Server @7f6f61c8] hsqldb.db.HSQLDB5D88B05B6F.ENGINE: checkpointClose script done 2017-07-28 12:14:05,494 INFO [HSQLDB Server @7f6f61c8] hsqldb.db.HSQLDB5D88B05B6F.ENGINE: checkpointClose end 2017-07-28 12:14:05,495 INFO [HSQLDB Server @7f6f61c8] hsqldb.db.HSQLDB5D88B05B6F.ENGINE: Checkpoint end - txts: 1 2017-07-28 12:14:05,611 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:05,726 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:14:05,868 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.10.Final} 2017-07-28 12:14:05,870 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2017-07-28 12:14:05,930 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2017-07-28 12:14:06,145 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:14:06,146 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-28 12:14:06,146 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:14:06,146 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:14:06,149 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:14:06,299 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:14:06,376 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:14:06,885 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.4.1.Final 2017-07-28 12:14:07,610 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@40943a6] for (non-JTA) DDL 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-28 12:14:07,624 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@565aa4ac] for (non-JTA) DDL 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-28 12:14:07,693 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:08,189 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:14:09,338 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@2d2fc130 testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@7bbdb220, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@25fd6d1e 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@56b1e527]; rollback [true] 2017-07-28 12:14:09,448 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@2d2fc130 testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@7bbdb220, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@25fd6d1e 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-28 12:14:09,449 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@60015ef5: startup date [Fri Jul 28 12:14:04 CEST 2017]; root of context hierarchy 2017-07-28 12:14:09,453 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:09,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: 5.214 s - in org.appng.core.repository.PropertyRepositoryTest [INFO] Running org.appng.core.repository.GroupRepositoryTest 2017-07-28 12:14:09,456 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-28 12:14:09,456 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-28 12:14:09,460 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-28 12:14:09,460 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1aeff8ca, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7f2c995b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@101c15ad, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6068ebb2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5a466dd, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1ed9d173] 2017-07-28 12:14:09,461 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-28 12:14:09,583 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6e981e78: startup date [Fri Jul 28 12:14:09 CEST 2017]; root of context hierarchy 2017-07-28 12:14:09,658 INFO [HSQLDB Server @14201a90] hsqldb.db.HSQLDB5D88B06BF9.ENGINE: Checkpoint start 2017-07-28 12:14:09,658 INFO [HSQLDB Server @14201a90] hsqldb.db.HSQLDB5D88B06BF9.ENGINE: checkpointClose start 2017-07-28 12:14:09,665 INFO [HSQLDB Server @14201a90] hsqldb.db.HSQLDB5D88B06BF9.ENGINE: checkpointClose synched 2017-07-28 12:14:09,676 INFO [HSQLDB Server @14201a90] hsqldb.db.HSQLDB5D88B06BF9.ENGINE: checkpointClose script done 2017-07-28 12:14:09,696 INFO [HSQLDB Server @14201a90] hsqldb.db.HSQLDB5D88B06BF9.ENGINE: checkpointClose end 2017-07-28 12:14:09,696 INFO [HSQLDB Server @14201a90] hsqldb.db.HSQLDB5D88B06BF9.ENGINE: Checkpoint end - txts: 1 2017-07-28 12:14:09,738 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:09,754 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:14:09,775 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:14:09,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-28 12:14:09,775 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:14:09,775 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:14:09,775 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:14:09,880 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:14:09,899 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:14:10,079 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5296f00c] for (non-JTA) DDL 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-28 12:14:10,085 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4727e5fc] for (non-JTA) DDL 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-28 12:14:10,122 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:10,186 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:14:10,364 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@3f2ef402 testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@14bf9fd0, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@29ee8174 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@7bde704a]; rollback [true] 2017-07-28 12:14:10,413 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@3f2ef402 testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@14bf9fd0, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@29ee8174 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-28 12:14:10,414 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6e981e78: startup date [Fri Jul 28 12:14:09 CEST 2017]; root of context hierarchy 2017-07-28 12:14:10,415 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:10,416 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.963 s - in org.appng.core.repository.GroupRepositoryTest [INFO] Running org.appng.core.repository.RoleRepositoryTest 2017-07-28 12:14:10,421 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-28 12:14:10,421 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-28 12:14:10,425 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2017-07-28 12:14:10,425 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1405aa6a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@18c60d81, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@602aeb87, org.springframework.test.context.support.DirtiesContextTestExecutionListener@423762ae, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7b58d678, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@535a6697] 2017-07-28 12:14:10,426 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-28 12:14:10,524 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@641bc9a8: startup date [Fri Jul 28 12:14:10 CEST 2017]; root of context hierarchy 2017-07-28 12:14:10,596 INFO [HSQLDB Server @14d36bb2] hsqldb.db.HSQLDB5D88B06FA3.ENGINE: Checkpoint start 2017-07-28 12:14:10,597 INFO [HSQLDB Server @14d36bb2] hsqldb.db.HSQLDB5D88B06FA3.ENGINE: checkpointClose start 2017-07-28 12:14:10,604 INFO [HSQLDB Server @14d36bb2] hsqldb.db.HSQLDB5D88B06FA3.ENGINE: checkpointClose synched 2017-07-28 12:14:10,615 INFO [HSQLDB Server @14d36bb2] hsqldb.db.HSQLDB5D88B06FA3.ENGINE: checkpointClose script done 2017-07-28 12:14:10,634 INFO [HSQLDB Server @14d36bb2] hsqldb.db.HSQLDB5D88B06FA3.ENGINE: checkpointClose end 2017-07-28 12:14:10,634 INFO [HSQLDB Server @14d36bb2] hsqldb.db.HSQLDB5D88B06FA3.ENGINE: Checkpoint end - txts: 1 2017-07-28 12:14:10,675 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:10,697 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:14:10,728 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:14:10,728 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-28 12:14:10,729 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:14:10,729 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:14:10,729 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:14:10,880 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:14:10,891 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:14:11,034 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6a905513] for (non-JTA) DDL 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-28 12:14:11,039 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2f98fe6f] for (non-JTA) DDL 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-28 12:14:11,074 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:11,125 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:14:11,276 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@1ccce165 testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@943cf5, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@151f1734 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@32b8992e]; rollback [true] 2017-07-28 12:14:11,314 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@1ccce165 testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@943cf5, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@151f1734 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-28 12:14:11,314 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@641bc9a8: startup date [Fri Jul 28 12:14:10 CEST 2017]; root of context hierarchy 2017-07-28 12:14:11,316 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:11,316 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.896 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.104 s - in org.appng.core.repository.RepositoryCacheTest [INFO] Running org.appng.core.repository.RepositoryTest 2017-07-28 12:14:11,424 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-28 12:14:11,424 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-28 12:14:11,428 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2017-07-28 12:14:11,428 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@32675dd4, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2351255a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4f836d9, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2a4f1bc5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@224e7aa5, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@89ff043] 2017-07-28 12:14:11,429 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-28 12:14:11,525 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4d145177: startup date [Fri Jul 28 12:14:11 CEST 2017]; root of context hierarchy 2017-07-28 12:14:11,604 INFO [HSQLDB Server @193c810] hsqldb.db.HSQLDB5D88B07393.ENGINE: Checkpoint start 2017-07-28 12:14:11,604 INFO [HSQLDB Server @193c810] hsqldb.db.HSQLDB5D88B07393.ENGINE: checkpointClose start 2017-07-28 12:14:11,610 INFO [HSQLDB Server @193c810] hsqldb.db.HSQLDB5D88B07393.ENGINE: checkpointClose synched 2017-07-28 12:14:11,622 INFO [HSQLDB Server @193c810] hsqldb.db.HSQLDB5D88B07393.ENGINE: checkpointClose script done 2017-07-28 12:14:11,639 INFO [HSQLDB Server @193c810] hsqldb.db.HSQLDB5D88B07393.ENGINE: checkpointClose end 2017-07-28 12:14:11,639 INFO [HSQLDB Server @193c810] hsqldb.db.HSQLDB5D88B07393.ENGINE: Checkpoint end - txts: 1 2017-07-28 12:14:11,673 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:11,685 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:14:11,704 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:14:11,704 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-28 12:14:11,705 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:14:11,705 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:14:11,705 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:14:11,807 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:14:11,814 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:14:11,944 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@22781286] for (non-JTA) DDL 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-28 12:14:11,949 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@11564455] for (non-JTA) DDL 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-28 12:14:11,976 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:12,052 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:14:12,193 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@2926144f testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@1df8ea34, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@37e0614e 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@39d62e47]; rollback [true] 2017-07-28 12:14:12,202 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@2926144f testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@1df8ea34, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@37e0614e 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-28 12:14:12,204 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4d145177: startup date [Fri Jul 28 12:14:11 CEST 2017]; root of context hierarchy 2017-07-28 12:14:12,205 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:12,206 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.783 s - in org.appng.core.repository.RepositoryTest [INFO] Running org.appng.core.repository.SubjectRepositoryTest 2017-07-28 12:14:12,209 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-28 12:14:12,209 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-28 12:14:12,214 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-28 12:14:12,214 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@9677f54, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@44046b0d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@d20e900, org.springframework.test.context.support.DirtiesContextTestExecutionListener@14237e5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@33ed6546, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@54d62c35] 2017-07-28 12:14:12,216 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-28 12:14:12,312 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5eb4b746: startup date [Fri Jul 28 12:14:12 CEST 2017]; root of context hierarchy 2017-07-28 12:14:12,392 INFO [HSQLDB Server @5b3427c4] hsqldb.db.HSQLDB5D88B076A7.ENGINE: Checkpoint start 2017-07-28 12:14:12,392 INFO [HSQLDB Server @5b3427c4] hsqldb.db.HSQLDB5D88B076A7.ENGINE: checkpointClose start 2017-07-28 12:14:12,400 INFO [HSQLDB Server @5b3427c4] hsqldb.db.HSQLDB5D88B076A7.ENGINE: checkpointClose synched 2017-07-28 12:14:12,411 INFO [HSQLDB Server @5b3427c4] hsqldb.db.HSQLDB5D88B076A7.ENGINE: checkpointClose script done 2017-07-28 12:14:12,436 INFO [HSQLDB Server @5b3427c4] hsqldb.db.HSQLDB5D88B076A7.ENGINE: checkpointClose end 2017-07-28 12:14:12,436 INFO [HSQLDB Server @5b3427c4] hsqldb.db.HSQLDB5D88B076A7.ENGINE: Checkpoint end - txts: 1 2017-07-28 12:14:12,461 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:12,476 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:14:12,499 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:14:12,499 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-28 12:14:12,500 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:14:12,500 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:14:12,500 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:14:12,603 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:14:12,619 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:14:12,768 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@107ac2b6] for (non-JTA) DDL 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-28 12:14:12,774 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6e057374] for (non-JTA) DDL 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-28 12:14:12,806 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:12,870 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:14:13,013 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@201a84e1 testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@414a3c7d, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@41a372c1 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@c4f6d5b]; rollback [true] 2017-07-28 12:14:13,047 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@201a84e1 testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@414a3c7d, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@41a372c1 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-28 12:14:13,047 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5eb4b746: startup date [Fri Jul 28 12:14:12 CEST 2017]; root of context hierarchy 2017-07-28 12:14:13,049 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:13,049 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.843 s - in org.appng.core.repository.SubjectRepositoryTest [INFO] Running org.appng.core.repository.PermissionRepositoryTest 2017-07-28 12:14:13,053 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-28 12:14:13,053 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-28 12:14:13,057 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-28 12:14:13,058 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@158bd27d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@30282260, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5f18a661, org.springframework.test.context.support.DirtiesContextTestExecutionListener@58ed5ed3, org.springframework.test.context.transaction.TransactionalTestExecutionListener@133e7789, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@62f47cac] 2017-07-28 12:14:13,058 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-28 12:14:13,182 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7845f53d: startup date [Fri Jul 28 12:14:13 CEST 2017]; root of context hierarchy 2017-07-28 12:14:13,251 INFO [HSQLDB Server @73502c47] hsqldb.db.HSQLDB5D88B07A02.ENGINE: Checkpoint start 2017-07-28 12:14:13,252 INFO [HSQLDB Server @73502c47] hsqldb.db.HSQLDB5D88B07A02.ENGINE: checkpointClose start 2017-07-28 12:14:13,260 INFO [HSQLDB Server @73502c47] hsqldb.db.HSQLDB5D88B07A02.ENGINE: checkpointClose synched 2017-07-28 12:14:13,269 INFO [HSQLDB Server @73502c47] hsqldb.db.HSQLDB5D88B07A02.ENGINE: checkpointClose script done 2017-07-28 12:14:13,289 INFO [HSQLDB Server @73502c47] hsqldb.db.HSQLDB5D88B07A02.ENGINE: checkpointClose end 2017-07-28 12:14:13,289 INFO [HSQLDB Server @73502c47] hsqldb.db.HSQLDB5D88B07A02.ENGINE: Checkpoint end - txts: 1 2017-07-28 12:14:13,324 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:13,335 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:14:13,353 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:14:13,353 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-28 12:14:13,353 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:14:13,353 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:14:13,353 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:14:13,456 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:14:13,466 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:14:13,586 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@71676e5f] for (non-JTA) DDL 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-28 12:14:13,591 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@491da2fe] for (non-JTA) DDL 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-28 12:14:13,622 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:13,667 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:14:13,799 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6ca257de testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@4f8a0f4e, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2c6ee031 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@62f11904]; rollback [true] 2017-07-28 12:14:13,817 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@6ca257de testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@4f8a0f4e, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2c6ee031 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-28 12:14:13,817 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7845f53d: startup date [Fri Jul 28 12:14:13 CEST 2017]; root of context hierarchy 2017-07-28 12:14:13,819 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:13,819 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.769 s - in org.appng.core.repository.PermissionRepositoryTest [INFO] Running org.appng.core.repository.SiteRepositoryTest 2017-07-28 12:14:13,822 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-28 12:14:13,822 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-28 12:14:13,826 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-28 12:14:13,826 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6a4859fc, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3532f633, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6d49bd08, org.springframework.test.context.support.DirtiesContextTestExecutionListener@19e86461, org.springframework.test.context.transaction.TransactionalTestExecutionListener@31475919, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@13e6b26c] 2017-07-28 12:14:13,827 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-28 12:14:13,910 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@33e7ece5: startup date [Fri Jul 28 12:14:13 CEST 2017]; root of context hierarchy 2017-07-28 12:14:13,982 INFO [HSQLDB Server @39090979] hsqldb.db.HSQLDB5D88B07CDA.ENGINE: Checkpoint start 2017-07-28 12:14:13,983 INFO [HSQLDB Server @39090979] hsqldb.db.HSQLDB5D88B07CDA.ENGINE: checkpointClose start 2017-07-28 12:14:13,990 INFO [HSQLDB Server @39090979] hsqldb.db.HSQLDB5D88B07CDA.ENGINE: checkpointClose synched 2017-07-28 12:14:14,000 INFO [HSQLDB Server @39090979] hsqldb.db.HSQLDB5D88B07CDA.ENGINE: checkpointClose script done 2017-07-28 12:14:14,021 INFO [HSQLDB Server @39090979] hsqldb.db.HSQLDB5D88B07CDA.ENGINE: checkpointClose end 2017-07-28 12:14:14,021 INFO [HSQLDB Server @39090979] hsqldb.db.HSQLDB5D88B07CDA.ENGINE: Checkpoint end - txts: 1 2017-07-28 12:14:14,054 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:14,065 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:14:14,083 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:14:14,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-28 12:14:14,083 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:14:14,084 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:14:14,084 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:14:14,187 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:14:14,208 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:14:14,318 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1dbf21c5] for (non-JTA) DDL 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-28 12:14:14,324 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@56f2cdb5] for (non-JTA) DDL 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-28 12:14:14,358 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:14,403 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:14:14,544 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-28 12:14:14,574 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-28 12:14:14,574 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@33e7ece5: startup date [Fri Jul 28 12:14:13 CEST 2017]; root of context hierarchy 2017-07-28 12:14:14,576 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:14,576 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.756 s - in org.appng.core.repository.SiteRepositoryTest [INFO] Running org.appng.core.repository.ResourceRepositoryTest 2017-07-28 12:14:14,579 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-28 12:14:14,580 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-28 12:14:14,583 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-28 12:14:14,584 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-28 12:14:14,584 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-28 12:14:14,667 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4fc3bdb4: startup date [Fri Jul 28 12:14:14 CEST 2017]; root of context hierarchy 2017-07-28 12:14:14,736 INFO [HSQLDB Server @14270715] hsqldb.db.HSQLDB5D88B07FCF.ENGINE: Checkpoint start 2017-07-28 12:14:14,736 INFO [HSQLDB Server @14270715] hsqldb.db.HSQLDB5D88B07FCF.ENGINE: checkpointClose start 2017-07-28 12:14:14,743 INFO [HSQLDB Server @14270715] hsqldb.db.HSQLDB5D88B07FCF.ENGINE: checkpointClose synched 2017-07-28 12:14:14,753 INFO [HSQLDB Server @14270715] hsqldb.db.HSQLDB5D88B07FCF.ENGINE: checkpointClose script done 2017-07-28 12:14:14,773 INFO [HSQLDB Server @14270715] hsqldb.db.HSQLDB5D88B07FCF.ENGINE: checkpointClose end 2017-07-28 12:14:14,774 INFO [HSQLDB Server @14270715] hsqldb.db.HSQLDB5D88B07FCF.ENGINE: Checkpoint end - txts: 1 2017-07-28 12:14:14,812 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:14,826 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:14:14,847 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:14:14,848 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-28 12:14:14,848 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:14:14,848 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:14:14,848 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:14:14,953 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:14:14,969 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:14:15,114 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-28 12:14:15,123 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-28 12:14:15,154 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:15,206 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:14:15,375 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@594c66ea testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@6a19bc2e, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@245b6b85 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@54ea832e]; rollback [true] 2017-07-28 12:14:15,391 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@594c66ea testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@6a19bc2e, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@245b6b85 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-28 12:14:15,391 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4fc3bdb4: startup date [Fri Jul 28 12:14:14 CEST 2017]; root of context hierarchy 2017-07-28 12:14:15,392 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:15,392 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.815 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.007 s - in org.appng.core.PathInfoTest [INFO] Running org.appng.core.security.DigestValidatorTest 2017-07-28 12:14:15,421 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2017-07-28 12:14:15,423 ERROR [main] org.appng.core.security.DigestValidator: Invalid date offset [millis]: 14399579, maximum is 3600000 2017-07-28 12:14:15,423 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. 2017-07-28 12:14:15,424 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2017-07-28 12:14:15,424 ERROR [main] org.appng.core.security.DigestValidator: Encrypted part does not match. Encrypted part is AB837FE8DCE613DB3D81EF16073AB42B, but should be AB7E696E4D942F9B51CC136A13B34132 2017-07-28 12:14:15,424 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.appng.core.security.DigestValidatorTest [INFO] Running org.appng.core.security.signing.SignerTest 2017-07-28 12:14:15,433 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-28 12:14:15,440 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-28 12:14:15,444 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-28 12:14:15,444 INFO [main] org.appng.core.security.signing.Signer: ..adding repository attributes 2017-07-28 12:14:15,444 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.1.zip' 2017-07-28 12:14:15,445 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-28 12:14:15,445 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-28 12:14:15,445 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-28 12:14:15,497 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-28 12:14:15,498 INFO [main] org.appng.core.security.signing.Signer: Successfully validated release file. 2017-07-28 12:14:15,499 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoCodeName: Local' 2017-07-28 12:14:15,499 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoDescription: a local test repository' 2017-07-28 12:14:15,499 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoVersion: ' 2017-07-28 12:14:15,499 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.1.zip: 65fd39da4cc20cab904c088b7ac22f41d2a3cb5feacf318728323cefe191bb7d' 2017-07-28 12:14:15,499 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.2-2012-11-27-1305.zip: 2f2ba67d4a02515500492f51682992bc1e6aa9e3400cbd0ad86af31e7f2af3b9' 2017-07-28 12:14:15,499 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.3-2013-01-13-1303.zip: 6481ea8230a97cf46fb521109f9aa36be2cf2a800664e64ef3d352f96ad8dbae' 2017-07-28 12:14:15,499 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.074 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.523 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.374 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.003 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.008 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 s - in org.appng.core.domain.ValidationPatternTest [INFO] Running org.appng.core.domain.SiteImplTest 2017-07-28 12:14:18,454 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#901416300 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:18,456 INFO [main] org.appng.core.Redirect : Redirecting request to /some/uri (302) 2017-07-28 12:14:18,457 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1335771844 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:18,458 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar#anchor (302) 2017-07-28 12:14:18,459 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#418549536 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:18,459 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar?tab=anchor#anchor (302) 2017-07-28 12:14:18,460 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1638345617 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:18,460 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.046 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.011 s - in org.appng.core.domain.PackageArchiveTest [INFO] Running org.appng.core.service.TemplateServiceTest 2017-07-28 12:14:18,477 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-28 12:14:18,478 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@60157589, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@20a569ad, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@40f6e092, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3030edcc, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7bc27f7e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@702189aa] 2017-07-28 12:14:18,479 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-28 12:14:18,566 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7a4154c: startup date [Fri Jul 28 12:14:18 CEST 2017]; root of context hierarchy 2017-07-28 12:14:18,627 INFO [HSQLDB Server @6b0771e2] hsqldb.db.HSQLDB5D88B08F02.ENGINE: Checkpoint start 2017-07-28 12:14:18,628 INFO [HSQLDB Server @6b0771e2] hsqldb.db.HSQLDB5D88B08F02.ENGINE: checkpointClose start 2017-07-28 12:14:18,637 INFO [HSQLDB Server @6b0771e2] hsqldb.db.HSQLDB5D88B08F02.ENGINE: checkpointClose synched 2017-07-28 12:14:18,647 INFO [HSQLDB Server @6b0771e2] hsqldb.db.HSQLDB5D88B08F02.ENGINE: checkpointClose script done 2017-07-28 12:14:18,667 INFO [HSQLDB Server @6b0771e2] hsqldb.db.HSQLDB5D88B08F02.ENGINE: checkpointClose end 2017-07-28 12:14:18,668 INFO [HSQLDB Server @6b0771e2] hsqldb.db.HSQLDB5D88B08F02.ENGINE: Checkpoint end - txts: 1 2017-07-28 12:14:18,717 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:18,734 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:14:18,759 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:14:18,759 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-28 12:14:18,760 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:14:18,760 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:14:18,760 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:14:18,863 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:14:18,869 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:14:18,968 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@708c1263] for (non-JTA) DDL 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-28 12:14:18,972 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@35b2a73e] for (non-JTA) DDL 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-28 12:14:18,992 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:19,046 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:14:19,283 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#371104216 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:19,314 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2017-07-28 12:14:19,314 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2017-07-28 12:14:19,314 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2017-07-28 12:14:19,315 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2017-07-28 12:14:19,316 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2017-07-28 12:14:19,316 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2017-07-28 12:14:19,319 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1426210477 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:19,323 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#693928779 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:19,330 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2017-07-28 12:14:19,330 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2017-07-28 12:14:19,330 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2017-07-28 12:14:19,331 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2017-07-28 12:14:19,332 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2017-07-28 12:14:19,332 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2017-07-28 12:14:19,418 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7a4154c: startup date [Fri Jul 28 12:14:18 CEST 2017]; root of context hierarchy 2017-07-28 12:14:19,419 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:19,419 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.947 s - in org.appng.core.service.TemplateServiceTest [INFO] Running org.appng.core.service.ApplicationArchiveProcessorTest 2017-07-28 12:14:19,427 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-null' 2017-07-28 12:14:19,427 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-null' 2017-07-28 12:14:19,428 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-null' 2017-07-28 12:14:19,428 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-null' 2017-07-28 12:14:19,429 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-null' 2017-07-28 12:14:19,429 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-null' 2017-07-28 12:14:19,429 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-null' 2017-07-28 12:14:19,429 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-null' 2017-07-28 12:14:19,429 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-null' 2017-07-28 12:14:19,429 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.012 s - in org.appng.core.service.ApplicationArchiveProcessorTest [INFO] Running org.appng.core.service.DatabaseServiceTest 2017-07-28 12:14:19,438 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2017-07-28 12:14:19,438 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@53f68c97, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@602d7631, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2e66541a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6ac7e58e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@d325e75, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6252d1c] 2017-07-28 12:14:19,439 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-28 12:14:19,518 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@501f3c79: startup date [Fri Jul 28 12:14:19 CEST 2017]; root of context hierarchy 2017-07-28 12:14:19,591 INFO [HSQLDB Server @3bf5ced8] hsqldb.db.HSQLDB5D88B092C4.ENGINE: Checkpoint start 2017-07-28 12:14:19,591 INFO [HSQLDB Server @3bf5ced8] hsqldb.db.HSQLDB5D88B092C4.ENGINE: checkpointClose start 2017-07-28 12:14:19,598 INFO [HSQLDB Server @3bf5ced8] hsqldb.db.HSQLDB5D88B092C4.ENGINE: checkpointClose synched 2017-07-28 12:14:19,608 INFO [HSQLDB Server @3bf5ced8] hsqldb.db.HSQLDB5D88B092C4.ENGINE: checkpointClose script done 2017-07-28 12:14:19,628 INFO [HSQLDB Server @3bf5ced8] hsqldb.db.HSQLDB5D88B092C4.ENGINE: checkpointClose end 2017-07-28 12:14:19,629 INFO [HSQLDB Server @3bf5ced8] hsqldb.db.HSQLDB5D88B092C4.ENGINE: Checkpoint end - txts: 1 2017-07-28 12:14:19,663 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:19,679 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:14:19,705 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:14:19,705 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-28 12:14:19,705 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:14:19,705 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:14:19,706 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:14:19,809 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:14:19,816 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:14:19,952 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:19,998 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:14:20,258 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:14:20,270 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2017-07-28 12:14:20,389 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-28 12:14:20,449 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-28 12:14:20,715 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.013s). 2017-07-28 12:14:20,715 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2017-07-28 12:14:20,847 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.006s) 2017-07-28 12:14:20,857 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-28 12:14:20,870 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-28 12:14:20,877 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-28 12:14:20,897 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-28 12:14:20,908 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-28 12:14:20,914 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-28 12:14:20,920 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-28 12:14:20,926 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-28 12:14:20,932 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-28 12:14:20,937 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-28 12:14:20,942 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-28 12:14:20,947 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.091s). 2017-07-28 12:14:21,189 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-28 12:14:21,444 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-28 12:14:21,444 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2017-07-28 12:14:21,461 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@501f3c79: startup date [Fri Jul 28 12:14:19 CEST 2017]; root of context hierarchy 2017-07-28 12:14:21,462 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:21,462 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.03 s - in org.appng.core.service.DatabaseServiceTest [INFO] Running org.appng.core.service.InitializerServiceTest 2017-07-28 12:14:21,481 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-28 12:14:21,481 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@370efa14, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@e9fcd1e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@378c41e5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@798e786d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3990f312, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@49172e03] 2017-07-28 12:14:21,483 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-28 12:14:21,579 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1cc1ddad: startup date [Fri Jul 28 12:14:21 CEST 2017]; root of context hierarchy 2017-07-28 12:14:21,741 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:21,757 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:14:21,782 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:14:21,783 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-28 12:14:21,783 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:14:21,783 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:14:21,783 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:14:21,885 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:14:21,893 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:14:22,016 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@dd8e4e2] for (non-JTA) DDL 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-28 12:14:22,024 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@757a48f9] for (non-JTA) DDL 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-28 12:14:22,043 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:22,086 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:14:22,251 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@1c55237e testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@3f8f80d3, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4c45f6fb 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@506dcb44]; rollback [false] 2017-07-28 12:14:22,253 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1701713538 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:22,454 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-28 12:14:22,455 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-28 12:14:22,455 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-28 12:14:22,545 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2017-07-28 12:14:22,556 INFO [main] org.appng.core.service.InitializerService: loading site site-1 (host-1) 2017-07-28 12:14:22,556 INFO [main] org.appng.core.service.InitializerService: loading applications for site site-1 2017-07-28 12:14:22,560 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-28 12:14:22,561 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-28 12:14:22,569 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-28 12:14:22,576 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-28 12:14:22,623 INFO [main] net.sf.ehcache.pool.sizeof.JvmInformation: Detected JVM data model settings of: 64-Bit HotSpot JVM with Compressed OOPs 2017-07-28 12:14:22,865 INFO [main] net.sf.ehcache.pool.sizeof.AgentLoader: Extracted agent jar to temporary file /tmp/ehcache-sizeof-agent2775974242543868491.jar 2017-07-28 12:14:22,865 INFO [main] net.sf.ehcache.pool.sizeof.AgentLoader: Trying to load agent @ /tmp/ehcache-sizeof-agent2775974242543868491.jar 2017-07-28 12:14:22,873 INFO [main] net.sf.ehcache.pool.impl.DefaultSizeOfEngine: using Agent sizeof engine 2017-07-28 12:14:22,955 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-28 12:14:22,955 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#641208329 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:22,955 INFO [main] org.appng.core.service.InitializerService: SiteClassLoader#641208329 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 2017-07-28 12:14:22,956 INFO [main] org.appng.core.service.InitializerService: starting index thread 2017-07-28 12:14:22,957 INFO [main] org.appng.core.service.InitializerService: loading site site-1 completed 2017-07-28 12:14:22,957 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2017-07-28 12:14:22,957 ERROR [main] org.appng.core.service.InitializerService: no messaging sender available! 2017-07-28 12:14:22,969 INFO [main] org.appng.core.service.InitializerService: Current Ehcache configuration: 2017-07-28 12:14:23,061 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@1c55237e testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@3f8f80d3, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4c45f6fb 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-28 12:14:23,062 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1cc1ddad: startup date [Fri Jul 28 12:14:21 CEST 2017]; root of context hierarchy 2017-07-28 12:14:23,063 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:23,064 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.597 s - in org.appng.core.service.InitializerServiceTest [INFO] Running org.appng.core.service.CoreServiceTest 2017-07-28 12:14:23,081 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-28 12:14:23,081 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@33431376, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@428551db, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3986b553, org.springframework.test.context.support.DirtiesContextTestExecutionListener@69faffba, org.springframework.test.context.transaction.TransactionalTestExecutionListener@42099950, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2a6a0343] 2017-07-28 12:14:23,083 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-28 12:14:23,170 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@264a1770: startup date [Fri Jul 28 12:14:23 CEST 2017]; root of context hierarchy 2017-07-28 12:14:23,231 INFO [HSQLDB Server @6b4b8163] hsqldb.db.HSQLDB5D88B0A0FE.ENGINE: Checkpoint start 2017-07-28 12:14:23,231 INFO [HSQLDB Server @6b4b8163] hsqldb.db.HSQLDB5D88B0A0FE.ENGINE: checkpointClose start 2017-07-28 12:14:23,238 INFO [HSQLDB Server @6b4b8163] hsqldb.db.HSQLDB5D88B0A0FE.ENGINE: checkpointClose synched 2017-07-28 12:14:23,250 INFO [HSQLDB Server @6b4b8163] hsqldb.db.HSQLDB5D88B0A0FE.ENGINE: checkpointClose script done 2017-07-28 12:14:23,270 INFO [HSQLDB Server @6b4b8163] hsqldb.db.HSQLDB5D88B0A0FE.ENGINE: checkpointClose end 2017-07-28 12:14:23,271 INFO [HSQLDB Server @6b4b8163] hsqldb.db.HSQLDB5D88B0A0FE.ENGINE: Checkpoint end - txts: 1 2017-07-28 12:14:23,315 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:23,329 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:14:23,351 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:14:23,351 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-28 12:14:23,352 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:14:23,352 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:14:23,352 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:14:23,460 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:14:23,468 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:14:23,607 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@783a8ec4] for (non-JTA) DDL 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-28 12:14:23,611 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@34afee7c] for (non-JTA) DDL 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-28 12:14:23,637 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:23,702 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:14:23,834 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@79641072, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:24,039 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2056832716 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,109 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1914758357 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,168 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1920187281 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,239 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@79641072, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:24,241 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@fd01951, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:24,283 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1764876560 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,307 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1434956866 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,327 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1837107485 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,353 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@fd01951, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:24,355 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@317c4093, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:24,383 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1076095028 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,399 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#50630670 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,418 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1003650521 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,438 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@317c4093, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:24,440 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6202c219, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:24,461 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1124668878 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,476 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1202603561 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,491 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#398202813 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,524 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-28 12:14:24,524 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-28 12:14:24,536 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6202c219, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:24,538 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5d2d08ba, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:24,560 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#514744910 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,573 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1854255517 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,585 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#150540715 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,596 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5d2d08ba, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:24,598 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@617335ea, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:24,615 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#959979597 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,626 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1725727019 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,635 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1258579389 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,639 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@617335ea, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:24,641 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1ee17264, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:24,659 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2104702928 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,668 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#238927185 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,677 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#709665994 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,681 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1ee17264, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:24,683 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1183b7f, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:24,699 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1584135095 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,708 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#410558788 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,717 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2142120931 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,721 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1183b7f, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:24,723 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@55ec97c6, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:24,740 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1730564062 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,749 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2141946522 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,758 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2088811737 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,763 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@55ec97c6, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:24,765 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6c748330, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:24,783 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1306262194 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,794 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#593025047 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,852 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1853440277 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,860 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6c748330, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:24,862 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2ff0a4ef, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:24,883 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1529790437 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,895 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#465186402 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,906 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#629372839 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,911 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2ff0a4ef, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:24,913 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2f850d83, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:24,935 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#461394559 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,952 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#87701945 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,965 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1352960576 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:24,980 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2f850d83, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:24,982 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@60721067, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:25,008 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1534262891 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,023 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#91177510 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,038 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#398709146 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,105 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@60721067, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,107 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@20bce25f, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:25,127 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1624765265 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,137 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2069826636 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,146 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#353536118 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,155 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#615855561 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,161 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@20bce25f, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,164 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5695fad9, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:25,194 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#838307590 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,205 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#532752228 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,214 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1099349218 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,223 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1022200690 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,234 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5695fad9, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,237 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3d41e363, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:25,254 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1007684564 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,264 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1920434906 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,273 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#203465263 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,281 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1571739646 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,290 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3d41e363, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,291 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6a75a9e4, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:25,308 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1475274668 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,318 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1927780458 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,327 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1974785133 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,334 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#486219086 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,336 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6a75a9e4, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,338 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@69634bd4, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [true] 2017-07-28 12:14:25,362 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2139436356 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,373 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1510969782 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,381 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1393016403 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,389 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1299307098 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,396 ERROR [main] org.appng.core.service.CoreService: Cannot delete application with ID 2: bugtracker 2017-07-28 12:14:25,397 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@69634bd4, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,399 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@51ccf311, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:25,416 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#278283714 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,426 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2021569307 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,435 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#468613112 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,445 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#103564846 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,447 INFO [main] org.appng.core.service.CoreService: starting deletion of site site-3 2017-07-28 12:14:25,453 INFO [main] org.appng.core.service.CoreService: unlinking application foobar from site site-3, status of database-connection is NO_DB_SUPPORTED 2017-07-28 12:14:25,460 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2017-07-28 12:14:25,477 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-28 12:14:25,477 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-28 12:14:25,477 INFO [main] org.appng.core.service.CoreService: done deleting site site-3 2017-07-28 12:14:25,478 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@51ccf311, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,480 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6a3c79f0, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:25,493 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#437381436 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,502 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1302336452 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,508 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#594436090 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,515 INFO [main] org.appng.core.service.CoreService: starting deletion of site site-2 2017-07-28 12:14:25,518 INFO [main] org.appng.core.service.CoreService: unlinking application bugtracker from site site-2, status of database-connection is NO_DB_SUPPORTED 2017-07-28 12:14:25,522 INFO [main] org.appng.core.service.CoreService: destroying site site-2 2017-07-28 12:14:25,522 INFO [main] org.appng.core.domain.SiteImpl: closing context for site site-2 2017-07-28 12:14:25,523 INFO [main] org.appng.core.service.CoreService: destroying site site-2 complete 2017-07-28 12:14:25,526 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2017-07-28 12:14:25,528 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-28 12:14:25,528 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-28 12:14:25,528 INFO [main] org.appng.core.service.CoreService: done deleting site site-2 2017-07-28 12:14:25,548 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6a3c79f0, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,550 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@102cb9d3, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:25,569 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1091423115 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,577 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1851689695 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,583 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@102cb9d3, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,585 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@dec200a, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:25,606 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2087020470 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,613 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#920973738 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,619 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@dec200a, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,621 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2bbd6eea, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:25,637 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2003289235 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,645 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#554601780 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,647 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2bbd6eea, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,648 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6216a80b, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:25,676 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#187202336 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,684 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1929751081 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,688 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6216a80b, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,689 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5da20ab8, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:25,706 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1872929363 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,714 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#399201261 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,718 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5da20ab8, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,719 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@f88722, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:25,735 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1799761730 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,743 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#308184573 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,748 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@f88722, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,750 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@78a686e3, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:25,766 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#490216598 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,774 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1332918747 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,778 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@78a686e3, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,781 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1f7b3b3, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:25,814 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#930830379 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,826 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1302117562 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,829 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1f7b3b3, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,834 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3934bee1, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:25,850 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1475670698 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,856 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1743506993 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,859 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3934bee1, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,864 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1ca69382, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:25,884 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#681319633 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,889 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#742426818 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,892 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1ca69382, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,894 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@610c4933, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:25,909 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1379786746 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,915 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#269654139 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,920 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@610c4933, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,921 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@70fdf25b, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:25,936 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#839676356 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,943 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#546810539 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,950 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@70fdf25b, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,952 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@76badef9, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:25,969 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#468142248 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,977 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1932632864 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:25,987 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@76badef9, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:25,989 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@448d8489, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:26,003 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1579096195 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:26,009 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#194643873 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:26,011 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@448d8489, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:26,013 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@49bbf4dd, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:26,033 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1029903759 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:26,045 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#856780857 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:26,048 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@49bbf4dd, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:26,050 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@30ad3219, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:26,067 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1399580344 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:26,074 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1337836888 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:26,083 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@30ad3219, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:26,085 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7c7b4602, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:26,105 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#256746011 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:26,120 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#364880369 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:26,122 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7c7b4602, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:26,124 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2c55fa70, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:26,140 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2063922375 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:26,157 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1696958083 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:26,165 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2c55fa70, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:26,166 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7b9528a7, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:26,179 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#41764312 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:26,184 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1932692521 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:26,187 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7b9528a7, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:26,189 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2af0e9b9, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:26,201 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1468942115 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:26,206 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#181362038 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:26,215 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2af0e9b9, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:26,217 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1a823633, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:26,233 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1300056051 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:26,238 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1215616862 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:26,252 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-28 12:14:26,253 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1a823633, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:26,255 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@23748430, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:26,267 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#927162829 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:26,272 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2069266944 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:26,281 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@23748430, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:26,282 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@87e1b84, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:26,296 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2120250936 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:26,305 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1447747117 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:27,200 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2017-07-28 12:14:27,201 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2017-07-28 12:14:27,204 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@87e1b84, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:27,206 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2e727076, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:27,224 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1056123876 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:27,238 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1070841403 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:27,246 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2017-07-28 12:14:27,246 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2017-07-28 12:14:27,246 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2017-07-28 12:14:27,247 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2e727076, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:27,250 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7a54ab0e, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:27,268 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2007777950 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:27,277 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1488871792 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:28,213 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'johndoe' 2017-07-28 12:14:28,215 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2017-07-28 12:14:28,217 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7a54ab0e, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:28,220 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@d8c4c62, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:28,244 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1703421359 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:28,252 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#585185860 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:28,261 INFO [main] org.appng.core.service.CoreService: user subject-2 found 2017-07-28 12:14:28,261 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-2' 2017-07-28 12:14:28,262 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2017-07-28 12:14:28,263 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@d8c4c62, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:28,265 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@cc04f2c, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:28,280 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#837598476 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:28,286 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2036903843 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:28,289 INFO [main] org.appng.core.service.CoreService: Subject authentication failed. Trying to authenticate based on LDAP group membership. 2017-07-28 12:14:28,292 INFO [main] org.appng.core.service.CoreService: user 'null' belongs to group 'subject-1' 2017-07-28 12:14:28,294 INFO [main] org.appng.core.service.CoreService: User "null" successfully authenticated. 2017-07-28 12:14:28,294 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'null' 2017-07-28 12:14:28,294 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2017-07-28 12:14:28,296 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@cc04f2c, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:28,297 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7d59d23d, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:28,311 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#792532736 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:28,318 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1215178547 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:29,268 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7d59d23d, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:29,270 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@cd0a934, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:29,288 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#707581168 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:29,293 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#99212390 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:29,296 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-28 12:14:29,317 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.2 2017-07-28 12:14:29,487 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2017-07-28 12:14:29,489 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2017-07-28 12:14:29,490 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2017-07-28 12:14:29,497 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2017-07-28 12:14:29,498 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2017-07-28 12:14:29,499 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:14:29,499 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2017-07-28 12:14:29,501 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2017-07-28 12:14:29,501 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2017-07-28 12:14:29,522 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.2' 2017-07-28 12:14:29,522 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.2' 2017-07-28 12:14:29,523 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.2' 2017-07-28 12:14:29,523 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.2' 2017-07-28 12:14:29,524 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.2' 2017-07-28 12:14:29,525 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.2' 2017-07-28 12:14:29,525 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.2' 2017-07-28 12:14:29,525 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.2' 2017-07-28 12:14:29,526 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.2' 2017-07-28 12:14:29,526 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.2' 2017-07-28 12:14:29,526 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.2 to target/ROOT/applications/demo-application 2017-07-28 12:14:29,534 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-28 12:14:29,541 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-28 12:14:29,542 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:14:29,546 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-28 12:14:29,570 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@cd0a934, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:29,573 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4c8b1844, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:29,591 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#123177980 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:29,598 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#619881142 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:29,635 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-28 12:14:29,635 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-28 12:14:29,643 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-28 12:14:29,663 INFO [main] org.appng.core.service.CoreService: updating application demo-application-1.5.3 2017-07-28 12:14:29,666 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2017-07-28 12:14:29,666 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2017-07-28 12:14:29,666 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2017-07-28 12:14:29,667 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2017-07-28 12:14:29,667 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2017-07-28 12:14:29,667 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2017-07-28 12:14:29,667 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2017-07-28 12:14:29,667 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2017-07-28 12:14:29,668 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-28 12:14:29,668 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-28 12:14:29,668 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/ROOT/applications/demo-application 2017-07-28 12:14:29,686 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-28 12:14:29,690 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-28 12:14:29,691 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-28 12:14:29,692 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:14:29,694 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-28 12:14:29,695 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2017-07-28 12:14:29,699 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2017-07-28 12:14:29,699 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2017-07-28 12:14:29,723 INFO [main] org.appng.core.service.CoreService: loading properties for application 'demo-application' of site 'site-1' 2017-07-28 12:14:29,725 INFO [main] org.appng.core.service.CoreService: loading properties for application demo-application 2017-07-28 12:14:29,731 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4c8b1844, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:29,734 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4f1bbed9, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:29,756 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#606738906 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:29,763 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1876181909 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:29,878 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-28 12:14:29,909 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4f1bbed9, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:29,911 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@63d7cce2, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:29,932 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1369726841 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:29,942 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#448864851 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:29,955 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-28 12:14:29,979 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2017-07-28 12:14:29,993 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2017-07-28 12:14:29,995 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2017-07-28 12:14:29,996 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2017-07-28 12:14:29,997 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-28 12:14:30,001 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2017-07-28 12:14:30,003 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2017-07-28 12:14:30,005 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:14:30,005 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2017-07-28 12:14:30,008 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2017-07-28 12:14:30,010 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2017-07-28 12:14:30,010 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2017-07-28 12:14:30,012 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2017-07-28 12:14:30,012 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2017-07-28 12:14:30,037 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2017-07-28 12:14:30,037 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2017-07-28 12:14:30,037 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2017-07-28 12:14:30,038 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2017-07-28 12:14:30,038 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2017-07-28 12:14:30,038 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2017-07-28 12:14:30,039 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2017-07-28 12:14:30,039 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2017-07-28 12:14:30,039 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2017-07-28 12:14:30,039 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2017-07-28 12:14:30,039 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.4 to target/ROOT/applications/demo-application 2017-07-28 12:14:30,048 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-28 12:14:30,049 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-28 12:14:30,050 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:14:30,052 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-28 12:14:30,053 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2017-07-28 12:14:30,055 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2017-07-28 12:14:30,061 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@63d7cce2, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:30,063 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@25817b65, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:30,078 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2134373767 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:30,084 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1965594220 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:30,087 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@25817b65, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:30,089 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2a563463, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:30,103 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1491507358 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:30,109 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#908810206 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:30,991 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2a563463, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:30,993 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@581cbf4c, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:31,003 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1124125944 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:31,008 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1070385045 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:31,012 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@581cbf4c, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:31,014 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@576e61f4, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:31,029 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#894060432 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:31,035 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1331353286 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:31,039 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@576e61f4, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:31,041 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@144bb0a5, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:31,053 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2023249289 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:31,058 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1135443024 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:31,059 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@144bb0a5, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:31,061 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5e31df0a, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:31,074 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#810152950 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:31,081 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1753242944 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:31,084 INFO [main] org.appng.core.service.CoreService: unlinking application manager from site site-1, status of database-connection is NO_DB_SUPPORTED 2017-07-28 12:14:31,087 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5e31df0a, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:31,088 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@756d40e5, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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@85d8054]; rollback [false] 2017-07-28 12:14:31,098 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1659591967 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:31,103 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2012655671 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:31,996 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6f4d9baf testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@756d40e5, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290505f8 testClass = CoreServiceTest, locations = '{classpath:platformContext.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-28 12:14:31,998 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@264a1770: startup date [Fri Jul 28 12:14:23 CEST 2017]; root of context hierarchy 2017-07-28 12:14:31,999 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:31,999 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: 8.929 s - in org.appng.core.service.CoreServiceTest [INFO] Running org.appng.core.service.LdapServiceTest 2017-07-28 12:14:32,024 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.022 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-28 12:14:32,043 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#29707354 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:32,057 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1387875493 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:32,514 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1019732065 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:32,520 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-28 12:14:32,523 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.519 s - in org.appng.core.controller.PlatformProcessorTest [INFO] Running org.appng.core.controller.messaging.MessagingTest 2017-07-28 12:14:32,557 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-28 12:14:32,558 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-28 12:14:32,558 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-28 12:14:32,559 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: about to execute org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: localhost received from localhost [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.appng.core.controller.messaging.MessagingTest [INFO] Running org.appng.core.controller.filter.RedirectFilterTest 2017-07-28 12:14:32,573 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: conf reload check set to 5000s 2017-07-28 12:14:32,598 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok) 2017-07-28 12:14:32,611 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.057 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-28 12:14:32,657 INFO [main] org.appng.core.controller.PlatformStartup: 2017-07-28 12:14:32,657 INFO [main] org.appng.core.controller.PlatformStartup: Launching appNG, the Next Generation Application Platform ... 2017-07-28 12:14:32,657 INFO [main] org.appng.core.controller.PlatformStartup: 2017-07-28 12:14:32,657 INFO [main] org.appng.core.controller.PlatformStartup: - - ---- ----------------------------------------- -------- - - 2017-07-28 12:14:32,657 INFO [main] org.appng.core.controller.PlatformStartup: ____ _______ _____ .---,,--,-^²²^-,. 2017-07-28 12:14:32,657 INFO [main] org.appng.core.controller.PlatformStartup: .,--^^²´´ `^^²´´ `²^-.-²´´ ``²---´ dSb. db ,dS$P² < 2017-07-28 12:14:32,657 INFO [main] org.appng.core.controller.PlatformStartup: ,-´_.dSS$§§§§$Sb. .dS$§§§§§$Sb. : .dS$§§§§$SSb. : $§4b.$$ l$´ ss ; 2017-07-28 12:14:32,657 INFO [main] org.appng.core.controller.PlatformStartup: ,/ .dS$SP²^^^²4$§§$ $§§$P²^^^²4S$$b.`4$$P²^^^²4S§$b. 4$`4b$P `4S$SP | 2017-07-28 12:14:32,657 INFO [main] org.appng.core.controller.PlatformStartup: ! .$§SP° $§§$ $§§$´ `4S§$.`4$´ `4S§$. .-----^²------´ 2017-07-28 12:14:32,658 INFO [main] org.appng.core.controller.PlatformStartup: ; [$§$l $§§$ $§§$ l$§$] l$ l$§$] ! 2017-07-28 12:14:32,658 INFO [main] org.appng.core.controller.PlatformStartup: l.`S$Sb. $§§$ $§§$ ,dS$S´ d$ ,dS$S´ ; 2017-07-28 12:14:32,658 INFO [main] org.appng.core.controller.PlatformStartup: \ `4S$Sbsaaasd$§§$ $§§$ssaaasdS$SP´,d$$ssaaasdS$SP´ l 2017-07-28 12:14:32,658 INFO [main] org.appng.core.controller.PlatformStartup: \_ ``4SS$§§§§§§§$ $§§§§§§§$SSP´´ $§§§§§§§$SSP´´_.^ 2017-07-28 12:14:32,658 INFO [main] org.appng.core.controller.PlatformStartup: `----,_,.____,. $$$$ ___.___,^ $$$$ ___.,--^ 2017-07-28 12:14:32,658 INFO [main] org.appng.core.controller.PlatformStartup: _ _ ______ ____ ! $§§$ ! ____ _ ! $$$$ | ________ _______ ____ _ _ 2017-07-28 12:14:32,658 INFO [main] org.appng.core.controller.PlatformStartup: | $$$$ ; l $$$$ ; 2017-07-28 12:14:32,658 INFO [main] org.appng.core.controller.PlatformStartup: `--,.-^´ `--,.-^´ 2017-07-28 12:14:32,658 INFO [main] org.appng.core.controller.PlatformStartup: 2017-07-28 12:14:32,660 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-28 12:14:32,682 INFO [HSQLDB Server @77f0ac9f] hsqldb.db.HSQLDB5D88B0C5E9.ENGINE: Checkpoint start 2017-07-28 12:14:32,682 INFO [HSQLDB Server @77f0ac9f] hsqldb.db.HSQLDB5D88B0C5E9.ENGINE: checkpointClose start 2017-07-28 12:14:32,693 INFO [HSQLDB Server @77f0ac9f] hsqldb.db.HSQLDB5D88B0C5E9.ENGINE: checkpointClose synched 2017-07-28 12:14:32,704 INFO [HSQLDB Server @77f0ac9f] hsqldb.db.HSQLDB5D88B0C5E9.ENGINE: checkpointClose script done 2017-07-28 12:14:32,723 INFO [HSQLDB Server @77f0ac9f] hsqldb.db.HSQLDB5D88B0C5E9.ENGINE: checkpointClose end 2017-07-28 12:14:32,723 INFO [HSQLDB Server @77f0ac9f] hsqldb.db.HSQLDB5D88B0C5E9.ENGINE: Checkpoint end - txts: 1 2017-07-28 12:14:32,867 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4.0) 2017-07-28 12:14:32,969 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4) 2017-07-28 12:14:32,974 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-28 12:14:32,981 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.007s). 2017-07-28 12:14:32,981 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2017-07-28 12:14:33,096 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.007s) 2017-07-28 12:14:33,100 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-28 12:14:33,108 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-28 12:14:33,116 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-28 12:14:33,142 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-28 12:14:33,157 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-28 12:14:33,165 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-28 12:14:33,172 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-28 12:14:33,178 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-28 12:14:33,185 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-28 12:14:33,191 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-28 12:14:33,197 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-28 12:14:33,203 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.103s). 2017-07-28 12:14:33,204 INFO [main] org.appng.core.controller.PlatformStartup: Platform connection: HSQL jdbc:hsqldb:hsql://localhost:9050/appng 2017-07-28 12:14:33,204 INFO [main] org.appng.core.controller.PlatformStartup: appNG null started in 547 ms. 2017-07-28 12:14:33,204 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== 2017-07-28 12:14:38,206 INFO [main] org.appng.core.controller.PlatformStartup: appNG stopped. 2017-07-28 12:14:38,206 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.569 s - in org.appng.core.controller.PlatformStartupTest [INFO] Running org.appng.core.controller.SessionListenerTest 2017-07-28 12:14:38,271 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2017-07-28 12:14:38) 2017-07-28 12:14:38,273 INFO [main] org.appng.core.controller.SessionListener: Session created: ERTERTZGFHFGHGFH234 (created: 2017-07-28 12:14:38) 2017-07-28 12:14:38,274 INFO [main] org.appng.core.controller.SessionListener: Session destroyed: ZUS383883OTOTOLSKKL (created: 2017-07-28 12:14:38, accessed: 2017-07-28 12:14:38, requests: 1, domain: http://localhost:8080, user-agent: null) 2017-07-28 12:14:38,275 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2017-07-28 12:14:38) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.appng.core.controller.SessionListenerTest [INFO] Running org.appng.core.controller.ApplicationContextTest 2017-07-28 12:14:38,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-28 12:14:38,284 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-28 12:14:38,286 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml] 2017-07-28 12:14:38,310 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2017-07-28 12:14:38,318 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-28 12:14:38,326 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@469b8147: startup date [Fri Jul 28 12:14:38 CEST 2017]; root of context hierarchy 2017-07-28 12:14:38,444 INFO [HSQLDB Server @5444cda8] hsqldb.db.HSQLDB5D88B0DC6B.ENGINE: Checkpoint start 2017-07-28 12:14:38,444 INFO [HSQLDB Server @5444cda8] hsqldb.db.HSQLDB5D88B0DC6B.ENGINE: checkpointClose start 2017-07-28 12:14:38,457 INFO [HSQLDB Server @5444cda8] hsqldb.db.HSQLDB5D88B0DC6B.ENGINE: checkpointClose synched 2017-07-28 12:14:38,468 INFO [HSQLDB Server @5444cda8] hsqldb.db.HSQLDB5D88B0DC6B.ENGINE: checkpointClose script done 2017-07-28 12:14:38,488 INFO [HSQLDB Server @5444cda8] hsqldb.db.HSQLDB5D88B0DC6B.ENGINE: checkpointClose end 2017-07-28 12:14:38,489 INFO [HSQLDB Server @5444cda8] hsqldb.db.HSQLDB5D88B0DC6B.ENGINE: Checkpoint end - txts: 1 2017-07-28 12:14:38,545 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2017-07-28 12:14:38,546 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2017-07-28 12:14:38,679 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:14:38,686 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:14:38,942 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2017-07-28 12:14:39,341 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@469b8147: startup date [Fri Jul 28 12:14:38 CEST 2017]; root of context hierarchy 2017-07-28 12:14:39,342 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.171 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.006 s - in org.appng.core.controller.handler.GuiHandlerTest [INFO] Running org.appng.core.controller.handler.ServiceRequestHandlerTest 2017-07-28 12:14:39,476 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-28 12:14:39,487 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@44844ea6: startup date [Fri Jul 28 12:14:39 CEST 2017]; root of context hierarchy 2017-07-28 12:14:39,709 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-28 12:14:39,739 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@44844ea6: startup date [Fri Jul 28 12:14:39 CEST 2017]; root of context hierarchy [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.44 s - in org.appng.core.controller.handler.ServiceRequestHandlerTest [INFO] Running org.appng.core.controller.ControllerTest 2017-07-28 12:14:39,906 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,907 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1673331699 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,927 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,928 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#32813307 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,931 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,932 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#603964774 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,933 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,934 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1416943218 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,941 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,943 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#100865020 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,944 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,945 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1476801855 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,947 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,948 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1980671592 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,949 INFO [main] org.appng.core.Redirect : Redirecting request to /de/index (301) 2017-07-28 12:14:39,950 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,951 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#88410146 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,955 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,956 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#976671045 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,958 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,959 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#26089106 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,961 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,962 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#895651926 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,963 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,964 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#218598269 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,965 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,966 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#168356446 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,968 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,969 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#202714066 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,970 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,971 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1298684848 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,972 INFO [main] org.appng.core.Redirect : Redirecting request /de to /de/index (301) 2017-07-28 12:14:39,973 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,974 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1814599437 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,975 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,976 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#398673379 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,980 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,981 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#374987334 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,983 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,984 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#911093380 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,986 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,987 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1245689449 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,988 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,989 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#717888528 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2017-07-28 12:14:39,991 INFO [main] org.appng.core.controller.Controller: Controller created 2017-07-28 12:14:39,992 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.097 s - in org.appng.core.controller.ControllerTest [INFO] Running org.appng.core.controller.RedirectTest 2017-07-28 12:14:39,995 INFO [main] org.appng.core.Redirect : Redirecting request to /targeturl (301) 2017-07-28 12:14:39,996 INFO [main] org.appng.core.Redirect : Redirecting request to targeturl (302) 2017-07-28 12:14:39,996 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-28 12:14:40,002 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-28 12:14:40,002 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-28 12:14:40,003 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2017-07-28 12:14:40,114 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1e84b2de: startup date [Fri Jul 28 12:14:40 CEST 2017]; root of context hierarchy 2017-07-28 12:14:40,272 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:40,283 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2017-07-28 12:14:40,304 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:14:40,305 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-28 12:14:40,305 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:14:40,305 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:14:40,305 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:14:40,407 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:14:40,412 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:14:40,617 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-28 12:14:40,630 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-28 12:14:40,647 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:40,700 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:14:40,888 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-28 12:14:40,888 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-28 12:14:40,903 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-28 12:14:40,912 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-28 12:14:40,912 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-28 12:14:40,912 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-28 12:14:40,913 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-28 12:14:40,920 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1e84b2de: startup date [Fri Jul 28 12:14:40 CEST 2017]; root of context hierarchy 2017-07-28 12:14:40,921 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2017-07-28 12:14:40,921 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.925 s - in org.appng.core.model.PlatformTransformerTest [INFO] Running org.appng.core.model.ApplicationProviderTest 2017-07-28 12:14:40,927 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-28 12:14:40,928 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-28 12:14:40,928 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml] 2017-07-28 12:14:40,946 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2017-07-28 12:14:40,950 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-28 12:14:40,957 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@618f3bf1: startup date [Fri Jul 28 12:14:40 CEST 2017]; root of context hierarchy 2017-07-28 12:14:41,102 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2017-07-28 12:14:41,102 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2017-07-28 12:14:41,228 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:14:41,233 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:14:41,269 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2017-07-28 12:14:41,500 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: 655546596 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-28 12:14:41,607 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: 1479477240 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-28 12:14:41,748 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@618f3bf1: startup date [Fri Jul 28 12:14:40 CEST 2017]; root of context hierarchy 2017-07-28 12:14:41,748 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.826 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-28 12:14:41,771 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.034 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.011 s - in org.appng.core.model.OutputFormatAndTypeTest [INFO] Running org.appng.core.model.CacheProviderTest 2017-07-28 12:14:41,801 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-28 12:14:41,801 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-28 12:14:41,803 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-28 12:14:41,803 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.4.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.4-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.4 [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.4 [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.4 [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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.14.4/appng-core-1.14.4.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.4/appng-core-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.4-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.14.4/appng-core-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.14.4/appng-core-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.14.4/appng-core-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.14.4/appng-core-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.4-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.14.4/appng-core-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.14.4/appng-core-1.14.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.14.4/appng-core-1.14.4.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.4/appng-core-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.4-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.14.4/appng-core-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.14.4/appng-core-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.4.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.14.4/appng-core-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.14.4/appng-core-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.4-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.14.4/appng-core-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.14.4/appng-core-1.14.4-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 7 1.14.4 [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.4-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.4 [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.4 [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.4 [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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4.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.4/appng-tomcat7-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.4-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.4-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4.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.4/appng-tomcat7-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.4-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.4.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.4-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 8 1.14.4 [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.4-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.4 [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.4 [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.4 [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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4.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.4/appng-tomcat8-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.4-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.4-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4.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.4/appng-tomcat8-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.4-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.4.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.4-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Command Line Interface 1.14.4 [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-28 12:15:17,743 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-28 12:15:17,759 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6b0c2d26, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3d3fcdb0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@641147d0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6e38921c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@64d7f7e0, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@27c6e487] 2017-07-28 12:15:17,831 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:18,244 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2357d90a: startup date [Fri Jul 28 12:15:18 CEST 2017]; root of context hierarchy 2017-07-28 12:15:18,836 INFO [HSQLDB Server @74bada02] hsqldb.db.HSQLDB5D88B17A1F.ENGINE: Checkpoint start 2017-07-28 12:15:18,837 INFO [HSQLDB Server @74bada02] hsqldb.db.HSQLDB5D88B17A1F.ENGINE: checkpointClose start 2017-07-28 12:15:18,846 INFO [HSQLDB Server @74bada02] hsqldb.db.HSQLDB5D88B17A1F.ENGINE: checkpointClose synched 2017-07-28 12:15:18,858 INFO [HSQLDB Server @74bada02] hsqldb.db.HSQLDB5D88B17A1F.ENGINE: checkpointClose script done 2017-07-28 12:15:18,882 INFO [HSQLDB Server @74bada02] hsqldb.db.HSQLDB5D88B17A1F.ENGINE: checkpointClose end 2017-07-28 12:15:18,883 INFO [HSQLDB Server @74bada02] hsqldb.db.HSQLDB5D88B17A1F.ENGINE: Checkpoint end - txts: 1 2017-07-28 12:15:18,982 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:19,054 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:19,262 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.10.Final} 2017-07-28 12:15:19,264 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2017-07-28 12:15:19,318 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2017-07-28 12:15:19,488 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:19,489 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-28 12:15:19,489 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:19,489 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:19,492 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:19,640 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:19,727 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:20,327 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.4.1.Final 2017-07-28 12:15:20,997 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4ea17147] for (non-JTA) DDL 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-28 12:15:21,096 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7f73ce28] for (non-JTA) DDL 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-28 12:15:21,157 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:21,665 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:22,520 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4239262e testClass = CommandListApplicationsTest, testInstance = org.appng.cli.commands.application.CommandListApplicationsTest@7bec8cb0, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2fb082ff 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@ef86c72]; rollback [false] 2017-07-28 12:15:22,808 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@4239262e testClass = CommandListApplicationsTest, testInstance = org.appng.cli.commands.application.CommandListApplicationsTest@7bec8cb0, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2fb082ff 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-28 12:15:22,811 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2357d90a: startup date [Fri Jul 28 12:15:18 CEST 2017]; root of context hierarchy 2017-07-28 12:15:22,815 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:22,815 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.286 s - in org.appng.cli.commands.application.CommandListApplicationsTest [INFO] Running org.appng.cli.commands.application.CommandListApplicationsForSiteTest 2017-07-28 12:15:22,821 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-28 12:15:22,822 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2f60cbf2, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@631bc9f4, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@642c72cf, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4e6cbdf1, org.springframework.test.context.transaction.TransactionalTestExecutionListener@67fac095, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5a13f1f7] 2017-07-28 12:15:22,822 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:22,940 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5dae5a70: startup date [Fri Jul 28 12:15:22 CEST 2017]; root of context hierarchy 2017-07-28 12:15:23,102 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:23,130 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:23,156 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:23,156 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-28 12:15:23,156 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:23,156 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:23,156 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:23,259 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:23,271 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:23,448 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3700994c] for (non-JTA) DDL 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-28 12:15:23,463 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@78a165db] for (non-JTA) DDL 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-28 12:15:23,495 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:23,582 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:23,746 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5db90818 testClass = CommandListApplicationsForSiteTest, testInstance = org.appng.cli.commands.application.CommandListApplicationsForSiteTest@3c17794e, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6bf28f61 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@7cbfbcd1]; rollback [false] 2017-07-28 12:15:23,986 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5db90818 testClass = CommandListApplicationsForSiteTest, testInstance = org.appng.cli.commands.application.CommandListApplicationsForSiteTest@3c17794e, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6bf28f61 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-28 12:15:23,987 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5dae5a70: startup date [Fri Jul 28 12:15:22 CEST 2017]; root of context hierarchy 2017-07-28 12:15:23,989 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:23,989 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.173 s - in org.appng.cli.commands.application.CommandListApplicationsForSiteTest [INFO] Running org.appng.cli.commands.application.CommandInstallApplicationTest 2017-07-28 12:15:24,002 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-28 12:15:24,002 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@d1d85d0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@115a7e51, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@23ea3853, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6f1163f7, org.springframework.test.context.transaction.TransactionalTestExecutionListener@e4348c0, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4ca907af] 2017-07-28 12:15:24,003 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:24,105 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3ef396c9: startup date [Fri Jul 28 12:15:24 CEST 2017]; root of context hierarchy 2017-07-28 12:15:24,266 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:24,280 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:24,301 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:24,301 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-28 12:15:24,302 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:24,302 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:24,302 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:24,405 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:24,411 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:24,601 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@63541cd4] for (non-JTA) DDL 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-28 12:15:24,615 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2111d7b9] for (non-JTA) DDL 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-28 12:15:24,647 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:24,711 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:24,926 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6771efaa testClass = CommandInstallApplicationTest, testInstance = org.appng.cli.commands.application.CommandInstallApplicationTest@446fb72e, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@743b7025 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@23adbd6b]; rollback [false] 2017-07-28 12:15:25,038 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-28 12:15:25,126 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2017-07-28 12:15:25,144 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2017-07-28 12:15:25,148 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2017-07-28 12:15:25,150 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2017-07-28 12:15:25,151 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-28 12:15:25,164 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2017-07-28 12:15:25,168 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2017-07-28 12:15:25,169 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:15:25,170 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2017-07-28 12:15:25,173 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2017-07-28 12:15:25,177 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2017-07-28 12:15:25,177 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2017-07-28 12:15:25,180 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2017-07-28 12:15:25,180 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2017-07-28 12:15:25,213 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2017-07-28 12:15:25,213 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2017-07-28 12:15:25,214 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2017-07-28 12:15:25,215 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2017-07-28 12:15:25,215 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2017-07-28 12:15:25,215 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2017-07-28 12:15:25,215 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2017-07-28 12:15:25,216 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2017-07-28 12:15:25,216 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2017-07-28 12:15:25,216 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2017-07-28 12:15:25,216 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.4 2017-07-28 12:15:25,216 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml 2017-07-28 12:15:25,233 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml 2017-07-28 12:15:25,248 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml 2017-07-28 12:15:25,261 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml 2017-07-28 12:15:25,274 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml 2017-07-28 12:15:25,285 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml 2017-07-28 12:15:25,301 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml 2017-07-28 12:15:25,314 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties 2017-07-28 12:15:25,318 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql 2017-07-28 12:15:25,329 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql 2017-07-28 12:15:25,365 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-28 12:15:25,368 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-28 12:15:25,371 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:15:25,375 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-28 12:15:25,377 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2017-07-28 12:15:25,381 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2017-07-28 12:15:25,400 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6771efaa testClass = CommandInstallApplicationTest, testInstance = org.appng.cli.commands.application.CommandInstallApplicationTest@446fb72e, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@743b7025 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-28 12:15:25,401 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3ef396c9: startup date [Fri Jul 28 12:15:24 CEST 2017]; root of context hierarchy 2017-07-28 12:15:25,403 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:25,403 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.413 s - in org.appng.cli.commands.application.CommandInstallApplicationTest [INFO] Running org.appng.cli.commands.property.CommandUpdatePropertyTest 2017-07-28 12:15:25,410 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-28 12:15:25,411 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@18711946, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2b8b5d9e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@9e092b5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@52737c1, org.springframework.test.context.transaction.TransactionalTestExecutionListener@158cb50a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@649a6d88] 2017-07-28 12:15:25,411 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:25,507 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@69e23e94: startup date [Fri Jul 28 12:15:25 CEST 2017]; root of context hierarchy 2017-07-28 12:15:25,662 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:25,681 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:25,706 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:25,707 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-28 12:15:25,707 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:25,707 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:25,707 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:25,810 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:25,817 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:25,952 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3d95100f] for (non-JTA) DDL 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-28 12:15:25,964 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@27879518] for (non-JTA) DDL 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-28 12:15:25,989 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:26,044 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:26,191 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-28 12:15:26,236 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-28 12:15:26,237 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@69e23e94: startup date [Fri Jul 28 12:15:25 CEST 2017]; root of context hierarchy 2017-07-28 12:15:26,239 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:26,239 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.834 s - in org.appng.cli.commands.property.CommandUpdatePropertyTest [INFO] Running org.appng.cli.commands.property.CommandListPropertiesTest 2017-07-28 12:15:26,246 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-28 12:15:26,246 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-28 12:15:26,247 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:26,334 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@343b3399: startup date [Fri Jul 28 12:15:26 CEST 2017]; root of context hierarchy 2017-07-28 12:15:26,487 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:26,505 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:26,529 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:26,529 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-28 12:15:26,530 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:26,530 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:26,530 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:26,632 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:26,640 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:26,775 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-28 12:15:26,785 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-28 12:15:26,809 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:26,857 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:27,038 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-28 12:15:27,078 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-28 12:15:27,079 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-28 12:15:27,097 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-28 12:15:27,098 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-28 12:15:27,107 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-28 12:15:27,108 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-28 12:15:27,116 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-28 12:15:27,125 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-28 12:15:27,204 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-28 12:15:27,205 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-28 12:15:27,216 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-28 12:15:27,216 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@343b3399: startup date [Fri Jul 28 12:15:26 CEST 2017]; root of context hierarchy 2017-07-28 12:15:27,217 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:27,220 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.981 s - in org.appng.cli.commands.property.CommandListPropertiesTest [INFO] Running org.appng.cli.commands.property.CommandCreateClobPropertyTest 2017-07-28 12:15:27,229 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-28 12:15:27,229 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-28 12:15:27,230 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:27,316 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@522a9876: startup date [Fri Jul 28 12:15:27 CEST 2017]; root of context hierarchy 2017-07-28 12:15:27,464 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:27,480 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:27,503 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:27,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-28 12:15:27,503 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:27,503 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:27,504 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:27,606 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:27,614 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:27,747 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-28 12:15:27,756 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-28 12:15:27,779 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:27,835 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:27,952 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-28 12:15:28,065 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-28 12:15:28,065 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@522a9876: startup date [Fri Jul 28 12:15:27 CEST 2017]; root of context hierarchy 2017-07-28 12:15:28,067 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:28,067 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.property.CommandCreateClobPropertyTest [INFO] Running org.appng.cli.commands.property.CommandUpdateClobPropertyTest 2017-07-28 12:15:28,075 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-28 12:15:28,075 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-28 12:15:28,076 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:28,167 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7e762feb: startup date [Fri Jul 28 12:15:28 CEST 2017]; root of context hierarchy 2017-07-28 12:15:28,318 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:28,335 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:28,359 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:28,359 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-28 12:15:28,360 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:28,360 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:28,360 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:28,462 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:28,470 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:28,593 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-28 12:15:28,608 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-28 12:15:28,641 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:28,684 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:28,812 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-28 12:15:28,908 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-28 12:15:28,908 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7e762feb: startup date [Fri Jul 28 12:15:28 CEST 2017]; root of context hierarchy 2017-07-28 12:15:28,910 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:28,910 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.CommandUpdateClobPropertyTest [INFO] Running org.appng.cli.commands.property.CommandCreatePropertyTest 2017-07-28 12:15:28,922 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-28 12:15:28,922 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-28 12:15:28,923 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:29,031 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@56c6256a: startup date [Fri Jul 28 12:15:29 CEST 2017]; root of context hierarchy 2017-07-28 12:15:29,191 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:29,205 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:29,223 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:29,224 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-28 12:15:29,224 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:29,224 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:29,224 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:29,326 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:29,333 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:29,452 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-28 12:15:29,460 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-28 12:15:29,480 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:29,522 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:29,646 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-28 12:15:29,673 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-28 12:15:29,674 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@56c6256a: startup date [Fri Jul 28 12:15:29 CEST 2017]; root of context hierarchy 2017-07-28 12:15:29,675 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:29,675 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.764 s - in org.appng.cli.commands.property.CommandCreatePropertyTest [INFO] Running org.appng.cli.commands.permission.AddPermissionTest 2017-07-28 12:15:29,681 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-28 12:15:29,681 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-28 12:15:29,682 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:29,764 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@446454af: startup date [Fri Jul 28 12:15:29 CEST 2017]; root of context hierarchy 2017-07-28 12:15:29,913 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:29,930 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:29,952 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:29,952 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-28 12:15:29,952 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:29,953 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:29,953 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:30,055 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:30,062 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:30,177 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-28 12:15:30,184 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-28 12:15:30,203 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:30,245 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:30,374 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@23532a0e testClass = AddPermissionTest, testInstance = org.appng.cli.commands.permission.AddPermissionTest@3680dff2, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@71303d2c 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@62b899bf]; rollback [false] 2017-07-28 12:15:30,422 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@23532a0e testClass = AddPermissionTest, testInstance = org.appng.cli.commands.permission.AddPermissionTest@3680dff2, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@71303d2c 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-28 12:15:30,422 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@446454af: startup date [Fri Jul 28 12:15:29 CEST 2017]; root of context hierarchy 2017-07-28 12:15:30,423 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:30,423 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.cli.commands.permission.AddPermissionTest [INFO] Running org.appng.cli.commands.permission.RemovePermissionTest 2017-07-28 12:15:30,429 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-28 12:15:30,429 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4184aa78, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@27320a39, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1d8f4623, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6d425496, org.springframework.test.context.transaction.TransactionalTestExecutionListener@9f1f42c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3e2544e9] 2017-07-28 12:15:30,430 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:30,510 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@597ca350: startup date [Fri Jul 28 12:15:30 CEST 2017]; root of context hierarchy 2017-07-28 12:15:30,664 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:30,681 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:30,704 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:30,705 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-28 12:15:30,705 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:30,705 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:30,705 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:30,807 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:30,814 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:30,934 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2267faa3] for (non-JTA) DDL 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-28 12:15:30,941 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3826510a] for (non-JTA) DDL 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-28 12:15:30,961 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:31,000 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:31,174 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@1ce55fdf testClass = RemovePermissionTest, testInstance = org.appng.cli.commands.permission.RemovePermissionTest@52a8fca9, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@66692051 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@16d229bf]; rollback [false] 2017-07-28 12:15:31,226 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@1ce55fdf testClass = RemovePermissionTest, testInstance = org.appng.cli.commands.permission.RemovePermissionTest@52a8fca9, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@66692051 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-28 12:15:31,227 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@597ca350: startup date [Fri Jul 28 12:15:30 CEST 2017]; root of context hierarchy 2017-07-28 12:15:31,232 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:31,232 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.809 s - in org.appng.cli.commands.permission.RemovePermissionTest [INFO] Running org.appng.cli.commands.permission.ListPermissionTest 2017-07-28 12:15:31,261 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-28 12:15:31,261 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@44a065f7, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4c560e50, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@487950e0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@71efa55d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3627e94a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4a7f5550] 2017-07-28 12:15:31,262 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:31,362 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4883e2af: startup date [Fri Jul 28 12:15:31 CEST 2017]; root of context hierarchy 2017-07-28 12:15:31,504 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:31,514 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:31,529 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:31,529 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-28 12:15:31,529 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:31,529 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:31,529 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:31,631 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:31,640 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:31,729 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@44498af0] for (non-JTA) DDL 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-28 12:15:31,735 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@76fa6d23] for (non-JTA) DDL 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-28 12:15:31,754 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:31,806 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:31,925 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7c25155e testClass = ListPermissionTest, testInstance = org.appng.cli.commands.permission.ListPermissionTest@1a6b250e, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@51386a2e 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@1a95df8b]; rollback [false] 2017-07-28 12:15:31,971 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7c25155e testClass = ListPermissionTest, testInstance = org.appng.cli.commands.permission.ListPermissionTest@1a6b250e, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@51386a2e 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-28 12:15:31,971 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4883e2af: startup date [Fri Jul 28 12:15:31 CEST 2017]; root of context hierarchy 2017-07-28 12:15:31,972 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:31,972 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.permission.ListPermissionTest [INFO] Running org.appng.cli.commands.repository.CommandListRepositoryTest 2017-07-28 12:15:31,979 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-28 12:15:31,979 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@50567135, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5ca15fbc, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2f951b24, org.springframework.test.context.support.DirtiesContextTestExecutionListener@53919446, org.springframework.test.context.transaction.TransactionalTestExecutionListener@302d88d8, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@66277dde] 2017-07-28 12:15:31,980 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:32,050 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@616c1605: startup date [Fri Jul 28 12:15:32 CEST 2017]; root of context hierarchy 2017-07-28 12:15:32,192 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:32,201 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:32,214 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:32,215 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-28 12:15:32,215 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:32,215 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:32,215 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:32,316 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:32,322 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:32,414 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1a3bebf9] for (non-JTA) DDL 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-28 12:15:32,420 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6b8abde9] for (non-JTA) DDL 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-28 12:15:32,438 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:32,481 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:32,596 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@73dd61ca testClass = CommandListRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandListRepositoryTest@330bba7c, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@25e07162 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@115c112]; rollback [false] 2017-07-28 12:15:32,624 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@73dd61ca testClass = CommandListRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandListRepositoryTest@330bba7c, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@25e07162 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-28 12:15:32,625 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@616c1605: startup date [Fri Jul 28 12:15:32 CEST 2017]; root of context hierarchy 2017-07-28 12:15:32,626 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:32,626 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.repository.CommandListRepositoryTest [INFO] Running org.appng.cli.commands.repository.CommandDeleteRepositoryTest 2017-07-28 12:15:32,631 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-28 12:15:32,632 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@27290796, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1cfc8b7c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3ef1b8d3, org.springframework.test.context.support.DirtiesContextTestExecutionListener@44726b24, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2b08d18b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@535708fd] 2017-07-28 12:15:32,632 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:32,710 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@60d31564: startup date [Fri Jul 28 12:15:32 CEST 2017]; root of context hierarchy 2017-07-28 12:15:32,857 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:32,873 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:32,895 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:32,895 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-28 12:15:32,896 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:32,896 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:32,896 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:32,998 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:33,003 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:33,097 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@26d6ec55] for (non-JTA) DDL 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-28 12:15:33,103 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@272269b3] for (non-JTA) DDL 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-28 12:15:33,120 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:33,161 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:33,279 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5c57d12b testClass = CommandDeleteRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandDeleteRepositoryTest@36040337, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1bd2a4d3 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@137cbf04]; rollback [false] 2017-07-28 12:15:33,317 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5c57d12b testClass = CommandDeleteRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandDeleteRepositoryTest@36040337, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1bd2a4d3 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-28 12:15:33,317 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@60d31564: startup date [Fri Jul 28 12:15:32 CEST 2017]; root of context hierarchy 2017-07-28 12:15:33,318 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:33,318 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.691 s - in org.appng.cli.commands.repository.CommandDeleteRepositoryTest [INFO] Running org.appng.cli.commands.repository.CommandCreateRepositoryTest 2017-07-28 12:15:33,324 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-28 12:15:33,324 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7dcae30, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4e1acc34, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3a31cbcc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@57eac75b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@35255eb8, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2dc65f44] 2017-07-28 12:15:33,324 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:33,410 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@191d9e9b: startup date [Fri Jul 28 12:15:33 CEST 2017]; root of context hierarchy 2017-07-28 12:15:33,616 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:33,637 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:33,658 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:33,658 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-28 12:15:33,658 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:33,658 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:33,659 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:33,762 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:33,771 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:33,877 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@20206727] for (non-JTA) DDL 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-28 12:15:33,889 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1ce380b8] for (non-JTA) DDL 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-28 12:15:33,908 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:33,962 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:34,055 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5275ba5 testClass = CommandCreateRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandCreateRepositoryTest@6c06e61a, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@11f13856 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@1c650d81]; rollback [false] 2017-07-28 12:15:34,082 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5275ba5 testClass = CommandCreateRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandCreateRepositoryTest@6c06e61a, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@11f13856 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-28 12:15:34,082 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@191d9e9b: startup date [Fri Jul 28 12:15:33 CEST 2017]; root of context hierarchy 2017-07-28 12:15:34,083 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:34,083 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.764 s - in org.appng.cli.commands.repository.CommandCreateRepositoryTest [INFO] Running org.appng.cli.commands.template.CommandInstallTemplateTest 2017-07-28 12:15:34,088 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2017-07-28 12:15:34,089 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2d178024, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@14ecde7d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@425fa2ea, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4e98bd7, org.springframework.test.context.transaction.TransactionalTestExecutionListener@156e3dce, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@67830628] 2017-07-28 12:15:34,089 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:34,161 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@58f4b0c0: startup date [Fri Jul 28 12:15:34 CEST 2017]; root of context hierarchy 2017-07-28 12:15:34,305 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:34,319 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:34,340 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:34,341 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-28 12:15:34,341 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:34,341 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:34,341 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:34,447 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:34,453 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:34,556 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@203943d2] for (non-JTA) DDL 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-28 12:15:34,562 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7eeb21d5] for (non-JTA) DDL 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-28 12:15:34,579 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:34,614 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:34,724 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@78b62985 testClass = CommandInstallTemplateTest, testInstance = org.appng.cli.commands.template.CommandInstallTemplateTest@63bbd5b1, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1bd0b260 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@5ef845e9]; rollback [false] 2017-07-28 12:15:34,753 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-28 12:15:34,779 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2017-07-28 12:15:34,780 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2017-07-28 12:15:34,780 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2017-07-28 12:15:34,781 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2017-07-28 12:15:34,781 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2017-07-28 12:15:34,782 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2017-07-28 12:15:34,853 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@78b62985 testClass = CommandInstallTemplateTest, testInstance = org.appng.cli.commands.template.CommandInstallTemplateTest@63bbd5b1, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1bd0b260 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-28 12:15:34,854 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@58f4b0c0: startup date [Fri Jul 28 12:15:34 CEST 2017]; root of context hierarchy 2017-07-28 12:15:34,855 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:34,855 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.cli.commands.template.CommandInstallTemplateTest [INFO] Running org.appng.cli.commands.subject.CommandDeleteSubjectTest 2017-07-28 12:15:34,870 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-28 12:15:34,871 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@64bfcb1f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7ec14819, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@121f1fa4, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7cf90c7f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6604c7cc, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@12f1da95] 2017-07-28 12:15:34,872 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:34,942 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@78f91550: startup date [Fri Jul 28 12:15:34 CEST 2017]; root of context hierarchy 2017-07-28 12:15:35,093 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:35,104 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:35,121 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:35,121 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-28 12:15:35,122 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:35,122 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:35,122 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:35,224 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:35,229 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:35,321 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@8a10fd6] for (non-JTA) DDL 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-28 12:15:35,327 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@40232792] for (non-JTA) DDL 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-28 12:15:35,347 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:35,397 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:35,503 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@51740384 testClass = CommandDeleteSubjectTest, testInstance = org.appng.cli.commands.subject.CommandDeleteSubjectTest@3f9fae4b, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@176a48f9 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@3b83a2b3]; rollback [false] 2017-07-28 12:15:35,543 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@51740384 testClass = CommandDeleteSubjectTest, testInstance = org.appng.cli.commands.subject.CommandDeleteSubjectTest@3f9fae4b, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@176a48f9 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-28 12:15:35,543 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@78f91550: startup date [Fri Jul 28 12:15:34 CEST 2017]; root of context hierarchy 2017-07-28 12:15:35,544 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:35,545 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.682 s - in org.appng.cli.commands.subject.CommandDeleteSubjectTest [INFO] Running org.appng.cli.commands.subject.CommandListSubjectTest 2017-07-28 12:15:35,553 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-28 12:15:35,553 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@160250e6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7d5103c5, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5a4b4c99, org.springframework.test.context.support.DirtiesContextTestExecutionListener@21a314ce, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2522e57c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@50989536] 2017-07-28 12:15:35,555 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:35,642 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@50373438: startup date [Fri Jul 28 12:15:35 CEST 2017]; root of context hierarchy 2017-07-28 12:15:35,791 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:35,804 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:35,823 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:35,823 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-28 12:15:35,823 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:35,823 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:35,823 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:35,926 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:35,931 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:36,090 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@c65db76] for (non-JTA) DDL 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-28 12:15:36,096 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@32785395] for (non-JTA) DDL 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-28 12:15:36,114 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:36,161 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:36,285 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@2e7020a testClass = CommandListSubjectTest, testInstance = org.appng.cli.commands.subject.CommandListSubjectTest@4de6973c, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@60529ae2 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@6bdf1b90]; rollback [false] 2017-07-28 12:15:36,311 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@2e7020a testClass = CommandListSubjectTest, testInstance = org.appng.cli.commands.subject.CommandListSubjectTest@4de6973c, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@60529ae2 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-28 12:15:36,311 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@50373438: startup date [Fri Jul 28 12:15:35 CEST 2017]; root of context hierarchy 2017-07-28 12:15:36,312 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:36,312 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.765 s - in org.appng.cli.commands.subject.CommandListSubjectTest [INFO] Running org.appng.cli.commands.subject.CommandCreateSubjectTest 2017-07-28 12:15:36,319 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-28 12:15:36,319 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5b6e0226, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@47072fcb, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@74280080, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6b336d13, org.springframework.test.context.transaction.TransactionalTestExecutionListener@40e73d61, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3ee03bc1] 2017-07-28 12:15:36,320 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:36,409 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@a78109d: startup date [Fri Jul 28 12:15:36 CEST 2017]; root of context hierarchy 2017-07-28 12:15:36,557 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:36,569 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:36,586 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:36,587 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-28 12:15:36,587 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:36,587 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:36,587 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:36,689 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:36,695 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:36,783 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@59f5fab1] for (non-JTA) DDL 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-28 12:15:36,789 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@207776c3] for (non-JTA) DDL 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-28 12:15:36,806 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:36,849 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:36,969 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4e4e5171 testClass = CommandCreateSubjectTest, testInstance = org.appng.cli.commands.subject.CommandCreateSubjectTest@33a96ced, testMethod = testException@CommandCreateSubjectTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@23316046 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@6d51c19e]; rollback [false] 2017-07-28 12:15:36,995 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@4e4e5171 testClass = CommandCreateSubjectTest, testInstance = org.appng.cli.commands.subject.CommandCreateSubjectTest@33a96ced, testMethod = testException@CommandCreateSubjectTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@23316046 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-28 12:15:36,996 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4e4e5171 testClass = CommandCreateSubjectTest, testInstance = org.appng.cli.commands.subject.CommandCreateSubjectTest@575362d2, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@23316046 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@6d51c19e]; rollback [false] 2017-07-28 12:15:37,815 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@4e4e5171 testClass = CommandCreateSubjectTest, testInstance = org.appng.cli.commands.subject.CommandCreateSubjectTest@575362d2, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@23316046 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-28 12:15:37,816 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@a78109d: startup date [Fri Jul 28 12:15:36 CEST 2017]; root of context hierarchy 2017-07-28 12:15:37,817 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:37,817 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.503 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.045 s - in org.appng.cli.commands.CommandBatchTest [INFO] Running org.appng.cli.commands.group.CommandAddGroupTest 2017-07-28 12:15:37,874 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-28 12:15:37,874 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@e7ff612, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7ee0a7dc, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3e61d33, org.springframework.test.context.support.DirtiesContextTestExecutionListener@676b8278, org.springframework.test.context.transaction.TransactionalTestExecutionListener@165527e1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6df0acb0] 2017-07-28 12:15:37,875 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:37,989 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5ecc3bb8: startup date [Fri Jul 28 12:15:37 CEST 2017]; root of context hierarchy 2017-07-28 12:15:38,139 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:38,169 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:38,196 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:38,196 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-28 12:15:38,197 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:38,197 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:38,197 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:38,299 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:38,304 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:38,393 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-28 12:15:38,399 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-28 12:15:38,415 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:38,456 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:38,556 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-28 12:15:38,592 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-28 12:15:38,593 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5ecc3bb8: startup date [Fri Jul 28 12:15:37 CEST 2017]; root of context hierarchy 2017-07-28 12:15:38,594 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:38,594 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.731 s - in org.appng.cli.commands.group.CommandAddGroupTest [INFO] Running org.appng.cli.commands.group.CommandListGroupsTest 2017-07-28 12:15:38,600 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-28 12:15:38,600 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-28 12:15:38,600 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:38,675 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2cff9100: startup date [Fri Jul 28 12:15:38 CEST 2017]; root of context hierarchy 2017-07-28 12:15:38,817 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:38,827 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:38,841 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:38,841 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-28 12:15:38,841 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:38,842 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:38,842 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:38,944 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:38,950 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:39,045 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@295b4a47] for (non-JTA) DDL 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-28 12:15:39,051 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@571cccb7] for (non-JTA) DDL 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-28 12:15:39,067 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:39,102 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:39,205 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@1374c26f testClass = CommandListGroupsTest, testInstance = org.appng.cli.commands.group.CommandListGroupsTest@69fec435, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e38c628 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@1b808b37]; rollback [false] 2017-07-28 12:15:39,229 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@1374c26f testClass = CommandListGroupsTest, testInstance = org.appng.cli.commands.group.CommandListGroupsTest@69fec435, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e38c628 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-28 12:15:39,230 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2cff9100: startup date [Fri Jul 28 12:15:38 CEST 2017]; root of context hierarchy 2017-07-28 12:15:39,230 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:39,231 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.636 s - in org.appng.cli.commands.group.CommandListGroupsTest [INFO] Running org.appng.cli.commands.group.CommandCreateGroupTest 2017-07-28 12:15:39,236 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-28 12:15:39,236 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7a1cc67, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@224a74f2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@32bbd221, org.springframework.test.context.support.DirtiesContextTestExecutionListener@74421bc6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7d8933dd, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@c15257a] 2017-07-28 12:15:39,237 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:39,315 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@60d3c403: startup date [Fri Jul 28 12:15:39 CEST 2017]; root of context hierarchy 2017-07-28 12:15:39,467 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:39,483 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:39,508 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:39,508 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-28 12:15:39,509 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:39,509 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:39,509 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:39,611 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:39,617 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:39,799 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4ab0a39b] for (non-JTA) DDL 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-28 12:15:39,804 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@205889fe] for (non-JTA) DDL 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-28 12:15:39,819 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:39,861 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:39,963 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@415ddc83 testClass = CommandCreateGroupTest, testInstance = org.appng.cli.commands.group.CommandCreateGroupTest@319b4b36, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5307b4d0 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@7f53588a]; rollback [false] 2017-07-28 12:15:39,989 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@415ddc83 testClass = CommandCreateGroupTest, testInstance = org.appng.cli.commands.group.CommandCreateGroupTest@319b4b36, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5307b4d0 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-28 12:15:39,990 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@60d3c403: startup date [Fri Jul 28 12:15:39 CEST 2017]; root of context hierarchy 2017-07-28 12:15:39,990 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:39,990 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.group.CommandCreateGroupTest [INFO] Running org.appng.cli.commands.group.CommandDeleteGroupTest 2017-07-28 12:15:39,996 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-28 12:15:39,996 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@ca47d17, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2af0c0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@22fbec8c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2a4131fb, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5a2ad61, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5259f1e5] 2017-07-28 12:15:39,996 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:40,068 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2fbbe8ae: startup date [Fri Jul 28 12:15:40 CEST 2017]; root of context hierarchy 2017-07-28 12:15:40,212 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:40,226 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:40,246 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:40,246 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-28 12:15:40,246 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:40,246 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:40,246 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:40,348 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:40,355 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:40,455 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7bef0ec1] for (non-JTA) DDL 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-28 12:15:40,461 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4639bc0d] for (non-JTA) DDL 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-28 12:15:40,478 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:40,522 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:40,619 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@13d84b91 testClass = CommandDeleteGroupTest, testInstance = org.appng.cli.commands.group.CommandDeleteGroupTest@1910c9c2, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5d0e2a2c 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@63bf30ac]; rollback [false] 2017-07-28 12:15:40,645 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@13d84b91 testClass = CommandDeleteGroupTest, testInstance = org.appng.cli.commands.group.CommandDeleteGroupTest@1910c9c2, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5d0e2a2c 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-28 12:15:40,646 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2fbbe8ae: startup date [Fri Jul 28 12:15:40 CEST 2017]; root of context hierarchy 2017-07-28 12:15:40,646 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:40,647 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.656 s - in org.appng.cli.commands.group.CommandDeleteGroupTest [INFO] Running org.appng.cli.commands.site.CommandDeleteSiteTest 2017-07-28 12:15:40,652 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-28 12:15:40,652 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1a1a00e2, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3150e87f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5725c1a2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@115c4eed, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5b8b5134, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6d2e592a] 2017-07-28 12:15:40,652 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:40,735 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@14ffbdfc: startup date [Fri Jul 28 12:15:40 CEST 2017]; root of context hierarchy 2017-07-28 12:15:40,894 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:40,910 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:40,933 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:40,933 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-28 12:15:40,933 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:40,933 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:40,933 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:41,036 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:41,044 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:41,165 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2b0a7f41] for (non-JTA) DDL 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-28 12:15:41,173 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@22b97a4e] for (non-JTA) DDL 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-28 12:15:41,193 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:41,242 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:41,338 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7a5773a testClass = CommandDeleteSiteTest, testInstance = org.appng.cli.commands.site.CommandDeleteSiteTest@3444a535, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@58bae789 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@69b848d0]; rollback [false] site 'testsite' is NOT running at http://example.com:8080/manager/testsite 2017-07-28 12:15:51,456 INFO [main] org.appng.core.service.CoreService: starting deletion of site testsite 2017-07-28 12:15:51,493 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2017-07-28 12:15:51,529 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-28 12:15:51,530 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-28 12:15:51,530 INFO [main] org.appng.core.service.CoreService: done deleting site testsite 2017-07-28 12:15:51,533 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7a5773a testClass = CommandDeleteSiteTest, testInstance = org.appng.cli.commands.site.CommandDeleteSiteTest@3444a535, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@58bae789 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-28 12:15:51,534 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@14ffbdfc: startup date [Fri Jul 28 12:15:40 CEST 2017]; root of context hierarchy 2017-07-28 12:15:51,535 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:51,535 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.888 s - in org.appng.cli.commands.site.CommandDeleteSiteTest [INFO] Running org.appng.cli.commands.site.CommandListSitesTest 2017-07-28 12:15:51,542 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-28 12:15:51,542 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@66a66885, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@23385, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@229c5104, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3df03e87, org.springframework.test.context.transaction.TransactionalTestExecutionListener@68c79bfc, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7948037a] 2017-07-28 12:15:51,543 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:51,616 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@391c7926: startup date [Fri Jul 28 12:15:51 CEST 2017]; root of context hierarchy 2017-07-28 12:15:51,764 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:51,778 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:51,799 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:51,799 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-28 12:15:51,800 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:51,800 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:51,800 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:51,902 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:51,912 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:52,006 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7464e825] for (non-JTA) DDL 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-28 12:15:52,017 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@554d3736] for (non-JTA) DDL 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-28 12:15:52,042 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:52,086 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:52,193 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7d44391 testClass = CommandListSitesTest, testInstance = org.appng.cli.commands.site.CommandListSitesTest@1918d7d3, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@59ae9252 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@7861cbeb]; rollback [false] 2017-07-28 12:15:52,264 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7d44391 testClass = CommandListSitesTest, testInstance = org.appng.cli.commands.site.CommandListSitesTest@1918d7d3, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@59ae9252 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-28 12:15:52,264 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@391c7926: startup date [Fri Jul 28 12:15:51 CEST 2017]; root of context hierarchy 2017-07-28 12:15:52,265 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:52,265 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.729 s - in org.appng.cli.commands.site.CommandListSitesTest [INFO] Running org.appng.cli.commands.site.CommandCreateSiteTest 2017-07-28 12:15:52,271 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-28 12:15:52,271 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@442a9c59, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@28de155d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@38cc8cc1, org.springframework.test.context.support.DirtiesContextTestExecutionListener@98d8732, org.springframework.test.context.transaction.TransactionalTestExecutionListener@19550a0e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@41f99084] 2017-07-28 12:15:52,272 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:52,355 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1d0fb6fe: startup date [Fri Jul 28 12:15:52 CEST 2017]; root of context hierarchy 2017-07-28 12:15:52,500 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:52,510 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:52,525 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:52,525 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-28 12:15:52,525 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:52,525 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:52,525 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:52,628 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:52,633 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:52,776 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7c1a163c] for (non-JTA) DDL 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-28 12:15:52,781 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@59d44edd] for (non-JTA) DDL 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-28 12:15:52,805 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:52,841 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:52,948 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@57553b96 testClass = CommandCreateSiteTest, testInstance = org.appng.cli.commands.site.CommandCreateSiteTest@27dd052c, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6cc830be 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@5c63df20]; rollback [false] 2017-07-28 12:15:53,023 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@57553b96 testClass = CommandCreateSiteTest, testInstance = org.appng.cli.commands.site.CommandCreateSiteTest@27dd052c, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6cc830be 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-28 12:15:53,024 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1d0fb6fe: startup date [Fri Jul 28 12:15:52 CEST 2017]; root of context hierarchy 2017-07-28 12:15:53,024 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:53,025 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.758 s - in org.appng.cli.commands.site.CommandCreateSiteTest [INFO] Running org.appng.cli.commands.site.CommandSetSiteActiveTest 2017-07-28 12:15:53,030 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-28 12:15:53,030 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@702cd329, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@74e47d7c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@65072e7d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@38ca26f5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2ee90f5e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@79318862] 2017-07-28 12:15:53,030 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:53,101 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@259935ff: startup date [Fri Jul 28 12:15:53 CEST 2017]; root of context hierarchy 2017-07-28 12:15:53,245 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:53,260 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:53,280 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:53,281 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-28 12:15:53,281 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:53,281 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:53,281 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:53,383 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:53,389 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:53,485 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6cc3375f] for (non-JTA) DDL 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-28 12:15:53,494 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7ff73339] for (non-JTA) DDL 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-28 12:15:53,515 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:53,556 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:53,657 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4f9a4b7e testClass = CommandSetSiteActiveTest, testInstance = org.appng.cli.commands.site.CommandSetSiteActiveTest@64bb8914, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@360a230e 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@4cc60d09]; rollback [false] 2017-07-28 12:15:53,742 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@4f9a4b7e testClass = CommandSetSiteActiveTest, testInstance = org.appng.cli.commands.site.CommandSetSiteActiveTest@64bb8914, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@360a230e 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-28 12:15:53,743 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@259935ff: startup date [Fri Jul 28 12:15:53 CEST 2017]; root of context hierarchy 2017-07-28 12:15:53,743 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:53,744 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.718 s - in org.appng.cli.commands.site.CommandSetSiteActiveTest [INFO] Running org.appng.cli.commands.site.CommandCheckSiteRunningTest 2017-07-28 12:15:53,749 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-28 12:15:53,749 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6658a42b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4a1c7255, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@382d6719, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3338a117, org.springframework.test.context.transaction.TransactionalTestExecutionListener@10e222a7, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@39456434] 2017-07-28 12:15:53,750 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:53,816 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6a03c9aa: startup date [Fri Jul 28 12:15:53 CEST 2017]; root of context hierarchy 2017-07-28 12:15:53,957 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:53,970 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:53,987 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:53,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-28 12:15:53,987 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:53,987 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:53,987 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:54,089 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:54,097 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:54,196 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3de7fad2] for (non-JTA) DDL 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-28 12:15:54,203 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2bc14817] for (non-JTA) DDL 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-28 12:15:54,223 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:54,268 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:54,404 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4fa825b7 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@6e1253cf, testMethod = testInvalidResponse@CommandCheckSiteRunningTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6247e4cd 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@33bb3d5b]; rollback [false] site 'test2' is NOT running at http://example.com/manager/test2 HTTP response code: 404 2017-07-28 12:15:54,722 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@4fa825b7 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@6e1253cf, testMethod = testInvalidResponse@CommandCheckSiteRunningTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6247e4cd 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-28 12:15:54,725 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4fa825b7 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@582fce45, testMethod = testInvalidUri@CommandCheckSiteRunningTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6247e4cd 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@33bb3d5b]; rollback [false] site 'test' is NOT running at http://localhorst:8080/manager/test 2017-07-28 12:15:54,812 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@4fa825b7 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@582fce45, testMethod = testInvalidUri@CommandCheckSiteRunningTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6247e4cd 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-28 12:15:54,814 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4fa825b7 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@5524e091, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6247e4cd 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@33bb3d5b]; rollback [false] site 'appng' is running at http://localhost:8080/manager/appng with appNG version 1.0.0-M3 2017-07-28 12:15:54,884 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@4fa825b7 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@5524e091, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6247e4cd 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-28 12:15:54,884 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6a03c9aa: startup date [Fri Jul 28 12:15:53 CEST 2017]; root of context hierarchy 2017-07-28 12:15:54,885 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:54,885 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.141 s - in org.appng.cli.commands.site.CommandCheckSiteRunningTest [INFO] Running org.appng.cli.CliCoreDBNotInitializedTest 2017-07-28 12:15:54,888 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-28 12:15:54,889 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-28 12:15:54,893 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-28 12:15:54,893 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@43e4987c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@33b112ce, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6eea1567, org.springframework.test.context.support.DirtiesContextTestExecutionListener@58f60361, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3f36477b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4aa0531] 2017-07-28 12:15:54,894 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:54,967 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3a5579ee: startup date [Fri Jul 28 12:15:54 CEST 2017]; root of context hierarchy 2017-07-28 12:15:55,037 INFO [HSQLDB Server @da8bd0d] hsqldb.db.HSQLDB5D88B2079D.ENGINE: Checkpoint start 2017-07-28 12:15:55,038 INFO [HSQLDB Server @da8bd0d] hsqldb.db.HSQLDB5D88B2079D.ENGINE: checkpointClose start 2017-07-28 12:15:55,045 INFO [HSQLDB Server @da8bd0d] hsqldb.db.HSQLDB5D88B2079D.ENGINE: checkpointClose synched 2017-07-28 12:15:55,056 INFO [HSQLDB Server @da8bd0d] hsqldb.db.HSQLDB5D88B2079D.ENGINE: checkpointClose script done 2017-07-28 12:15:55,077 INFO [HSQLDB Server @da8bd0d] hsqldb.db.HSQLDB5D88B2079D.ENGINE: checkpointClose end 2017-07-28 12:15:55,077 INFO [HSQLDB Server @da8bd0d] hsqldb.db.HSQLDB5D88B2079D.ENGINE: Checkpoint end - txts: 1 2017-07-28 12:15:55,113 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:55,128 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:55,149 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:55,149 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-28 12:15:55,149 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:55,150 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:55,150 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:55,253 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:55,261 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:55,375 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:55,415 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:55,525 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@28a48991 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@21c295eb, testMethod = testHelp@CliCoreDBNotInitializedTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6ad3d349 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@7dd7269d]; rollback [false] 2017-07-28 12:15:55,543 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@28a48991 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@21c295eb, testMethod = testHelp@CliCoreDBNotInitializedTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6ad3d349 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-28 12:15:55,545 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@28a48991 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@255e13e3, testMethod = testNoArgs@CliCoreDBNotInitializedTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6ad3d349 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@7dd7269d]; rollback [false] 2017-07-28 12:15:55,549 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@28a48991 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@255e13e3, testMethod = testNoArgs@CliCoreDBNotInitializedTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6ad3d349 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-28 12:15:55,550 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@28a48991 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@59499976, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6ad3d349 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@7dd7269d]; rollback [false] 2017-07-28 12:15:55,663 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:15:55,683 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2017-07-28 12:15:55,800 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-28 12:15:55,857 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@28a48991 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@59499976, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6ad3d349 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-28 12:15:55,858 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3a5579ee: startup date [Fri Jul 28 12:15:54 CEST 2017]; root of context hierarchy 2017-07-28 12:15:55,859 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:55,859 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: 0.974 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.767 s - in org.appng.cli.CliBootstrapTest [INFO] Running org.appng.cli.CliCoreTest 2017-07-28 12:15:56,631 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-28 12:15:56,631 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-28 12:15:56,634 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-28 12:15:56,635 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@67c86659, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@32340366, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@75a8a84d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2f433b64, org.springframework.test.context.transaction.TransactionalTestExecutionListener@b9d7a7b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@19a0775d] 2017-07-28 12:15:56,635 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2017-07-28 12:15:56,707 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@29fa4ee4: startup date [Fri Jul 28 12:15:56 CEST 2017]; root of context hierarchy 2017-07-28 12:15:56,769 INFO [HSQLDB Server @104f4c5e] hsqldb.db.HSQLDB5D88B20E60.ENGINE: Checkpoint start 2017-07-28 12:15:56,769 INFO [HSQLDB Server @104f4c5e] hsqldb.db.HSQLDB5D88B20E60.ENGINE: checkpointClose start 2017-07-28 12:15:56,777 INFO [HSQLDB Server @104f4c5e] hsqldb.db.HSQLDB5D88B20E60.ENGINE: checkpointClose synched 2017-07-28 12:15:56,786 INFO [HSQLDB Server @104f4c5e] hsqldb.db.HSQLDB5D88B20E60.ENGINE: checkpointClose script done 2017-07-28 12:15:56,805 INFO [HSQLDB Server @104f4c5e] hsqldb.db.HSQLDB5D88B20E60.ENGINE: checkpointClose end 2017-07-28 12:15:56,805 INFO [HSQLDB Server @104f4c5e] hsqldb.db.HSQLDB5D88B20E60.ENGINE: Checkpoint end - txts: 1 2017-07-28 12:15:56,855 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:56,871 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:15:56,893 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2017-07-28 12:15:56,893 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-28 12:15:56,893 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2017-07-28 12:15:56,894 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2017-07-28 12:15:56,894 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2017-07-28 12:15:56,997 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2017-07-28 12:15:57,003 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:15:57,100 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:15:57,152 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:15:57,247 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@57fcb8dc testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@3a3b456a, testMethod = testBatch@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a46ed84 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@2a054cf9]; rollback [false] 2017-07-28 12:15:57,354 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:15:57,457 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-28 12:15:57,470 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-28 12:15:57,479 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.011s). 2017-07-28 12:15:57,480 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2017-07-28 12:15:57,603 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.007s) 2017-07-28 12:15:57,617 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-28 12:15:57,637 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-28 12:15:57,646 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-28 12:15:57,684 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-28 12:15:57,705 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-28 12:15:57,715 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-28 12:15:57,723 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-28 12:15:57,737 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-28 12:15:57,746 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-28 12:15:57,755 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-28 12:15:57,768 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-28 12:15:57,776 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.160s). 2017-07-28 12:15:57,879 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:15:57,981 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-28 12:15:58,150 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-28 12:15:58,158 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-28 12:15:58,158 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2017-07-28 12:15:58,162 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-28 12:15:58,162 INFO [main] org.appng.core.service.DatabaseService: MSSQL jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL is not working and will be deactivated. 2017-07-28 12:15:58,163 INFO [main] org.appng.cli.CliCore : Database is at version 1.3.2, state: SUCCESS, installed on 2017-07-28 12:15:57.771 2017-07-28 12:15:58,282 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:15:58,384 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-28 12:15:58,421 INFO [main] org.appng.cli.CliCore : Database is at version 1.3.2, state: SUCCESS, installed on 2017-07-28 12:15:57.771 2017-07-28 12:15:58,454 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@57fcb8dc testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@3a3b456a, testMethod = testBatch@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a46ed84 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-28 12:15:58,457 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@57fcb8dc testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@16acff20, testMethod = testCommand@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a46ed84 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@2a054cf9]; rollback [false] 2017-07-28 12:15:58,561 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:15:58,663 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-28 12:15:58,686 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-28 12:15:58,702 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.017s). 2017-07-28 12:15:58,702 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2017-07-28 12:15:58,823 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.005s) 2017-07-28 12:15:58,827 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 1.3.2 2017-07-28 12:15:58,827 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2017-07-28 12:15:58,929 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:15:59,031 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-28 12:15:59,157 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-28 12:15:59,161 INFO [main] org.appng.cli.CliCore : Database is at version 1.3.2, state: SUCCESS, installed on 2017-07-28 12:15:57.771 2017-07-28 12:15:59,271 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:15:59,373 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-28 12:15:59,393 INFO [main] org.appng.cli.CliCore : Database is at version 1.3.2, state: SUCCESS, installed on 2017-07-28 12:15:57.771 2017-07-28 12:15:59,399 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@57fcb8dc testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@16acff20, testMethod = testCommand@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a46ed84 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-28 12:15:59,402 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@57fcb8dc testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@6b995242, testMethod = testError@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a46ed84 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@2a054cf9]; rollback [false] 2017-07-28 12:15:59,505 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:15:59,607 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-28 12:15:59,630 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-28 12:15:59,648 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.020s). 2017-07-28 12:15:59,648 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2017-07-28 12:15:59,774 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.005s) 2017-07-28 12:15:59,780 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 1.3.2 2017-07-28 12:15:59,780 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2017-07-28 12:15:59,883 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:15:59,984 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-28 12:16:00,123 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-28 12:16:00,129 INFO [main] org.appng.cli.CliCore : Database is at version 1.3.2, state: SUCCESS, installed on 2017-07-28 12:15:57.771 2017-07-28 12:16:00,237 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:16:00,339 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2017-07-28 12:16:00,362 INFO [main] org.appng.cli.CliCore : Database is at version 1.3.2, state: SUCCESS, installed on 2017-07-28 12:15:57.771 2017-07-28 12:16:00,367 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-28 12:16:00,371 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@57fcb8dc testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@6b995242, testMethod = testError@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a46ed84 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-28 12:16:00,373 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@57fcb8dc testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@6c2ce034, testMethod = testInvalidCommand@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a46ed84 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@2a054cf9]; rollback [false] 2017-07-28 12:16:00,378 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@57fcb8dc testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@6c2ce034, testMethod = testInvalidCommand@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a46ed84 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-28 12:16:00,380 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@57fcb8dc testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@5f7f66a5, testMethod = testInvalidOptions@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a46ed84 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@2a054cf9]; rollback [false] 2017-07-28 12:16:00,382 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@57fcb8dc testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@5f7f66a5, testMethod = testInvalidOptions@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a46ed84 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-28 12:16:00,383 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@57fcb8dc testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@606d3510, testMethod = testMissingOptions@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a46ed84 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@2a054cf9]; rollback [false] 2017-07-28 12:16:00,386 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@57fcb8dc testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@606d3510, testMethod = testMissingOptions@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a46ed84 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-28 12:16:00,387 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@57fcb8dc testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@1212db8b, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a46ed84 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@2a054cf9]; rollback [false] 2017-07-28 12:16:00,388 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@57fcb8dc testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@1212db8b, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a46ed84 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-28 12:16:00,389 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@29fa4ee4: startup date [Fri Jul 28 12:15:56 CEST 2017]; root of context hierarchy 2017-07-28 12:16:00,389 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:16:00,389 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.762 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.002 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.4.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.4-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.4 [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.4 [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.4 [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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.14.4/appng-cli-1.14.4.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.4/appng-cli-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.4-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.14.4/appng-cli-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.14.4/appng-cli-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.14.4/appng-cli-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.14.4/appng-cli-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.4-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.14.4/appng-cli-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.14.4/appng-cli-1.14.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.14.4/appng-cli-1.14.4.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.4/appng-cli-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.4-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.14.4/appng-cli-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.14.4/appng-cli-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.4.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.14.4/appng-cli-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.14.4/appng-cli-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.4-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.14.4/appng-cli-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.14.4/appng-cli-1.14.4-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tag Library 1.14.4 [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-28 12:16:07,857 [main] DEBUG org.appng.taglib.search.SearchPart - added part global:null to org.appng.taglib.search.SearchTest@12d4bf7e 2017-07-28 12:16:08,536 [main] DEBUG org.appng.taglib.search.Search - term is Hitchhiker 2017-07-28 12:16:08,539 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:08,539 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:08,539 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:08,539 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:08,540 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:08,540 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:08,541 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:08,541 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:08,542 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:08,547 [main] INFO org.appng.taglib.search.Search - processing org.appng.search.searcher.StandardSearcher with term 'Hitchhiker' and parameters {excludeTypes=com.foo.Bar} 2017-07-28 12:16:08,661 [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.552 s - in org.appng.taglib.search.SearchTest [INFO] Running org.appng.taglib.PermissionTest 2017-07-28 12:16:09,043 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,043 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,043 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,043 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,043 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,043 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,043 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,044 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,044 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:09,078 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,078 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,078 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,078 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,078 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,078 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,078 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,078 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,079 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:09,080 [main] DEBUG org.appng.api.support.DefaultPermissionProcessor - created PermissionProcessor for user 'null' in application 'null' of site 'null' 2017-07-28 12:16:09,081 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - creating instance for subject null, site null, application null 2017-07-28 12:16:09,081 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - granting permission 2017-07-28 12:16:09,081 [main] DEBUG org.appng.taglib.Permission - subject has the permission: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 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.008 s - in org.appng.taglib.form.FormConfirmationTest [INFO] Running org.appng.taglib.AttributeTest 2017-07-28 12:16:09,094 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,094 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,094 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,095 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,095 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,095 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,095 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,095 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,095 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:09,097 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,097 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,097 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,097 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,097 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,097 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,097 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,097 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,097 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:09,141 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSite [(variable = fromSite)] 2017-07-28 12:16:09,144 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,144 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,144 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,144 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,144 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,144 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,144 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,144 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,144 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:09,146 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,146 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,146 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,146 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,146 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,146 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,146 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,146 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,146 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:09,148 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,148 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,148 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,148 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,148 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,148 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,148 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,148 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,148 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:09,150 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost} = Mock for Site, hashCode: 696165690 [(sites = {localhost=Mock for Site, hashCode: 696165690})] 2017-07-28 12:16:09,150 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,150 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,150 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,150 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,150 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,150 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,150 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,150 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,150 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:09,152 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost']} = Mock for Site, hashCode: 696165690 [(sites = {localhost=Mock for Site, hashCode: 696165690})] 2017-07-28 12:16:09,152 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,152 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,152 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,152 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,152 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,152 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,153 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,153 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,153 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:09,158 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].name} = localhost [(sites = {localhost=Mock for Site, hashCode: 696165690})] 2017-07-28 12:16:09,158 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,158 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,158 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,158 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,158 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,158 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,158 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,159 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,159 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:09,161 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 696165690})] 2017-07-28 12:16:09,161 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,161 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,161 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,161 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,161 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,161 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,161 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,161 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,161 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:09,162 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost.getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 696165690})] 2017-07-28 12:16:09,163 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,163 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,163 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,163 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,163 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,163 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,163 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,163 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,163 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:09,164 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromRequest [(variable = fromRequest)] 2017-07-28 12:16:09,165 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,165 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,166 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,166 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,166 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,166 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,166 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,166 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,166 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:09,167 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,167 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,167 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,167 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,167 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,167 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,167 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,167 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,167 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:09,168 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,168 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,168 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,168 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,168 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,168 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,168 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,168 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,168 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:09,170 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,170 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,170 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,170 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,170 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,170 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,170 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,170 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,170 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:09,171 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromPlatform [(variable = fromPlatform)] 2017-07-28 12:16:09,172 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,172 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,172 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,172 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,172 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,172 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,172 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,172 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,172 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:09,173 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSession [(variable = fromSession)] 2017-07-28 12:16:09,174 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,174 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,174 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,174 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,174 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,174 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,174 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,174 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,174 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:09,175 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites} = {localhost=Mock for Site, hashCode: 1690233783} [(sites = {localhost=Mock for Site, hashCode: 1690233783})] 2017-07-28 12:16:09,176 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,176 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,176 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,176 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,176 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,176 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,176 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,176 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,176 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:09,177 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,177 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,177 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,177 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,177 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,177 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,177 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,177 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,177 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.appng.taglib.AttributeTest [INFO] Running org.appng.taglib.TagletProcessorTest 2017-07-28 12:16:09,483 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$987f7c66' width attributes: {} 2017-07-28 12:16:09,497 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2017-07-28 12:16:09,497 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2017-07-28 12:16:09,505 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$987f7c66' width attributes: {noXslPrefix=test prefix} 2017-07-28 12:16:09,505 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2017-07-28 12:16:09,506 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2017-07-28 12:16:09,507 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$987f7c66' width attributes: {noXslSuffix=test suffix} 2017-07-28 12:16:09,508 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2017-07-28 12:16:09,508 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2017-07-28 12:16:09,510 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalTaglet$$EnhancerByMockitoWithCGLIB$$8e7c5956' with attributes: {} 2017-07-28 12:16:09,515 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.taglib.TagletProcessorTest$MyTaglet$$EnhancerByMockitoWithCGLIB$$f0f2d15' with attributes: {} 2017-07-28 12:16:09,527 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalXMLTaglet$$EnhancerByMockitoWithCGLIB$$362a931b' width attributes: {} 2017-07-28 12:16:09,528 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2017-07-28 12:16:09,528 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2017-07-28 12:16:09,529 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$987f7c66' width attributes: {noXslPrefix=test prefix, noXslSuffix=test suffix} 2017-07-28 12:16:09,530 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix test prefix and suffix test suffix for not transformed output. 2017-07-28 12:16:09,531 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.Taglet$$EnhancerByMockitoWithCGLIB$$c3a9ebeb' with attributes: {} [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 s - in org.appng.taglib.TagletProcessorTest [INFO] Running org.appng.taglib.TagletAdapterTest 2017-07-28 12:16:09,533 [main] INFO org.appng.api.support.SiteClassLoader - SiteClassLoader#1959758632 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-28 12:16:09,546 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2017-07-28 12:16:09,546 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2017-07-28 12:16:09,546 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2017-07-28 12:16:09,546 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2017-07-28 12:16:09,546 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2017-07-28 12:16:09,546 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2017-07-28 12:16:09,546 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2017-07-28 12:16:09,546 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2017-07-28 12:16:09,546 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2017-07-28 12:16:09,568 [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.023 s - in org.appng.taglib.MultiSiteSupportTest [INFO] Running org.appng.taglib.ParameterTest 2017-07-28 12:16:09,569 [main] DEBUG org.appng.taglib.Parameter - added parameter param1=value1 to parent tag org.appng.taglib.ParameterTest@6c000e0c 2017-07-28 12:16:09,569 [main] DEBUG org.appng.taglib.Parameter - added parameter param2="Ä" to parent tag org.appng.taglib.ParameterTest@6c000e0c 2017-07-28 12:16:09,569 [main] DEBUG org.appng.taglib.Parameter - added parameter param3=null to parent tag org.appng.taglib.ParameterTest@6c000e0c [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.4.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.4-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.4 [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.4 [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.4 [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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4.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.4/appng-taglib-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.4-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.4-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4.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.4/appng-taglib-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.4-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.4.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.4-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application 1.14.4 [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.4] [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.4] [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.4] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp] [INFO] Webapp assembled in [232 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.4.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.4 [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.4 [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.4 [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-forms-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-forms-1.14.4.jar [INFO] Copying appng-persistence-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-persistence-1.14.4.jar [INFO] Copying appng-core-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-core-1.14.4.jar [INFO] Copying appng-formtags-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-formtags-1.14.4.jar [INFO] Copying appng-taglib-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-taglib-1.14.4.jar [INFO] Copying appng-search-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-search-1.14.4.jar [INFO] Copying appng-mail-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-mail-1.14.4.jar [INFO] Copying appng-cli-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-cli-1.14.4.jar [INFO] Copying appng-xmlapi-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-xmlapi-1.14.4.jar [INFO] Copying appng-api-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-api-1.14.4.jar [INFO] Copying appng-tools-1.14.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tools-1.14.4.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] 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.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] org.appng:appng-tomcat7:jar:1.14.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] org.appng:appng-tomcat8:jar:1.14.4 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.4-dependencies-20170728-1011.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.4-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.4.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.14.4/appng-application-1.14.4.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.4/appng-application-1.14.4.pom [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-application-1.14.4-dependencies-20170728-1011.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.14.4/appng-application-1.14.4.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.14.4/appng-application-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.4.war.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.14.4/appng-application-1.14.4.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.14.4/appng-application-1.14.4.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.4-dependencies-20170728-1011.zip.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.14.4/appng-application-1.14.4.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.14.4/appng-application-1.14.4-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.4.war to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.14.4/appng-application-1.14.4.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.4/appng-application-1.14.4.pom [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-application-1.14.4-dependencies-20170728-1011.zip to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.14.4/appng-application-1.14.4.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.14.4/appng-application-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.4.war.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.14.4/appng-application-1.14.4.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.14.4/appng-application-1.14.4.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.4-dependencies-20170728-1011.zip.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.14.4/appng-application-1.14.4.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.14.4/appng-application-1.14.4-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.4 [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.4/appng-application-bom-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/target/appng-application-bom-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-bom/1.14.4/appng-application-bom-1.14.4.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.4/appng-application-bom-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/target/appng-application-bom-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-bom/1.14.4/appng-application-bom-1.14.4.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Documentation 1.14.4 [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.4 [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.4 [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.4 [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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4.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.4/appng-documentation-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.14.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4.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.4/appng-documentation-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.14.4.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Assembly Descriptors 1.14.4 [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.4 [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.4 [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.4 [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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4.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.4/appng-template-assembly-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.14.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4.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.4/appng-template-assembly-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.14.4.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Parent 1.14.4 [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.4/appng-template-parent-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/target/appng-template-parent-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-parent/1.14.4/appng-template-parent-1.14.4.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.4/appng-template-parent-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/target/appng-template-parent-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-parent/1.14.4/appng-template-parent-1.14.4.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng-application-assembly 1.14.4 [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.4 [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.4 [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.4 [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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4.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.4/appng-application-assembly-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.14.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4.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.4/appng-application-assembly-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.14.4.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application parent 1.14.4 [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.4/appng-application-parent-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/target/appng-application-parent-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-parent/1.14.4/appng-application-parent-1.14.4.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.4/appng-application-parent-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/target/appng-application-parent-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-parent/1.14.4/appng-application-parent-1.14.4.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Archetype - appng-archetype-application 1.14.4 [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.4 [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.4 [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.4 [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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4.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.4/appng-archetype-application-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.14.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4.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.4/appng-archetype-application-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.14.4.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer JAXB API 1.14.4 [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.4.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.4-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.4 [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.4 [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.4 [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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4.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.4/appng-appngizer-jaxb-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.4-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.4-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4.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.4/appng-appngizer-jaxb-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.4-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.4.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.4-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer 1.14.4 [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-28 12:17:04,326 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-28 12:17:04,340 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-28 12:17:04,419 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-28 12:17:04,813 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@ca263c2: startup date [Fri Jul 28 12:17:04 CEST 2017]; root of context hierarchy 2017-07-28 12:17:05,177 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-28 12:17:05,233 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:05,257 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:17:05,415 INFO [main] org.hibernate.Version: HHH000412: Hibernate Core {5.2.10.Final} 2017-07-28 12:17:05,417 INFO [main] org.hibernate.cfg.Environment: HHH000206: hibernate.properties not found 2017-07-28 12:17:05,480 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2017-07-28 12:17:06,053 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:17:06,105 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:17:06,596 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.4.1.Final 2017-07-28 12:17:07,352 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:07,383 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2017-07-28 12:17:07,393 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:07,447 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.016s) 2017-07-28 12:17:07,458 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-28 12:17:07,474 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-28 12:17:07,491 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-28 12:17:07,531 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-28 12:17:07,548 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-28 12:17:07,554 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-28 12:17:07,561 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-28 12:17:07,567 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-28 12:17:07,573 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-28 12:17:07,578 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-28 12:17:07,584 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-28 12:17:07,589 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.133s). 2017-07-28 12:17:08,072 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:17:08,636 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:17:08,638 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:08,872 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-28 12:17:09,041 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-28 12:17:09,042 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-28 12:17:09,042 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-28 12:17:09,043 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-28 12:17:09,043 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-28 12:17:09,043 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-28 12:17:09,043 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-28 12:17:09,044 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-28 12:17:09,044 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-28 12:17:09,047 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-28 12:17:09,047 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-28 12:17:09,048 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-28 12:17:09,048 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-28 12:17:09,048 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-28 12:17:09,049 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-28 12:17:09,049 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-28 12:17:09,050 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-28 12:17:09,050 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-28 12:17:09,050 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-28 12:17:09,051 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-28 12:17:09,051 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-28 12:17:09,052 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-28 12:17:09,052 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-28 12:17:09,053 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-28 12:17:09,053 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-28 12:17:09,054 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-28 12:17:09,054 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-28 12:17:09,054 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-28 12:17:09,055 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-28 12:17:09,056 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-28 12:17:09,056 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-28 12:17:09,056 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-28 12:17:09,057 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-28 12:17:09,057 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-28 12:17:09,058 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-28 12:17:09,058 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-28 12:17:09,058 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-28 12:17:09,060 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-28 12:17:09,060 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-28 12:17:09,061 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-28 12:17:09,061 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-28 12:17:09,061 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-28 12:17:09,061 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-28 12:17:09,062 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-28 12:17:09,062 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-28 12:17:09,062 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-28 12:17:09,063 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-28 12:17:09,063 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-28 12:17:09,064 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-28 12:17:09,064 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-28 12:17:09,064 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-28 12:17:09,065 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-28 12:17:09,065 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-28 12:17:09,066 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-28 12:17:09,066 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-28 12:17:09,067 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-28 12:17:09,067 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-28 12:17:09,068 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-28 12:17:09,068 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-28 12:17:09,068 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-28 12:17:09,069 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-28 12:17:09,070 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-28 12:17:09,070 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-28 12:17:09,070 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-28 12:17:09,070 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-28 12:17:09,071 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-28 12:17:09,072 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-28 12:17:09,072 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-28 12:17:09,072 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-28 12:17:09,073 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-28 12:17:09,073 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-28 12:17:09,074 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-28 12:17:09,074 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-28 12:17:09,075 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-28 12:17:09,075 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-28 12:17:09,075 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-28 12:17:09,662 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-28 12:17:09,935 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@ca263c2: startup date [Fri Jul 28 12:17:04 CEST 2017]; root of context hierarchy 2017-07-28 12:17:09,997 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@ca263c2: startup date [Fri Jul 28 12:17:04 CEST 2017]; root of context hierarchy 2017-07-28 12:17:10,432 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:10,432 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:10,464 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 32 ms 2017-07-28 12:17:10,748 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:///var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo 2017-07-28 12:17:10,761 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2017-07-28 12:17:10,770 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2017-07-28 12:17:10,772 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2017-07-28 12:17:10,773 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2017-07-28 12:17:10,773 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-28 12:17:10,792 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2017-07-28 12:17:10,795 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2017-07-28 12:17:10,799 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:17:10,799 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2017-07-28 12:17:10,802 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2017-07-28 12:17:10,804 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2017-07-28 12:17:10,804 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2017-07-28 12:17:10,806 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2017-07-28 12:17:10,806 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2017-07-28 12:17:10,824 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:10,824 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:10,826 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:10,826 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:10,826 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:10,826 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:10,826 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:10,826 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2017-07-28 12:17:10,826 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-28 12:17:10,827 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-28 12:17:10,827 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2017-07-28 12:17:10,839 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-28 12:17:10,841 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-28 12:17:10,843 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:17:10,845 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-28 12:17:10,846 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2017-07-28 12:17:10,848 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2017-07-28 12:17:11,501 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-28 12:17:11,501 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-28 12:17:11,786 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site localhost, status of database-connection is NO_DB_SUPPORTED 2017-07-28 12:17:11,800 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@ca263c2: startup date [Fri Jul 28 12:17:04 CEST 2017]; root of context hierarchy 2017-07-28 12:17:11,807 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:11,808 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.755 s - in org.appng.appngizer.controller.SiteApplicationControllerTest [INFO] Running org.appng.appngizer.controller.DatabaseControllerTest 2017-07-28 12:17:11,817 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-28 12:17:11,818 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1f7b8d59, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@28551755, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7ec68821, org.springframework.test.context.support.DirtiesContextTestExecutionListener@220a5163, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6158113e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@61375dff] 2017-07-28 12:17:11,818 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-28 12:17:11,894 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2bfa5678: startup date [Fri Jul 28 12:17:11 CEST 2017]; root of context hierarchy 2017-07-28 12:17:11,948 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-28 12:17:11,962 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:11,963 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:17:12,008 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:17:12,012 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:17:12,155 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:12,158 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:12,164 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.003s) 2017-07-28 12:17:12,165 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-28 12:17:12,169 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-28 12:17:12,174 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-28 12:17:12,189 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-28 12:17:12,196 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-28 12:17:12,199 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-28 12:17:12,202 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-28 12:17:12,205 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-28 12:17:12,208 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-28 12:17:12,211 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-28 12:17:12,214 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-28 12:17:12,217 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.052s). 2017-07-28 12:17:12,288 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:17:12,426 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:17:12,426 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:12,479 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-28 12:17:12,512 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2017-07-28 12:17:12,512 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-28 12:17:12,512 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-28 12:17:12,513 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2017-07-28 12:17:12,513 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-28 12:17:12,513 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-28 12:17:12,513 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-28 12:17:12,514 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2017-07-28 12:17:12,514 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2017-07-28 12:17:12,514 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-28 12:17:12,515 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-28 12:17:12,515 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-28 12:17:12,515 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-28 12:17:12,515 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2017-07-28 12:17:12,516 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-28 12:17:12,516 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-28 12:17:12,516 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-28 12:17:12,517 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-28 12:17:12,517 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-28 12:17:12,517 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-28 12:17:12,517 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-28 12:17:12,518 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-28 12:17:12,518 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-28 12:17:12,519 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-28 12:17:12,519 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-28 12:17:12,519 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-28 12:17:12,519 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-28 12:17:12,519 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-28 12:17:12,520 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-28 12:17:12,520 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-28 12:17:12,520 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-28 12:17:12,521 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-28 12:17:12,521 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-28 12:17:12,521 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-28 12:17:12,522 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-28 12:17:12,522 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-28 12:17:12,522 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-28 12:17:12,523 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-28 12:17:12,524 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-28 12:17:12,524 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-28 12:17:12,524 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-28 12:17:12,524 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-28 12:17:12,524 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-28 12:17:12,525 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-28 12:17:12,525 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-28 12:17:12,525 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-28 12:17:12,526 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-28 12:17:12,526 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-28 12:17:12,526 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-28 12:17:12,526 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-28 12:17:12,526 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-28 12:17:12,527 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-28 12:17:12,527 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-28 12:17:12,527 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-28 12:17:12,528 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-28 12:17:12,528 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-28 12:17:12,528 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-28 12:17:12,529 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-28 12:17:12,529 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-28 12:17:12,529 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-28 12:17:12,529 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-28 12:17:12,530 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-28 12:17:12,530 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-28 12:17:12,530 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-28 12:17:12,530 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-28 12:17:12,530 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-28 12:17:12,531 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-28 12:17:12,531 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-28 12:17:12,531 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-28 12:17:12,532 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-28 12:17:12,532 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-28 12:17:12,533 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-28 12:17:12,533 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-28 12:17:12,533 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-28 12:17:12,533 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-28 12:17:12,533 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-28 12:17:12,558 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-28 12:17:12,624 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2bfa5678: startup date [Fri Jul 28 12:17:11 CEST 2017]; root of context hierarchy 2017-07-28 12:17:12,641 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2bfa5678: startup date [Fri Jul 28 12:17:11 CEST 2017]; root of context hierarchy 2017-07-28 12:17:12,697 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:12,698 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:12,704 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2017-07-28 12:17:12,714 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:17:12,714 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:13,478 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:13,478 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:13,479 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2017-07-28 12:17:13,480 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:17:13,481 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:13,495 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-28 12:17:13,498 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.004s). 2017-07-28 12:17:13,498 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2017-07-28 12:17:13,514 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.003s) 2017-07-28 12:17:13,516 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 1.3.2 2017-07-28 12:17:13,516 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2017-07-28 12:17:13,517 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:17:13,517 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:14,255 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@2bfa5678: startup date [Fri Jul 28 12:17:11 CEST 2017]; root of context hierarchy 2017-07-28 12:17:14,259 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:14,259 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.446 s - in org.appng.appngizer.controller.DatabaseControllerTest [INFO] Running org.appng.appngizer.controller.RepositoryControllerTest 2017-07-28 12:17:14,265 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-28 12:17:14,265 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4dc10682, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6cf633eb, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4de14c58, org.springframework.test.context.support.DirtiesContextTestExecutionListener@53141d3f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@16a4e4c9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4b90f49d] 2017-07-28 12:17:14,266 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-28 12:17:14,328 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@c54e23b: startup date [Fri Jul 28 12:17:14 CEST 2017]; root of context hierarchy 2017-07-28 12:17:14,376 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-28 12:17:14,388 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:14,389 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:17:14,426 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:17:14,429 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:17:14,545 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:14,547 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:14,553 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2017-07-28 12:17:14,554 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-28 12:17:14,557 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-28 12:17:14,561 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-28 12:17:14,573 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-28 12:17:14,579 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-28 12:17:14,582 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-28 12:17:14,585 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-28 12:17:14,587 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-28 12:17:14,590 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-28 12:17:14,592 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-28 12:17:14,595 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-28 12:17:14,597 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.043s). 2017-07-28 12:17:14,654 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:17:14,806 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:17:14,807 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:14,858 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-28 12:17:14,888 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-28 12:17:14,888 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-28 12:17:14,889 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-28 12:17:14,889 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-28 12:17:14,889 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-28 12:17:14,889 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-28 12:17:14,890 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-28 12:17:14,890 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-28 12:17:14,890 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-28 12:17:14,891 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-28 12:17:14,891 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-28 12:17:14,891 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-28 12:17:14,892 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-28 12:17:14,892 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-28 12:17:14,892 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-28 12:17:14,892 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-28 12:17:14,893 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-28 12:17:14,893 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-28 12:17:14,894 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-28 12:17:14,894 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-28 12:17:14,894 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-28 12:17:14,894 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-28 12:17:14,895 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-28 12:17:14,895 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-28 12:17:14,896 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-28 12:17:14,896 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-28 12:17:14,896 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-28 12:17:14,896 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-28 12:17:14,897 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-28 12:17:14,897 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-28 12:17:14,897 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-28 12:17:14,897 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-28 12:17:14,898 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-28 12:17:14,898 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-28 12:17:14,899 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-28 12:17:14,899 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-28 12:17:14,899 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-28 12:17:14,900 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-28 12:17:14,900 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-28 12:17:14,901 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-28 12:17:14,901 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-28 12:17:14,901 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-28 12:17:14,901 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-28 12:17:14,902 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-28 12:17:14,902 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-28 12:17:14,902 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-28 12:17:14,903 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-28 12:17:14,903 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-28 12:17:14,903 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-28 12:17:14,903 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2017-07-28 12:17:14,904 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-28 12:17:14,904 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-28 12:17:14,905 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-28 12:17:14,905 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-28 12:17:14,905 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-28 12:17:14,906 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-28 12:17:14,906 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-28 12:17:14,906 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-28 12:17:14,907 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-28 12:17:14,907 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-28 12:17:14,908 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-28 12:17:14,908 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-28 12:17:14,908 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-28 12:17:14,908 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-28 12:17:14,908 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-28 12:17:14,909 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-28 12:17:14,910 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-28 12:17:14,910 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-28 12:17:14,910 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-28 12:17:14,911 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-28 12:17:14,911 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-28 12:17:14,912 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-28 12:17:14,912 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-28 12:17:14,912 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-28 12:17:14,913 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-28 12:17:14,913 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-28 12:17:14,943 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-28 12:17:15,013 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@c54e23b: startup date [Fri Jul 28 12:17:14 CEST 2017]; root of context hierarchy 2017-07-28 12:17:15,037 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@c54e23b: startup date [Fri Jul 28 12:17:14 CEST 2017]; root of context hierarchy 2017-07-28 12:17:15,110 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:15,110 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:15,118 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 8 ms 2017-07-28 12:17:15,216 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-28 12:17:15,222 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2017-07-28 12:17:15,228 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2017-07-28 12:17:15,229 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2017-07-28 12:17:15,230 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2017-07-28 12:17:15,231 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-28 12:17:15,238 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2017-07-28 12:17:15,239 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2017-07-28 12:17:15,240 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:17:15,240 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2017-07-28 12:17:15,241 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2017-07-28 12:17:15,242 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2017-07-28 12:17:15,242 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2017-07-28 12:17:15,244 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2017-07-28 12:17:15,244 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2017-07-28 12:17:15,253 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:15,253 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:15,254 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:15,254 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:15,254 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:15,254 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:15,254 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:15,255 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2017-07-28 12:17:15,255 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-28 12:17:15,255 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-28 12:17:15,255 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2017-07-28 12:17:15,264 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-28 12:17:15,265 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-28 12:17:15,266 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:17:15,268 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-28 12:17:15,269 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2017-07-28 12:17:15,271 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2017-07-28 12:17:15,329 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:15,329 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:15,330 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2017-07-28 12:17:15,362 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:15,362 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:15,363 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2017-07-28 12:17:15,378 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:15,378 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:15,379 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2017-07-28 12:17:15,416 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@c54e23b: startup date [Fri Jul 28 12:17:14 CEST 2017]; root of context hierarchy 2017-07-28 12:17:15,420 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:15,420 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.16 s - in org.appng.appngizer.controller.RepositoryControllerTest [INFO] Running org.appng.appngizer.controller.PlatformPropertyControllerTest 2017-07-28 12:17:15,427 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-28 12:17:15,427 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@dcdf733, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@680aa303, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@60319a00, org.springframework.test.context.support.DirtiesContextTestExecutionListener@43493a5d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@21df2968, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1c7094eb] 2017-07-28 12:17:15,428 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-28 12:17:15,504 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@70fdecff: startup date [Fri Jul 28 12:17:15 CEST 2017]; root of context hierarchy 2017-07-28 12:17:15,565 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-28 12:17:15,580 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:15,580 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:17:15,642 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:17:15,646 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:17:15,776 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:15,779 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:15,785 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.003s) 2017-07-28 12:17:15,786 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-28 12:17:15,789 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-28 12:17:15,793 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-28 12:17:15,806 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-28 12:17:15,813 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-28 12:17:15,817 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-28 12:17:15,820 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-28 12:17:15,823 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-28 12:17:15,826 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-28 12:17:15,829 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-28 12:17:15,832 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-28 12:17:15,834 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.048s). 2017-07-28 12:17:15,938 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:17:16,076 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:17:16,076 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:16,124 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-28 12:17:16,150 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-28 12:17:16,150 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-28 12:17:16,151 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-28 12:17:16,151 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-28 12:17:16,151 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-28 12:17:16,151 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-28 12:17:16,152 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-28 12:17:16,152 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-28 12:17:16,152 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-28 12:17:16,153 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-28 12:17:16,153 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-28 12:17:16,153 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-28 12:17:16,154 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-28 12:17:16,154 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-28 12:17:16,154 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-28 12:17:16,154 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-28 12:17:16,155 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-28 12:17:16,155 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-28 12:17:16,156 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-28 12:17:16,156 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-28 12:17:16,156 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-28 12:17:16,157 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-28 12:17:16,157 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-28 12:17:16,157 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-28 12:17:16,158 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-28 12:17:16,158 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-28 12:17:16,158 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-28 12:17:16,158 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-28 12:17:16,159 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-28 12:17:16,159 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-28 12:17:16,159 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-28 12:17:16,160 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-28 12:17:16,160 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-28 12:17:16,161 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-28 12:17:16,161 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-28 12:17:16,161 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-28 12:17:16,161 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-28 12:17:16,162 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-28 12:17:16,163 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-28 12:17:16,163 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-28 12:17:16,163 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-28 12:17:16,163 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-28 12:17:16,164 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-28 12:17:16,164 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-28 12:17:16,164 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-28 12:17:16,164 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-28 12:17:16,165 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-28 12:17:16,165 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-28 12:17:16,165 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-28 12:17:16,166 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-28 12:17:16,166 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-28 12:17:16,167 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-28 12:17:16,167 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-28 12:17:16,167 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-28 12:17:16,167 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-28 12:17:16,168 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-28 12:17:16,169 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-28 12:17:16,169 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-28 12:17:16,169 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-28 12:17:16,169 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-28 12:17:16,170 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-28 12:17:16,170 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-28 12:17:16,170 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-28 12:17:16,171 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-28 12:17:16,171 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-28 12:17:16,171 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-28 12:17:16,172 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-28 12:17:16,172 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-28 12:17:16,172 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-28 12:17:16,173 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-28 12:17:16,173 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-28 12:17:16,174 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-28 12:17:16,174 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-28 12:17:16,174 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-28 12:17:16,174 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-28 12:17:16,174 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-28 12:17:16,202 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-28 12:17:16,270 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@70fdecff: startup date [Fri Jul 28 12:17:15 CEST 2017]; root of context hierarchy 2017-07-28 12:17:16,287 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@70fdecff: startup date [Fri Jul 28 12:17:15 CEST 2017]; root of context hierarchy 2017-07-28 12:17:16,346 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:16,347 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:16,353 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2017-07-28 12:17:16,431 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@70fdecff: startup date [Fri Jul 28 12:17:15 CEST 2017]; root of context hierarchy 2017-07-28 12:17:16,433 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:16,433 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.011 s - in org.appng.appngizer.controller.PlatformPropertyControllerTest [INFO] Running org.appng.appngizer.controller.RoleControllerTest 2017-07-28 12:17:16,438 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-28 12:17:16,438 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@398efb4d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4861df70, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@402ceac2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1613e5ab, org.springframework.test.context.transaction.TransactionalTestExecutionListener@580930b7, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1e55ee99] 2017-07-28 12:17:16,439 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-28 12:17:16,493 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@39086d6b: startup date [Fri Jul 28 12:17:16 CEST 2017]; root of context hierarchy 2017-07-28 12:17:16,540 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-28 12:17:16,552 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:16,552 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:17:16,590 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:17:16,593 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:17:16,697 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:16,700 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:16,705 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2017-07-28 12:17:16,706 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-28 12:17:16,709 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-28 12:17:16,711 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-28 12:17:16,721 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-28 12:17:16,726 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-28 12:17:16,729 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-28 12:17:16,731 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-28 12:17:16,734 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-28 12:17:16,736 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-28 12:17:16,738 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-28 12:17:16,740 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-28 12:17:16,743 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.036s). 2017-07-28 12:17:16,792 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:17:16,902 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:17:16,902 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:16,941 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-28 12:17:16,962 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-28 12:17:16,962 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-28 12:17:16,962 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-28 12:17:16,962 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-28 12:17:16,963 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-28 12:17:16,963 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-28 12:17:16,963 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-28 12:17:16,963 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-28 12:17:16,963 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-28 12:17:16,964 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-28 12:17:16,964 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-28 12:17:16,964 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-28 12:17:16,965 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-28 12:17:16,965 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-28 12:17:16,965 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-28 12:17:16,965 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-28 12:17:16,966 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-28 12:17:16,966 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-28 12:17:16,966 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-28 12:17:16,966 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-28 12:17:16,966 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-28 12:17:16,967 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-28 12:17:16,967 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-28 12:17:16,968 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-28 12:17:16,968 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-28 12:17:16,968 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-28 12:17:16,968 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-28 12:17:16,969 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-28 12:17:16,969 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-28 12:17:16,969 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-28 12:17:16,969 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-28 12:17:16,970 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-28 12:17:16,970 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-28 12:17:16,970 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-28 12:17:16,970 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-28 12:17:16,971 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-28 12:17:16,971 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-28 12:17:16,971 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-28 12:17:16,971 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-28 12:17:16,972 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-28 12:17:16,972 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-28 12:17:16,972 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-28 12:17:16,972 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-28 12:17:16,972 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-28 12:17:16,973 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-28 12:17:16,973 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-28 12:17:16,973 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-28 12:17:16,973 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-28 12:17:16,974 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-28 12:17:16,974 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-28 12:17:16,974 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-28 12:17:16,974 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-28 12:17:16,975 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-28 12:17:16,975 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-28 12:17:16,975 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-28 12:17:16,975 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-28 12:17:16,976 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-28 12:17:16,976 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-28 12:17:16,976 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-28 12:17:16,976 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-28 12:17:16,977 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-28 12:17:16,977 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-28 12:17:16,977 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-28 12:17:16,977 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-28 12:17:16,977 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-28 12:17:16,978 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-28 12:17:16,978 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-28 12:17:16,978 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-28 12:17:16,978 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-28 12:17:16,979 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-28 12:17:16,979 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-28 12:17:16,979 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-28 12:17:16,979 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-28 12:17:16,980 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-28 12:17:16,980 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-28 12:17:16,980 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-28 12:17:17,003 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-28 12:17:17,060 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@39086d6b: startup date [Fri Jul 28 12:17:16 CEST 2017]; root of context hierarchy 2017-07-28 12:17:17,075 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@39086d6b: startup date [Fri Jul 28 12:17:16 CEST 2017]; root of context hierarchy 2017-07-28 12:17:17,120 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:17,120 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:17,126 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2017-07-28 12:17:17,162 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-28 12:17:17,167 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2017-07-28 12:17:17,170 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2017-07-28 12:17:17,171 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2017-07-28 12:17:17,172 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2017-07-28 12:17:17,172 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-28 12:17:17,177 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2017-07-28 12:17:17,177 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2017-07-28 12:17:17,178 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:17:17,178 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2017-07-28 12:17:17,179 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2017-07-28 12:17:17,180 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2017-07-28 12:17:17,180 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2017-07-28 12:17:17,181 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2017-07-28 12:17:17,181 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2017-07-28 12:17:17,188 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:17,188 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:17,188 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:17,189 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:17,189 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:17,189 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:17,189 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:17,189 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2017-07-28 12:17:17,189 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-28 12:17:17,189 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-28 12:17:17,189 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2017-07-28 12:17:17,197 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-28 12:17:17,197 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-28 12:17:17,198 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:17:17,199 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-28 12:17:17,200 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2017-07-28 12:17:17,201 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2017-07-28 12:17:17,280 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@39086d6b: startup date [Fri Jul 28 12:17:16 CEST 2017]; root of context hierarchy 2017-07-28 12:17:17,282 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:17,283 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.849 s - in org.appng.appngizer.controller.RoleControllerTest [INFO] Running org.appng.appngizer.controller.ApplicationPropertyControllerTest 2017-07-28 12:17:17,288 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-28 12:17:17,289 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@30f13b3a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@508bd0d5, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@35ea9d72, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6ae194ad, org.springframework.test.context.transaction.TransactionalTestExecutionListener@53f04a20, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5d7325f3] 2017-07-28 12:17:17,289 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-28 12:17:17,343 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@3c932222: startup date [Fri Jul 28 12:17:17 CEST 2017]; root of context hierarchy 2017-07-28 12:17:17,389 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-28 12:17:17,401 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:17,401 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:17:17,439 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:17:17,443 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:17:17,542 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:17,545 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:17,550 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.003s) 2017-07-28 12:17:17,551 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-28 12:17:17,554 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-28 12:17:17,556 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-28 12:17:17,566 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-28 12:17:17,570 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-28 12:17:17,573 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-28 12:17:17,575 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-28 12:17:17,578 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-28 12:17:17,580 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-28 12:17:17,582 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-28 12:17:17,585 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-28 12:17:17,587 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.036s). 2017-07-28 12:17:17,631 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:17:17,747 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:17:17,747 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:17,788 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-28 12:17:17,810 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-28 12:17:17,810 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-28 12:17:17,810 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-28 12:17:17,811 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-28 12:17:17,811 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-28 12:17:17,811 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-28 12:17:17,811 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-28 12:17:17,811 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-28 12:17:17,812 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-28 12:17:17,812 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-28 12:17:17,812 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-28 12:17:17,813 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-28 12:17:17,813 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-28 12:17:17,813 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-28 12:17:17,813 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-28 12:17:17,813 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-28 12:17:17,814 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-28 12:17:17,814 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-28 12:17:17,814 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-28 12:17:17,814 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-28 12:17:17,815 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-28 12:17:17,815 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-28 12:17:17,815 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-28 12:17:17,816 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-28 12:17:17,816 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-28 12:17:17,816 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-28 12:17:17,816 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-28 12:17:17,817 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-28 12:17:17,817 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-28 12:17:17,817 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-28 12:17:17,817 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-28 12:17:17,818 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-28 12:17:17,818 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-28 12:17:17,818 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-28 12:17:17,819 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-28 12:17:17,819 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-28 12:17:17,819 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-28 12:17:17,820 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-28 12:17:17,820 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2017-07-28 12:17:17,820 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-28 12:17:17,820 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-28 12:17:17,820 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-28 12:17:17,821 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-28 12:17:17,821 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-28 12:17:17,821 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-28 12:17:17,821 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-28 12:17:17,822 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-28 12:17:17,822 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-28 12:17:17,822 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-28 12:17:17,822 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-28 12:17:17,823 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-28 12:17:17,823 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-28 12:17:17,823 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-28 12:17:17,823 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-28 12:17:17,824 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-28 12:17:17,824 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-28 12:17:17,824 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-28 12:17:17,825 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-28 12:17:17,825 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-28 12:17:17,825 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-28 12:17:17,825 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-28 12:17:17,826 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-28 12:17:17,826 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-28 12:17:17,826 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-28 12:17:17,826 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-28 12:17:17,826 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-28 12:17:17,827 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-28 12:17:17,827 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-28 12:17:17,827 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-28 12:17:17,828 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-28 12:17:17,828 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-28 12:17:17,828 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-28 12:17:17,828 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-28 12:17:17,829 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-28 12:17:17,829 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-28 12:17:17,829 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-28 12:17:17,854 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-28 12:17:17,918 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@3c932222: startup date [Fri Jul 28 12:17:17 CEST 2017]; root of context hierarchy 2017-07-28 12:17:17,936 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@3c932222: startup date [Fri Jul 28 12:17:17 CEST 2017]; root of context hierarchy 2017-07-28 12:17:17,986 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:17,987 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:17,993 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2017-07-28 12:17:18,029 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-28 12:17:18,034 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2017-07-28 12:17:18,038 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2017-07-28 12:17:18,039 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2017-07-28 12:17:18,039 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2017-07-28 12:17:18,040 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-28 12:17:18,045 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2017-07-28 12:17:18,046 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2017-07-28 12:17:18,047 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:17:18,047 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2017-07-28 12:17:18,048 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2017-07-28 12:17:18,049 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2017-07-28 12:17:18,049 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2017-07-28 12:17:18,050 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2017-07-28 12:17:18,050 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2017-07-28 12:17:18,058 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:18,058 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:18,058 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:18,058 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:18,058 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:18,058 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:18,059 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:18,059 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2017-07-28 12:17:18,059 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-28 12:17:18,059 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-28 12:17:18,059 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2017-07-28 12:17:18,066 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-28 12:17:18,067 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-28 12:17:18,068 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:17:18,069 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-28 12:17:18,070 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2017-07-28 12:17:18,071 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2017-07-28 12:17:18,132 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@3c932222: startup date [Fri Jul 28 12:17:17 CEST 2017]; root of context hierarchy 2017-07-28 12:17:18,134 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:18,134 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.851 s - in org.appng.appngizer.controller.ApplicationPropertyControllerTest [INFO] Running org.appng.appngizer.controller.SiteControllerTest 2017-07-28 12:17:18,155 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-28 12:17:18,159 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3eec221b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@367d083e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3c929623, org.springframework.test.context.support.DirtiesContextTestExecutionListener@67b2ea33, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3891f024, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@667333f0] 2017-07-28 12:17:18,160 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-28 12:17:18,222 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@4ef88293: startup date [Fri Jul 28 12:17:18 CEST 2017]; root of context hierarchy 2017-07-28 12:17:18,273 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-28 12:17:18,287 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:18,287 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:17:18,327 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:17:18,331 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:17:18,469 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:18,472 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:18,476 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2017-07-28 12:17:18,477 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-28 12:17:18,480 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-28 12:17:18,483 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-28 12:17:18,492 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-28 12:17:18,497 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-28 12:17:18,499 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-28 12:17:18,502 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-28 12:17:18,505 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-28 12:17:18,507 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-28 12:17:18,510 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-28 12:17:18,512 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-28 12:17:18,515 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.037s). 2017-07-28 12:17:18,562 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:17:18,675 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:17:18,675 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:18,713 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-28 12:17:18,735 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2017-07-28 12:17:18,736 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-28 12:17:18,736 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2017-07-28 12:17:18,736 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2017-07-28 12:17:18,736 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-28 12:17:18,736 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-28 12:17:18,737 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2017-07-28 12:17:18,737 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2017-07-28 12:17:18,737 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-28 12:17:18,737 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-28 12:17:18,738 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-28 12:17:18,738 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-28 12:17:18,738 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-28 12:17:18,738 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-28 12:17:18,738 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-28 12:17:18,738 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-28 12:17:18,739 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-28 12:17:18,739 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-28 12:17:18,739 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-28 12:17:18,739 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-28 12:17:18,740 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-28 12:17:18,740 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-28 12:17:18,740 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-28 12:17:18,740 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-28 12:17:18,741 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-28 12:17:18,741 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-28 12:17:18,741 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-28 12:17:18,741 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-28 12:17:18,741 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-28 12:17:18,742 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-28 12:17:18,742 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-28 12:17:18,742 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-28 12:17:18,742 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-28 12:17:18,742 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-28 12:17:18,743 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-28 12:17:18,743 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-28 12:17:18,743 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-28 12:17:18,744 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-28 12:17:18,744 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-28 12:17:18,744 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-28 12:17:18,744 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-28 12:17:18,744 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-28 12:17:18,745 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-28 12:17:18,745 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-28 12:17:18,745 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-28 12:17:18,745 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-28 12:17:18,745 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-28 12:17:18,746 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-28 12:17:18,746 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-28 12:17:18,746 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-28 12:17:18,746 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-28 12:17:18,746 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-28 12:17:18,746 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-28 12:17:18,747 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-28 12:17:18,747 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-28 12:17:18,747 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-28 12:17:18,747 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-28 12:17:18,748 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-28 12:17:18,748 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-28 12:17:18,748 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-28 12:17:18,749 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-28 12:17:18,749 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-28 12:17:18,749 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-28 12:17:18,752 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-28 12:17:18,752 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-28 12:17:18,752 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-28 12:17:18,752 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-28 12:17:18,753 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-28 12:17:18,753 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-28 12:17:18,753 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-28 12:17:18,753 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-28 12:17:18,754 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-28 12:17:18,754 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-28 12:17:18,754 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-28 12:17:18,754 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-28 12:17:18,754 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-28 12:17:18,781 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-28 12:17:18,840 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4ef88293: startup date [Fri Jul 28 12:17:18 CEST 2017]; root of context hierarchy 2017-07-28 12:17:18,856 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4ef88293: startup date [Fri Jul 28 12:17:18 CEST 2017]; root of context hierarchy 2017-07-28 12:17:18,908 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:18,908 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:18,914 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2017-07-28 12:17:18,994 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:18,994 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:18,995 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2017-07-28 12:17:19,030 INFO [main] org.appng.core.service.CoreService: starting deletion of site deleteme 2017-07-28 12:17:19,041 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2017-07-28 12:17:19,051 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-28 12:17:19,051 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-28 12:17:19,051 INFO [main] org.appng.core.service.CoreService: done deleting site deleteme 2017-07-28 12:17:19,053 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:19,053 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:19,054 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2017-07-28 12:17:19,064 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@4ef88293: startup date [Fri Jul 28 12:17:18 CEST 2017]; root of context hierarchy 2017-07-28 12:17:19,066 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:19,066 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.931 s - in org.appng.appngizer.controller.SiteControllerTest [INFO] Running org.appng.appngizer.controller.GroupControllerTest 2017-07-28 12:17:19,073 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-28 12:17:19,073 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@12d019c9, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1930dca9, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1d03aacd, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2d381e8d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3f3444b2, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@207e1269] 2017-07-28 12:17:19,074 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-28 12:17:19,128 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@20ab8169: startup date [Fri Jul 28 12:17:19 CEST 2017]; root of context hierarchy 2017-07-28 12:17:19,179 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-28 12:17:19,191 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:19,191 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:17:19,229 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:17:19,232 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:17:19,329 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:19,331 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:19,336 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2017-07-28 12:17:19,337 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-28 12:17:19,339 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-28 12:17:19,341 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-28 12:17:19,350 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-28 12:17:19,355 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-28 12:17:19,357 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-28 12:17:19,359 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-28 12:17:19,361 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-28 12:17:19,363 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-28 12:17:19,366 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-28 12:17:19,368 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-28 12:17:19,370 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.033s). 2017-07-28 12:17:19,417 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:17:19,536 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:17:19,536 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:19,573 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-28 12:17:19,594 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-28 12:17:19,595 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2017-07-28 12:17:19,595 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2017-07-28 12:17:19,595 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-28 12:17:19,595 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-28 12:17:19,595 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2017-07-28 12:17:19,595 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-28 12:17:19,596 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2017-07-28 12:17:19,596 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-28 12:17:19,596 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-28 12:17:19,596 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-28 12:17:19,596 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2017-07-28 12:17:19,597 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-28 12:17:19,597 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2017-07-28 12:17:19,597 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-28 12:17:19,597 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-28 12:17:19,597 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2017-07-28 12:17:19,597 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2017-07-28 12:17:19,598 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-28 12:17:19,598 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-28 12:17:19,598 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-28 12:17:19,598 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2017-07-28 12:17:19,598 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2017-07-28 12:17:19,599 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-28 12:17:19,599 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2017-07-28 12:17:19,599 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2017-07-28 12:17:19,599 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2017-07-28 12:17:19,599 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2017-07-28 12:17:19,599 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2017-07-28 12:17:19,600 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2017-07-28 12:17:19,600 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2017-07-28 12:17:19,600 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2017-07-28 12:17:19,600 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2017-07-28 12:17:19,600 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-28 12:17:19,601 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2017-07-28 12:17:19,601 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2017-07-28 12:17:19,601 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2017-07-28 12:17:19,601 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-28 12:17:19,601 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-28 12:17:19,602 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-28 12:17:19,602 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2017-07-28 12:17:19,602 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2017-07-28 12:17:19,602 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-28 12:17:19,602 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-28 12:17:19,602 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-28 12:17:19,602 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-28 12:17:19,603 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-28 12:17:19,603 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-28 12:17:19,603 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-28 12:17:19,603 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-28 12:17:19,603 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-28 12:17:19,604 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-28 12:17:19,604 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-28 12:17:19,604 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-28 12:17:19,604 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-28 12:17:19,605 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-28 12:17:19,605 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-28 12:17:19,605 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-28 12:17:19,605 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-28 12:17:19,605 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-28 12:17:19,606 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-28 12:17:19,606 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-28 12:17:19,606 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-28 12:17:19,606 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-28 12:17:19,606 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-28 12:17:19,606 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-28 12:17:19,607 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-28 12:17:19,607 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-28 12:17:19,607 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-28 12:17:19,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-28 12:17:19,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-28 12:17:19,608 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-28 12:17:19,608 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-28 12:17:19,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-28 12:17:19,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-28 12:17:19,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-28 12:17:19,634 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-28 12:17:19,700 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@20ab8169: startup date [Fri Jul 28 12:17:19 CEST 2017]; root of context hierarchy 2017-07-28 12:17:19,718 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@20ab8169: startup date [Fri Jul 28 12:17:19 CEST 2017]; root of context hierarchy 2017-07-28 12:17:19,764 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:19,764 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:19,770 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2017-07-28 12:17:19,807 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-28 12:17:19,812 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2017-07-28 12:17:19,815 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2017-07-28 12:17:19,816 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2017-07-28 12:17:19,816 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2017-07-28 12:17:19,817 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-28 12:17:19,822 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2017-07-28 12:17:19,823 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2017-07-28 12:17:19,824 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:17:19,824 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2017-07-28 12:17:19,825 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2017-07-28 12:17:19,826 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2017-07-28 12:17:19,826 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2017-07-28 12:17:19,827 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2017-07-28 12:17:19,827 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2017-07-28 12:17:19,833 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:19,833 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:19,833 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:19,833 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:19,833 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:19,834 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:19,834 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:19,834 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2017-07-28 12:17:19,834 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-28 12:17:19,834 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-28 12:17:19,834 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2017-07-28 12:17:19,841 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-28 12:17:19,842 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-28 12:17:19,842 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:17:19,844 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-28 12:17:19,844 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2017-07-28 12:17:19,846 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2017-07-28 12:17:19,894 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:19,894 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:19,895 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2017-07-28 12:17:19,906 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:19,906 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:19,908 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms 2017-07-28 12:17:19,918 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@20ab8169: startup date [Fri Jul 28 12:17:19 CEST 2017]; root of context hierarchy 2017-07-28 12:17:19,919 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:19,920 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.852 s - in org.appng.appngizer.controller.GroupControllerTest [INFO] Running org.appng.appngizer.controller.SitePropertyControllerTest 2017-07-28 12:17:19,926 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-28 12:17:19,926 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@275b2a95, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@614b49a2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1e3215f7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6927db28, org.springframework.test.context.transaction.TransactionalTestExecutionListener@17564b1b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2ceb060a] 2017-07-28 12:17:19,927 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-28 12:17:19,978 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@227833cd: startup date [Fri Jul 28 12:17:19 CEST 2017]; root of context hierarchy 2017-07-28 12:17:20,023 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-28 12:17:20,034 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:20,034 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:17:20,067 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:17:20,070 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:17:20,153 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:20,155 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:20,160 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2017-07-28 12:17:20,161 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-28 12:17:20,163 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-28 12:17:20,165 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-28 12:17:20,172 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-28 12:17:20,176 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-28 12:17:20,178 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-28 12:17:20,180 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-28 12:17:20,182 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-28 12:17:20,184 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-28 12:17:20,186 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-28 12:17:20,188 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-28 12:17:20,190 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.029s). 2017-07-28 12:17:20,228 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:17:20,325 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:17:20,326 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:20,355 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-28 12:17:20,374 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-28 12:17:20,374 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-28 12:17:20,374 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-28 12:17:20,375 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-28 12:17:20,375 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-28 12:17:20,375 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-28 12:17:20,375 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-28 12:17:20,380 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-28 12:17:20,380 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-28 12:17:20,396 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-28 12:17:20,396 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-28 12:17:20,397 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-28 12:17:20,397 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-28 12:17:20,397 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-28 12:17:20,397 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-28 12:17:20,397 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-28 12:17:20,398 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-28 12:17:20,398 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-28 12:17:20,398 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-28 12:17:20,398 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-28 12:17:20,398 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-28 12:17:20,399 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-28 12:17:20,399 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-28 12:17:20,399 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-28 12:17:20,400 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-28 12:17:20,400 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-28 12:17:20,400 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-28 12:17:20,400 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-28 12:17:20,402 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-28 12:17:20,402 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-28 12:17:20,402 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-28 12:17:20,411 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-28 12:17:20,412 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-28 12:17:20,412 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-28 12:17:20,412 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-28 12:17:20,413 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-28 12:17:20,413 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-28 12:17:20,413 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-28 12:17:20,413 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-28 12:17:20,414 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-28 12:17:20,414 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-28 12:17:20,414 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-28 12:17:20,414 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-28 12:17:20,414 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-28 12:17:20,414 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-28 12:17:20,415 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-28 12:17:20,415 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-28 12:17:20,415 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-28 12:17:20,419 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-28 12:17:20,419 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-28 12:17:20,420 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-28 12:17:20,420 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-28 12:17:20,420 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-28 12:17:20,420 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-28 12:17:20,420 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-28 12:17:20,421 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-28 12:17:20,421 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-28 12:17:20,421 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-28 12:17:20,421 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-28 12:17:20,422 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-28 12:17:20,422 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-28 12:17:20,422 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-28 12:17:20,422 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-28 12:17:20,422 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-28 12:17:20,423 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-28 12:17:20,423 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-28 12:17:20,423 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-28 12:17:20,423 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-28 12:17:20,424 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-28 12:17:20,424 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-28 12:17:20,424 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-28 12:17:20,424 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-28 12:17:20,424 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-28 12:17:20,425 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-28 12:17:20,425 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-28 12:17:20,425 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-28 12:17:20,477 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-28 12:17:20,536 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@227833cd: startup date [Fri Jul 28 12:17:19 CEST 2017]; root of context hierarchy 2017-07-28 12:17:20,551 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@227833cd: startup date [Fri Jul 28 12:17:19 CEST 2017]; root of context hierarchy 2017-07-28 12:17:20,594 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:20,594 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:20,599 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2017-07-28 12:17:20,722 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@227833cd: startup date [Fri Jul 28 12:17:19 CEST 2017]; root of context hierarchy 2017-07-28 12:17:20,723 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:20,723 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.803 s - in org.appng.appngizer.controller.SitePropertyControllerTest [INFO] Running org.appng.appngizer.controller.ApplicationControllerTest 2017-07-28 12:17:20,729 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-28 12:17:20,729 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@41604b98, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@286ced2a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@28d1030d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5b6ba5bb, org.springframework.test.context.transaction.TransactionalTestExecutionListener@181419c5, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@57dea250] 2017-07-28 12:17:20,730 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-28 12:17:20,777 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@77b71acd: startup date [Fri Jul 28 12:17:20 CEST 2017]; root of context hierarchy 2017-07-28 12:17:20,821 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-28 12:17:20,832 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:20,832 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:17:20,865 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:17:20,868 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:17:20,953 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:20,955 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:20,959 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2017-07-28 12:17:20,960 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-28 12:17:20,962 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-28 12:17:20,964 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-28 12:17:20,972 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-28 12:17:20,975 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-28 12:17:20,977 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-28 12:17:20,980 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-28 12:17:20,982 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-28 12:17:20,984 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-28 12:17:20,986 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-28 12:17:20,989 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-28 12:17:20,991 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.031s). 2017-07-28 12:17:21,039 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:17:21,140 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:17:21,141 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:21,175 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-28 12:17:21,197 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-28 12:17:21,197 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-28 12:17:21,197 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-28 12:17:21,197 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-28 12:17:21,198 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-28 12:17:21,198 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-28 12:17:21,198 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-28 12:17:21,198 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-28 12:17:21,198 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-28 12:17:21,199 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-28 12:17:21,199 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-28 12:17:21,199 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-28 12:17:21,199 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2017-07-28 12:17:21,200 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-28 12:17:21,200 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-28 12:17:21,200 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-28 12:17:21,200 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2017-07-28 12:17:21,201 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-28 12:17:21,201 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2017-07-28 12:17:21,201 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-28 12:17:21,201 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2017-07-28 12:17:21,201 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2017-07-28 12:17:21,202 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-28 12:17:21,202 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2017-07-28 12:17:21,202 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2017-07-28 12:17:21,202 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-28 12:17:21,202 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-28 12:17:21,203 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2017-07-28 12:17:21,203 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-28 12:17:21,203 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-28 12:17:21,203 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-28 12:17:21,203 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-28 12:17:21,204 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-28 12:17:21,204 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-28 12:17:21,204 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-28 12:17:21,205 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2017-07-28 12:17:21,205 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2017-07-28 12:17:21,205 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-28 12:17:21,205 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-28 12:17:21,206 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-28 12:17:21,206 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-28 12:17:21,206 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-28 12:17:21,206 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-28 12:17:21,206 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-28 12:17:21,206 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-28 12:17:21,207 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-28 12:17:21,207 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-28 12:17:21,207 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-28 12:17:21,207 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-28 12:17:21,207 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-28 12:17:21,208 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-28 12:17:21,208 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-28 12:17:21,208 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-28 12:17:21,208 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-28 12:17:21,208 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-28 12:17:21,209 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-28 12:17:21,209 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-28 12:17:21,209 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-28 12:17:21,210 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-28 12:17:21,210 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-28 12:17:21,210 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-28 12:17:21,210 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-28 12:17:21,211 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-28 12:17:21,211 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-28 12:17:21,211 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-28 12:17:21,211 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-28 12:17:21,211 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-28 12:17:21,212 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-28 12:17:21,212 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-28 12:17:21,212 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-28 12:17:21,212 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-28 12:17:21,213 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-28 12:17:21,213 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-28 12:17:21,213 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-28 12:17:21,213 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-28 12:17:21,213 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-28 12:17:21,241 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-28 12:17:21,303 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@77b71acd: startup date [Fri Jul 28 12:17:20 CEST 2017]; root of context hierarchy 2017-07-28 12:17:21,319 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@77b71acd: startup date [Fri Jul 28 12:17:20 CEST 2017]; root of context hierarchy 2017-07-28 12:17:21,371 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:21,371 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:21,378 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 7 ms 2017-07-28 12:17:21,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-28 12:17:21,413 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2017-07-28 12:17:21,417 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2017-07-28 12:17:21,418 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2017-07-28 12:17:21,418 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2017-07-28 12:17:21,419 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-28 12:17:21,424 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2017-07-28 12:17:21,425 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2017-07-28 12:17:21,425 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:17:21,425 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2017-07-28 12:17:21,426 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2017-07-28 12:17:21,427 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2017-07-28 12:17:21,427 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2017-07-28 12:17:21,428 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2017-07-28 12:17:21,428 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2017-07-28 12:17:21,434 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:21,434 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:21,434 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:21,434 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:21,434 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:21,434 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:21,435 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:21,435 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2017-07-28 12:17:21,435 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-28 12:17:21,435 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-28 12:17:21,435 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2017-07-28 12:17:21,442 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-28 12:17:21,443 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-28 12:17:21,443 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:17:21,444 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-28 12:17:21,445 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2017-07-28 12:17:21,446 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2017-07-28 12:17:21,477 INFO [main] org.appng.core.service.CoreService: application 'demo-application' is beeing converted from filebased to database 2017-07-28 12:17:21,480 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.3 2017-07-28 12:17:21,480 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml 2017-07-28 12:17:21,487 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml 2017-07-28 12:17:21,488 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql 2017-07-28 12:17:21,488 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml 2017-07-28 12:17:21,489 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql 2017-07-28 12:17:21,490 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml 2017-07-28 12:17:21,491 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties 2017-07-28 12:17:21,491 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml 2017-07-28 12:17:21,492 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml 2017-07-28 12:17:21,493 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml 2017-07-28 12:17:21,526 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@77b71acd: startup date [Fri Jul 28 12:17:20 CEST 2017]; root of context hierarchy 2017-07-28 12:17:21,527 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:21,528 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.802 s - in org.appng.appngizer.controller.ApplicationControllerTest [INFO] Running org.appng.appngizer.controller.SubjectControllerTest 2017-07-28 12:17:21,533 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-28 12:17:21,534 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@340c7419, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@24ec7ab7, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@82a748b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@de42c9e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5a9f2d87, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1de1dda1] 2017-07-28 12:17:21,534 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-28 12:17:21,589 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@46347cba: startup date [Fri Jul 28 12:17:21 CEST 2017]; root of context hierarchy 2017-07-28 12:17:21,675 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-28 12:17:21,686 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:21,686 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:17:21,719 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:17:21,723 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:17:21,804 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:21,806 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:21,810 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2017-07-28 12:17:21,810 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-28 12:17:21,812 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-28 12:17:21,814 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-28 12:17:21,821 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-28 12:17:21,825 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-28 12:17:21,827 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-28 12:17:21,831 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-28 12:17:21,835 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-28 12:17:21,839 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-28 12:17:21,843 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-28 12:17:21,847 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-28 12:17:21,851 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.040s). 2017-07-28 12:17:21,909 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:17:22,019 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:17:22,020 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:22,053 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-28 12:17:22,074 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-28 12:17:22,074 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-28 12:17:22,074 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-28 12:17:22,074 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-28 12:17:22,075 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-28 12:17:22,075 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-28 12:17:22,075 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-28 12:17:22,075 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-28 12:17:22,075 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-28 12:17:22,076 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-28 12:17:22,076 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-28 12:17:22,076 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-28 12:17:22,076 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-28 12:17:22,076 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-28 12:17:22,076 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-28 12:17:22,077 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-28 12:17:22,077 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-28 12:17:22,077 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-28 12:17:22,077 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-28 12:17:22,077 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-28 12:17:22,078 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-28 12:17:22,078 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-28 12:17:22,078 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-28 12:17:22,078 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-28 12:17:22,078 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-28 12:17:22,079 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-28 12:17:22,079 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-28 12:17:22,079 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-28 12:17:22,079 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-28 12:17:22,079 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-28 12:17:22,079 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-28 12:17:22,080 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-28 12:17:22,080 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2017-07-28 12:17:22,080 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2017-07-28 12:17:22,080 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2017-07-28 12:17:22,081 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2017-07-28 12:17:22,081 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2017-07-28 12:17:22,081 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-28 12:17:22,081 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-28 12:17:22,081 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-28 12:17:22,082 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-28 12:17:22,082 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-28 12:17:22,082 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-28 12:17:22,082 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-28 12:17:22,082 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-28 12:17:22,082 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-28 12:17:22,083 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-28 12:17:22,083 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-28 12:17:22,083 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-28 12:17:22,083 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-28 12:17:22,083 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-28 12:17:22,083 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-28 12:17:22,084 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-28 12:17:22,084 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-28 12:17:22,084 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-28 12:17:22,084 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-28 12:17:22,084 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-28 12:17:22,085 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-28 12:17:22,085 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-28 12:17:22,085 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-28 12:17:22,085 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-28 12:17:22,085 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-28 12:17:22,086 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-28 12:17:22,086 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-28 12:17:22,086 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-28 12:17:22,086 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-28 12:17:22,086 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-28 12:17:22,086 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-28 12:17:22,087 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-28 12:17:22,087 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-28 12:17:22,087 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-28 12:17:22,087 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-28 12:17:22,087 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-28 12:17:22,088 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-28 12:17:22,088 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-28 12:17:22,088 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-28 12:17:22,113 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-28 12:17:22,172 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@46347cba: startup date [Fri Jul 28 12:17:21 CEST 2017]; root of context hierarchy 2017-07-28 12:17:22,188 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@46347cba: startup date [Fri Jul 28 12:17:21 CEST 2017]; root of context hierarchy 2017-07-28 12:17:22,243 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:22,243 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:22,250 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 7 ms 2017-07-28 12:17:22,319 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:22,319 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:22,319 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 0 ms 2017-07-28 12:17:22,331 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:22,331 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:22,332 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2017-07-28 12:17:22,341 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@46347cba: startup date [Fri Jul 28 12:17:21 CEST 2017]; root of context hierarchy 2017-07-28 12:17:22,343 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:22,343 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.814 s - in org.appng.appngizer.controller.SubjectControllerTest [INFO] Running org.appng.appngizer.controller.PermissionControllerTest 2017-07-28 12:17:22,348 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-28 12:17:22,348 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5614901, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7edf3a1d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3e61f1f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@56c2813e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@59e4e3a6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5e6c3555] 2017-07-28 12:17:22,348 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2017-07-28 12:17:22,402 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6d41d760: startup date [Fri Jul 28 12:17:22 CEST 2017]; root of context hierarchy 2017-07-28 12:17:22,453 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2017-07-28 12:17:22,465 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:22,465 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2017-07-28 12:17:22,503 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2017-07-28 12:17:22,506 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2017-07-28 12:17:22,595 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:22,597 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:22,602 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2017-07-28 12:17:22,603 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2017-07-28 12:17:22,605 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2017-07-28 12:17:22,607 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2017-07-28 12:17:22,615 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2017-07-28 12:17:22,624 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2017-07-28 12:17:22,628 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2017-07-28 12:17:22,632 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2017-07-28 12:17:22,636 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2017-07-28 12:17:22,639 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2017-07-28 12:17:22,643 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2017-07-28 12:17:22,646 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2017-07-28 12:17:22,650 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.046s). 2017-07-28 12:17:22,707 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2017-07-28 12:17:22,819 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2017-07-28 12:17:22,819 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2017-07-28 12:17:22,850 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2017-07-28 12:17:22,869 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-28 12:17:22,869 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-28 12:17:22,869 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-28 12:17:22,870 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-28 12:17:22,870 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-28 12:17:22,870 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-28 12:17:22,870 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-28 12:17:22,870 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-28 12:17:22,870 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-28 12:17:22,871 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-28 12:17:22,871 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-28 12:17:22,871 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-28 12:17:22,871 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-28 12:17:22,871 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-28 12:17:22,871 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-28 12:17:22,872 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-28 12:17:22,872 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-28 12:17:22,872 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-28 12:17:22,872 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-28 12:17:22,872 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-28 12:17:22,872 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-28 12:17:22,873 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-28 12:17:22,873 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-28 12:17:22,873 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-28 12:17:22,873 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-28 12:17:22,873 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-28 12:17:22,873 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-28 12:17:22,874 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-28 12:17:22,874 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-28 12:17:22,874 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-28 12:17:22,874 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-28 12:17:22,874 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-28 12:17:22,875 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-28 12:17:22,875 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-28 12:17:22,875 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2017-07-28 12:17:22,875 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2017-07-28 12:17:22,875 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-28 12:17:22,876 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-28 12:17:22,876 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-28 12:17:22,876 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-28 12:17:22,876 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-28 12:17:22,876 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-28 12:17:22,876 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-28 12:17:22,876 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-28 12:17:22,876 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-28 12:17:22,877 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-28 12:17:22,877 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-28 12:17:22,877 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-28 12:17:22,877 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-28 12:17:22,877 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-28 12:17:22,877 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-28 12:17:22,878 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-28 12:17:22,878 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-28 12:17:22,878 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-28 12:17:22,878 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-28 12:17:22,878 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-28 12:17:22,879 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-28 12:17:22,879 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-28 12:17:22,879 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-28 12:17:22,879 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-28 12:17:22,879 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-28 12:17:22,879 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-28 12:17:22,880 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-28 12:17:22,880 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-28 12:17:22,880 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-28 12:17:22,880 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-28 12:17:22,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-28 12:17:22,880 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-28 12:17:22,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-28 12:17:22,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-28 12:17:22,881 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-28 12:17:22,881 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-28 12:17:22,881 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-28 12:17:22,881 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-28 12:17:22,882 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-28 12:17:22,882 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-28 12:17:22,906 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2017-07-28 12:17:22,962 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6d41d760: startup date [Fri Jul 28 12:17:22 CEST 2017]; root of context hierarchy 2017-07-28 12:17:22,978 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6d41d760: startup date [Fri Jul 28 12:17:22 CEST 2017]; root of context hierarchy 2017-07-28 12:17:23,024 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2017-07-28 12:17:23,024 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2017-07-28 12:17:23,030 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2017-07-28 12:17:23,062 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-28 12:17:23,066 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2017-07-28 12:17:23,068 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2017-07-28 12:17:23,069 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2017-07-28 12:17:23,070 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2017-07-28 12:17:23,070 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-28 12:17:23,075 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2017-07-28 12:17:23,075 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2017-07-28 12:17:23,076 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:17:23,076 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2017-07-28 12:17:23,077 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2017-07-28 12:17:23,078 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2017-07-28 12:17:23,078 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2017-07-28 12:17:23,079 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2017-07-28 12:17:23,079 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2017-07-28 12:17:23,083 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:23,083 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:23,084 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:23,084 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:23,084 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:23,084 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:23,084 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2017-07-28 12:17:23,084 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2017-07-28 12:17:23,084 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-28 12:17:23,085 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2017-07-28 12:17:23,085 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2017-07-28 12:17:23,091 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2017-07-28 12:17:23,091 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2017-07-28 12:17:23,092 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2017-07-28 12:17:23,093 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2017-07-28 12:17:23,094 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2017-07-28 12:17:23,095 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2017-07-28 12:17:23,133 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2017-07-28 12:17:23,143 INFO [main] org.appng.core.service.CoreService: creating new permission 'newName' for application 'demo-application' 2017-07-28 12:17:23,157 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@6d41d760: startup date [Fri Jul 28 12:17:22 CEST 2017]; root of context hierarchy 2017-07-28 12:17:23,159 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2017-07-28 12:17:23,159 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.815 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.4] [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.4] [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.4] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp] [INFO] Webapp assembled in [44 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.4.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.4-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.4 [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.4 [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.4 [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.4-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.4.war to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4.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.4/appng-appngizer-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.4-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.4.war.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.4-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4-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.4.war to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4.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.4/appng-appngizer-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.4-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.4.war.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.4-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.14.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4-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.4 [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.4.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... 1 warning [WARNING] Javadoc Warnings [WARNING] javadoc: warning - Error fetching URL: http://lucene.apache.org/core/6_6_0/core/ [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.4-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.4 [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.4 [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.4 [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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4.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.4/appng-appngizer-maven-plugin-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.4-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.4-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4.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.4/appng-appngizer-maven-plugin-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.4-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.4-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.4.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.4.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.4-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.4/appng-appngizer-maven-plugin-1.14.4-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.14.4-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.4/appng-appngizer-maven-plugin-1.14.4-sources.jar.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "5db33f1e7729b7" [INFO] * Created staging repository with ID "orgappng-1019". [INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019 [INFO] * Uploading locally staged artifacts to profile org.appng Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-core/1.14.4/appng-core-1.14.4-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-core/1.14.4/appng-core-1.14.4-javadoc.jar.asc (473 B at 701 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-core/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-core/maven-metadata.xml (301 B at 375 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-forms/1.14.4/appng-forms-1.14.4-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-1019/org/appng/appng-forms/1.14.4/appng-forms-1.14.4-sources.jar (19 kB at 26 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-forms/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-forms/maven-metadata.xml (302 B at 359 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4.pom.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-taglib/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-taglib/maven-metadata.xml (303 B at 360 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4-sources.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat7/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat7/maven-metadata.xml (304 B at 381 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-search/1.14.4/appng-search-1.14.4.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-search/1.14.4/appng-search-1.14.4.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-search/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-search/maven-metadata.xml (303 B at 371 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4-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-1019/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4-sources.jar (40 kB at 56 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer-jaxb/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 390 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-core/1.14.4/appng-core-1.14.4.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-1019/org/appng/appng-core/1.14.4/appng-core-1.14.4.jar (485 kB at 438 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-core/1.14.4/appng-core-1.14.4.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-1019/org/appng/appng-core/1.14.4/appng-core-1.14.4.pom (9.9 kB at 16 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4.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-1019/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4.jar (30 kB at 43 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4.pom Progress (1): 2.0/2.3 kB Progress (1): 2.3 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4.pom (2.3 kB at 3.8 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-formtags/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-formtags/maven-metadata.xml (305 B at 377 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4-javadoc.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4-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-1019/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4-sources.jar (35 kB at 49 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-documentation/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-documentation/maven-metadata.xml (310 B at 379 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-template-parent/1.14.4/appng-template-parent-1.14.4.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-1019/org/appng/appng-template-parent/1.14.4/appng-template-parent-1.14.4.pom (5.3 kB at 8.6 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-template-parent/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 312 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-template-parent/maven-metadata.xml (312 B at 382 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-core/1.14.4/appng-core-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-core/1.14.4/appng-core-1.14.4.pom.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4-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-1019/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4-javadoc.jar (154 kB at 168 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat8/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat8/maven-metadata.xml (304 B at 361 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application/1.14.4/appng-application-1.14.4.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-1019/org/appng/appng-application/1.14.4/appng-application-1.14.4.zip (96 MB at 14 MB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application/maven-metadata.xml (308 B at 319 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-parent/1.14.4/appng-application-parent-1.14.4.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-1019/org/appng/appng-application-parent/1.14.4/appng-application-parent-1.14.4.pom (9.6 kB at 14 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-parent/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 315 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-parent/maven-metadata.xml (315 B at 371 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4-javadoc.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/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-1019/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (325 B at 393 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4-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-1019/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4-sources.jar (3.0 kB at 4.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4.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-1019/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4.jar (14 kB at 18 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4.pom Progress (1): 2.0/3.8 kB Progress (1): 3.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4.pom (3.8 kB at 5.8 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/maven/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/maven/maven-metadata.xml Progress (1): 261 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/maven/maven-metadata.xml (261 B at 294 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-cli/1.14.4/appng-cli-1.14.4.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-1019/org/appng/appng-cli/1.14.4/appng-cli-1.14.4.jar (95 kB at 113 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-cli/1.14.4/appng-cli-1.14.4.pom Progress (1): 1.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-cli/1.14.4/appng-cli-1.14.4.pom (1.8 kB at 2.7 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-cli/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-cli/maven-metadata.xml (300 B at 351 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-cli/1.14.4/appng-cli-1.14.4-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-cli/1.14.4/appng-cli-1.14.4-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-forms/1.14.4/appng-forms-1.14.4-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-forms/1.14.4/appng-forms-1.14.4-javadoc.jar.asc (473 B at 1.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4-javadoc.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-xmlapi/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 335 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-search/1.14.4/appng-search-1.14.4-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 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-search/1.14.4/appng-search-1.14.4-javadoc.jar (197 kB at 211 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4-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-1019/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4-sources.jar (34 kB at 53 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-testsupport/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-testsupport/maven-metadata.xml (308 B at 370 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4.jar Progress (1): 1.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4.jar (1.6 kB at 2.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4.pom Progress (1): 533 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4.pom (533 B at 800 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-assembly/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 382 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application/1.14.4/appng-application-1.14.4.zip.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application/1.14.4/appng-application-1.14.4.zip.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4-sources.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4.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-1019/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4.jar (33 kB at 45 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4.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-1019/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4.pom (9.3 kB at 15 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4-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-1019/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4-javadoc.jar (34 kB at 53 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4-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-1019/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4-sources.jar (15 kB at 22 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-archetype-application/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 395 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4.war.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4.war.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer/maven-metadata.xml (306 B at 372 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4.pom.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4-javadoc.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-persistence/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-persistence/maven-metadata.xml (308 B at 379 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-forms/1.14.4/appng-forms-1.14.4-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-1019/org/appng/appng-forms/1.14.4/appng-forms-1.14.4-javadoc.jar (89 kB at 110 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4.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-1019/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4.jar (14 kB at 22 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4.pom Progress (1): 504 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4.pom (504 B at 796 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tools/1.14.4/appng-tools-1.14.4-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-1019/org/appng/appng-tools/1.14.4/appng-tools-1.14.4-sources.jar (41 kB at 65 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tools/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tools/maven-metadata.xml (302 B at 365 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-core/1.14.4/appng-core-1.14.4-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-1019/org/appng/appng-core/1.14.4/appng-core-1.14.4-sources.jar (320 kB at 309 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-api/1.14.4/appng-api-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-api/1.14.4/appng-api-1.14.4-sources.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-api/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-api/maven-metadata.xml (300 B at 366 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tools/1.14.4/appng-tools-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tools/1.14.4/appng-tools-1.14.4.pom.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4-sources.jar.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4-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-1019/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4-sources.jar (57 kB at 68 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4-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-1019/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4-javadoc.jar (209 kB at 250 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-parent/1.14.4/appng-parent-1.14.4.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-1019/org/appng/appng-parent/1.14.4/appng-parent-1.14.4.pom (31 kB at 49 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-parent/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-parent/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-parent/maven-metadata.xml (303 B at 323 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-core/1.14.4/appng-core-1.14.4.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-core/1.14.4/appng-core-1.14.4.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4-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-1019/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4-sources.jar (21 kB at 29 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application/1.14.4/appng-application-1.14.4.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-1019/org/appng/appng-application/1.14.4/appng-application-1.14.4.war (96 MB at 14 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application/1.14.4/appng-application-1.14.4.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-1019/org/appng/appng-application/1.14.4/appng-application-1.14.4.pom (7.4 kB at 12 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-mail/1.14.4/appng-mail-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-mail/1.14.4/appng-mail-1.14.4.pom.asc (473 B at 1.9 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-mail/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-mail/maven-metadata.xml (301 B at 334 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4-sources.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-bom/1.14.4/appng-application-bom-1.14.4.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-1019/org/appng/appng-application-bom/1.14.4/appng-application-bom-1.14.4.pom (41 kB at 54 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-bom/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 312 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-bom/maven-metadata.xml (312 B at 386 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4-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-1019/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4-javadoc.jar (157 kB at 171 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4.jar Progress (1): 2.0/3.1 kB Progress (1): 3.1 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4.jar (3.1 kB at 4.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4.pom Progress (1): 1.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4.pom (1.0 kB at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4.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-1019/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4.jar (54 kB at 77 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4.pom Progress (1): 2.0/2.8 kB Progress (1): 2.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4.pom (2.8 kB at 4.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4-javadoc.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tools/1.14.4/appng-tools-1.14.4.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-1019/org/appng/appng-tools/1.14.4/appng-tools-1.14.4.jar (48 kB at 76 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tools/1.14.4/appng-tools-1.14.4.pom Progress (1): 2.0/2.6 kB Progress (1): 2.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tools/1.14.4/appng-tools-1.14.4.pom (2.6 kB at 4.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4.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-1019/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4.war (113 kB at 167 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4.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-1019/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4.pom (8.2 kB at 13 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tools/1.14.4/appng-tools-1.14.4.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tools/1.14.4/appng-tools-1.14.4.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-mail/1.14.4/appng-mail-1.14.4.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-mail/1.14.4/appng-mail-1.14.4.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-core/1.14.4/appng-core-1.14.4-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-1019/org/appng/appng-core/1.14.4/appng-core-1.14.4-javadoc.jar (1.1 MB at 1.2 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tools/1.14.4/appng-tools-1.14.4-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-1019/org/appng/appng-tools/1.14.4/appng-tools-1.14.4-javadoc.jar (237 kB at 350 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4-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-1019/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4-javadoc.jar (27 kB at 43 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4-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-1019/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4-javadoc.jar (273 kB at 401 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-mail/1.14.4/appng-mail-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-mail/1.14.4/appng-mail-1.14.4-sources.jar.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4-javadoc.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4.pom.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4.pom.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-search/1.14.4/appng-search-1.14.4.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-1019/org/appng/appng-search/1.14.4/appng-search-1.14.4.jar (54 kB at 79 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-search/1.14.4/appng-search-1.14.4.pom Progress (1): 2.0/2.9 kB Progress (1): 2.9 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-search/1.14.4/appng-search-1.14.4.pom (2.9 kB at 4.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-mail/1.14.4/appng-mail-1.14.4.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-1019/org/appng/appng-mail/1.14.4/appng-mail-1.14.4.jar (15 kB at 24 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-mail/1.14.4/appng-mail-1.14.4.pom Progress (1): 1.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-mail/1.14.4/appng-mail-1.14.4.pom (1.8 kB at 2.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-search/1.14.4/appng-search-1.14.4-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-search/1.14.4/appng-search-1.14.4-javadoc.jar.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4.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-1019/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4.jar (153 kB at 235 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4.pom Progress (1): 2.0/3.6 kB Progress (1): 3.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4.pom (3.6 kB at 5.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4.jar Progress (1): 1.5 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4.jar (1.5 kB at 2.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4.pom Progress (1): 871 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4.pom (871 B at 1.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-template-assembly/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 382 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4-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-1019/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4-sources.jar (21 kB at 28 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4.jar Progress (1): 2.0/3.0 kB Progress (1): 3.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4.jar (3.0 kB at 4.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4.pom Progress (1): 1.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4.pom (1.0 kB at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4.pom.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-cli/1.14.4/appng-cli-1.14.4-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-1019/org/appng/appng-cli/1.14.4/appng-cli-1.14.4-sources.jar (77 kB at 100 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4-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-1019/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4-javadoc.jar (109 kB at 135 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-api/1.14.4/appng-api-1.14.4-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-api/1.14.4/appng-api-1.14.4-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4-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-1019/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4-sources.jar (2.7 kB at 4.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-api/1.14.4/appng-api-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-api/1.14.4/appng-api-1.14.4.pom.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application/1.14.4/appng-application-1.14.4.war.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application/1.14.4/appng-application-1.14.4.war.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-mail/1.14.4/appng-mail-1.14.4-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-1019/org/appng/appng-mail/1.14.4/appng-mail-1.14.4-sources.jar (12 kB at 19 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-parent/1.14.4/appng-parent-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-parent/1.14.4/appng-parent-1.14.4.pom.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tools/1.14.4/appng-tools-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tools/1.14.4/appng-tools-1.14.4-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4-sources.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4-sources.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-cli/1.14.4/appng-cli-1.14.4-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-1019/org/appng/appng-cli/1.14.4/appng-cli-1.14.4-javadoc.jar (362 kB at 457 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4-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-1019/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4-sources.jar (3.0 kB at 4.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-api/1.14.4/appng-api-1.14.4.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-api/1.14.4/appng-api-1.14.4.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-core/1.14.4/appng-core-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-core/1.14.4/appng-core-1.14.4-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-cli/1.14.4/appng-cli-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-cli/1.14.4/appng-cli-1.14.4-sources.jar.asc (473 B at 1.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-archetype-application/1.14.4/appng-archetype-application-1.14.4.jar.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4-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-1019/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4-sources.jar (162 kB at 236 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4-sources.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4-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-1019/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4-javadoc.jar (113 kB at 163 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4.pom.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer/1.14.4/appng-appngizer-1.14.4-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application/1.14.4/appng-application-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application/1.14.4/appng-application-1.14.4-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-mail/1.14.4/appng-mail-1.14.4-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-1019/org/appng/appng-mail/1.14.4/appng-mail-1.14.4-javadoc.jar (86 kB at 129 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application/1.14.4/appng-application-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application/1.14.4/appng-application-1.14.4.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-assembly/1.14.4/appng-application-assembly-1.14.4-sources.jar.asc (473 B at 1.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-mail/1.14.4/appng-mail-1.14.4-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-mail/1.14.4/appng-mail-1.14.4-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4-sources.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application/1.14.4/appng-application-1.14.4-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-1019/org/appng/appng-application/1.14.4/appng-application-1.14.4-sources.jar (3.2 kB at 4.8 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-testsupport/1.14.4/appng-testsupport-1.14.4.jar.asc (473 B at 1.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-forms/1.14.4/appng-forms-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-forms/1.14.4/appng-forms-1.14.4-sources.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4-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-1019/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4-sources.jar (2.7 kB at 4.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-api/1.14.4/appng-api-1.14.4.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-1019/org/appng/appng-api/1.14.4/appng-api-1.14.4.jar (302 kB at 449 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-api/1.14.4/appng-api-1.14.4.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-1019/org/appng/appng-api/1.14.4/appng-api-1.14.4.pom (4.6 kB at 6.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4.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-1019/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4.jar (23 kB at 35 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4.pom Progress (1): 2.0/3.1 kB Progress (1): 3.1 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-persistence/1.14.4/appng-persistence-1.14.4.pom (3.1 kB at 4.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-api/1.14.4/appng-api-1.14.4-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-1019/org/appng/appng-api/1.14.4/appng-api-1.14.4-sources.jar (255 kB at 357 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-cli/1.14.4/appng-cli-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-cli/1.14.4/appng-cli-1.14.4.pom.asc (473 B at 1.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-forms/1.14.4/appng-forms-1.14.4.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-1019/org/appng/appng-forms/1.14.4/appng-forms-1.14.4.jar (18 kB at 28 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-forms/1.14.4/appng-forms-1.14.4.pom Progress (1): 2.0/2.1 kB Progress (1): 2.1 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-forms/1.14.4/appng-forms-1.14.4.pom (2.1 kB at 3.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-forms/1.14.4/appng-forms-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-forms/1.14.4/appng-forms-1.14.4.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4.jar.asc (473 B at 1.8 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4.jar.asc (473 B at 1.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat7/1.14.4/appng-tomcat7-1.14.4.jar.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-search/1.14.4/appng-search-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-search/1.14.4/appng-search-1.14.4.pom.asc (473 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4-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-1019/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4-sources.jar (42 kB at 64 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4-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 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/maven/appng-appngizer-maven-plugin/1.14.4/appng-appngizer-maven-plugin-1.14.4-sources.jar (8.2 kB at 12 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-cli/1.14.4/appng-cli-1.14.4.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-cli/1.14.4/appng-cli-1.14.4.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4-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-1019/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4-javadoc.jar (27 kB at 38 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tomcat8/1.14.4/appng-tomcat8-1.14.4.pom.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-bom/1.14.4/appng-application-bom-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-bom/1.14.4/appng-application-bom-1.14.4.pom.asc (473 B at 1.8 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4.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-1019/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4.jar (56 kB at 82 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4.pom Progress (1): 2.0/2.3 kB Progress (1): 2.3 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-taglib/1.14.4/appng-taglib-1.14.4.pom (2.3 kB at 3.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-template-assembly/1.14.4/appng-template-assembly-1.14.4-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-search/1.14.4/appng-search-1.14.4-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-1019/org/appng/appng-search/1.14.4/appng-search-1.14.4-sources.jar (40 kB at 52 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4-javadoc.jar Progress (1): 2.0/803 kB Progress (1): 4.1/803 kB Progress (1): 6.1/803 kB Progress (1): 8.2/803 kB Progress (1): 10/803 kB Progress (1): 12/803 kB Progress (1): 14/803 kB Progress (1): 16/803 kB Progress (1): 18/803 kB Progress (1): 20/803 kB Progress (1): 23/803 kB Progress (1): 25/803 kB Progress (1): 27/803 kB Progress (1): 29/803 kB Progress (1): 31/803 kB Progress (1): 33/803 kB Progress (1): 35/803 kB Progress (1): 37/803 kB Progress (1): 39/803 kB Progress (1): 41/803 kB Progress (1): 43/803 kB Progress (1): 45/803 kB Progress (1): 47/803 kB Progress (1): 49/803 kB Progress (1): 51/803 kB Progress (1): 53/803 kB Progress (1): 55/803 kB Progress (1): 57/803 kB Progress (1): 59/803 kB Progress (1): 61/803 kB Progress (1): 63/803 kB Progress (1): 66/803 kB Progress (1): 68/803 kB Progress (1): 70/803 kB Progress (1): 72/803 kB Progress (1): 74/803 kB Progress (1): 76/803 kB Progress (1): 78/803 kB Progress (1): 80/803 kB Progress (1): 82/803 kB Progress (1): 84/803 kB Progress (1): 86/803 kB Progress (1): 88/803 kB Progress (1): 90/803 kB Progress (1): 92/803 kB Progress (1): 94/803 kB Progress (1): 96/803 kB Progress (1): 98/803 kB Progress (1): 100/803 kB Progress (1): 102/803 kB Progress (1): 104/803 kB Progress (1): 106/803 kB Progress (1): 109/803 kB Progress (1): 111/803 kB Progress (1): 113/803 kB Progress (1): 115/803 kB Progress (1): 117/803 kB Progress (1): 119/803 kB Progress (1): 121/803 kB Progress (1): 123/803 kB Progress (1): 125/803 kB Progress (1): 127/803 kB Progress (1): 129/803 kB Progress (1): 131/803 kB Progress (1): 133/803 kB Progress (1): 135/803 kB Progress (1): 137/803 kB Progress (1): 139/803 kB Progress (1): 141/803 kB Progress (1): 143/803 kB Progress (1): 145/803 kB Progress (1): 147/803 kB Progress (1): 150/803 kB Progress (1): 152/803 kB Progress (1): 154/803 kB Progress (1): 156/803 kB Progress (1): 158/803 kB Progress (1): 160/803 kB Progress (1): 162/803 kB Progress (1): 164/803 kB Progress (1): 166/803 kB Progress (1): 168/803 kB Progress (1): 170/803 kB Progress (1): 172/803 kB Progress (1): 174/803 kB Progress (1): 176/803 kB Progress (1): 178/803 kB Progress (1): 180/803 kB Progress (1): 182/803 kB Progress (1): 184/803 kB Progress (1): 186/803 kB Progress (1): 188/803 kB Progress (1): 190/803 kB Progress (1): 193/803 kB Progress (1): 195/803 kB Progress (1): 197/803 kB Progress (1): 199/803 kB Progress (1): 201/803 kB Progress (1): 203/803 kB Progress (1): 205/803 kB Progress (1): 207/803 kB Progress (1): 209/803 kB Progress (1): 211/803 kB Progress (1): 213/803 kB Progress (1): 215/803 kB Progress (1): 217/803 kB Progress (1): 219/803 kB Progress (1): 221/803 kB Progress (1): 223/803 kB Progress (1): 225/803 kB Progress (1): 227/803 kB Progress (1): 229/803 kB Progress (1): 231/803 kB Progress (1): 233/803 kB Progress (1): 236/803 kB Progress (1): 238/803 kB Progress (1): 240/803 kB Progress (1): 242/803 kB Progress (1): 244/803 kB Progress (1): 246/803 kB Progress (1): 248/803 kB Progress (1): 250/803 kB Progress (1): 252/803 kB Progress (1): 254/803 kB Progress (1): 256/803 kB Progress (1): 258/803 kB Progress (1): 260/803 kB Progress (1): 262/803 kB Progress (1): 264/803 kB Progress (1): 266/803 kB Progress (1): 268/803 kB Progress (1): 270/803 kB Progress (1): 272/803 kB Progress (1): 274/803 kB Progress (1): 276/803 kB Progress (1): 279/803 kB Progress (1): 281/803 kB Progress (1): 283/803 kB Progress (1): 285/803 kB Progress (1): 287/803 kB Progress (1): 289/803 kB Progress (1): 291/803 kB Progress (1): 293/803 kB Progress (1): 295/803 kB Progress (1): 297/803 kB Progress (1): 299/803 kB Progress (1): 301/803 kB Progress (1): 303/803 kB Progress (1): 305/803 kB Progress (1): 307/803 kB Progress (1): 309/803 kB Progress (1): 311/803 kB Progress (1): 313/803 kB Progress (1): 315/803 kB Progress (1): 317/803 kB Progress (1): 319/803 kB Progress (1): 322/803 kB Progress (1): 324/803 kB Progress (1): 326/803 kB Progress (1): 328/803 kB Progress (1): 330/803 kB Progress (1): 332/803 kB Progress (1): 334/803 kB Progress (1): 336/803 kB Progress (1): 338/803 kB Progress (1): 340/803 kB Progress (1): 342/803 kB Progress (1): 344/803 kB Progress (1): 346/803 kB Progress (1): 348/803 kB Progress (1): 350/803 kB Progress (1): 352/803 kB Progress (1): 354/803 kB Progress (1): 356/803 kB Progress (1): 358/803 kB Progress (1): 360/803 kB Progress (1): 362/803 kB Progress (1): 365/803 kB Progress (1): 367/803 kB Progress (1): 369/803 kB Progress (1): 371/803 kB Progress (1): 373/803 kB Progress (1): 375/803 kB Progress (1): 377/803 kB Progress (1): 379/803 kB Progress (1): 381/803 kB Progress (1): 383/803 kB Progress (1): 385/803 kB Progress (1): 387/803 kB Progress (1): 389/803 kB Progress (1): 391/803 kB Progress (1): 393/803 kB Progress (1): 395/803 kB Progress (1): 397/803 kB Progress (1): 399/803 kB Progress (1): 401/803 kB Progress (1): 403/803 kB Progress (1): 406/803 kB Progress (1): 408/803 kB Progress (1): 410/803 kB Progress (1): 412/803 kB Progress (1): 414/803 kB Progress (1): 416/803 kB Progress (1): 418/803 kB Progress (1): 420/803 kB Progress (1): 422/803 kB Progress (1): 424/803 kB Progress (1): 426/803 kB Progress (1): 428/803 kB Progress (1): 430/803 kB Progress (1): 432/803 kB Progress (1): 434/803 kB Progress (1): 436/803 kB Progress (1): 438/803 kB Progress (1): 440/803 kB Progress (1): 442/803 kB Progress (1): 444/803 kB Progress (1): 446/803 kB Progress (1): 449/803 kB Progress (1): 451/803 kB Progress (1): 453/803 kB Progress (1): 455/803 kB Progress (1): 457/803 kB Progress (1): 459/803 kB Progress (1): 461/803 kB Progress (1): 463/803 kB Progress (1): 465/803 kB Progress (1): 467/803 kB Progress (1): 469/803 kB Progress (1): 471/803 kB Progress (1): 473/803 kB Progress (1): 475/803 kB Progress (1): 477/803 kB Progress (1): 479/803 kB Progress (1): 481/803 kB Progress (1): 483/803 kB Progress (1): 485/803 kB Progress (1): 487/803 kB Progress (1): 489/803 kB Progress (1): 492/803 kB Progress (1): 494/803 kB Progress (1): 496/803 kB Progress (1): 498/803 kB Progress (1): 500/803 kB Progress (1): 502/803 kB Progress (1): 504/803 kB Progress (1): 506/803 kB Progress (1): 508/803 kB Progress (1): 510/803 kB Progress (1): 512/803 kB Progress (1): 514/803 kB Progress (1): 516/803 kB Progress (1): 518/803 kB Progress (1): 520/803 kB Progress (1): 522/803 kB Progress (1): 524/803 kB Progress (1): 526/803 kB Progress (1): 528/803 kB Progress (1): 530/803 kB Progress (1): 532/803 kB Progress (1): 535/803 kB Progress (1): 537/803 kB Progress (1): 539/803 kB Progress (1): 541/803 kB Progress (1): 543/803 kB Progress (1): 545/803 kB Progress (1): 547/803 kB Progress (1): 549/803 kB Progress (1): 551/803 kB Progress (1): 553/803 kB Progress (1): 555/803 kB Progress (1): 557/803 kB Progress (1): 559/803 kB Progress (1): 561/803 kB Progress (1): 563/803 kB Progress (1): 565/803 kB Progress (1): 567/803 kB Progress (1): 569/803 kB Progress (1): 571/803 kB Progress (1): 573/803 kB Progress (1): 575/803 kB Progress (1): 578/803 kB Progress (1): 580/803 kB Progress (1): 582/803 kB Progress (1): 584/803 kB Progress (1): 586/803 kB Progress (1): 588/803 kB Progress (1): 590/803 kB Progress (1): 592/803 kB Progress (1): 594/803 kB Progress (1): 596/803 kB Progress (1): 598/803 kB Progress (1): 600/803 kB Progress (1): 602/803 kB Progress (1): 604/803 kB Progress (1): 606/803 kB Progress (1): 608/803 kB Progress (1): 610/803 kB Progress (1): 612/803 kB Progress (1): 614/803 kB Progress (1): 616/803 kB Progress (1): 618/803 kB Progress (1): 621/803 kB Progress (1): 623/803 kB Progress (1): 625/803 kB Progress (1): 627/803 kB Progress (1): 629/803 kB Progress (1): 631/803 kB Progress (1): 633/803 kB Progress (1): 635/803 kB Progress (1): 637/803 kB Progress (1): 639/803 kB Progress (1): 641/803 kB Progress (1): 643/803 kB Progress (1): 645/803 kB Progress (1): 647/803 kB Progress (1): 649/803 kB Progress (1): 651/803 kB Progress (1): 653/803 kB Progress (1): 655/803 kB Progress (1): 657/803 kB Progress (1): 659/803 kB Progress (1): 662/803 kB Progress (1): 664/803 kB Progress (1): 666/803 kB Progress (1): 668/803 kB Progress (1): 670/803 kB Progress (1): 672/803 kB Progress (1): 674/803 kB Progress (1): 676/803 kB Progress (1): 678/803 kB Progress (1): 680/803 kB Progress (1): 682/803 kB Progress (1): 684/803 kB Progress (1): 686/803 kB Progress (1): 688/803 kB Progress (1): 690/803 kB Progress (1): 692/803 kB Progress (1): 694/803 kB Progress (1): 696/803 kB Progress (1): 698/803 kB Progress (1): 700/803 kB Progress (1): 702/803 kB Progress (1): 705/803 kB Progress (1): 707/803 kB Progress (1): 709/803 kB Progress (1): 711/803 kB Progress (1): 713/803 kB Progress (1): 715/803 kB Progress (1): 717/803 kB Progress (1): 719/803 kB Progress (1): 721/803 kB Progress (1): 723/803 kB Progress (1): 725/803 kB Progress (1): 727/803 kB Progress (1): 729/803 kB Progress (1): 731/803 kB Progress (1): 733/803 kB Progress (1): 735/803 kB Progress (1): 737/803 kB Progress (1): 739/803 kB Progress (1): 741/803 kB Progress (1): 743/803 kB Progress (1): 745/803 kB Progress (1): 748/803 kB Progress (1): 750/803 kB Progress (1): 752/803 kB Progress (1): 754/803 kB Progress (1): 756/803 kB Progress (1): 758/803 kB Progress (1): 760/803 kB Progress (1): 762/803 kB Progress (1): 764/803 kB Progress (1): 766/803 kB Progress (1): 768/803 kB Progress (1): 770/803 kB Progress (1): 772/803 kB Progress (1): 774/803 kB Progress (1): 776/803 kB Progress (1): 778/803 kB Progress (1): 780/803 kB Progress (1): 782/803 kB Progress (1): 784/803 kB Progress (1): 786/803 kB Progress (1): 788/803 kB Progress (1): 791/803 kB Progress (1): 793/803 kB Progress (1): 795/803 kB Progress (1): 797/803 kB Progress (1): 799/803 kB Progress (1): 801/803 kB Progress (1): 803/803 kB Progress (1): 803 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-xmlapi/1.14.4/appng-xmlapi-1.14.4-javadoc.jar (803 kB at 1.0 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tools/1.14.4/appng-tools-1.14.4-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-tools/1.14.4/appng-tools-1.14.4-javadoc.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4.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-1019/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4.jar (30 kB at 42 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4.pom Progress (1): 1.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4.pom (1.7 kB at 2.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-parent/1.14.4/appng-application-parent-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-application-parent/1.14.4/appng-application-parent-1.14.4.pom.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-documentation/1.14.4/appng-documentation-1.14.4-sources.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-formtags/1.14.4/appng-formtags-1.14.4-sources.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-template-parent/1.14.4/appng-template-parent-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-template-parent/1.14.4/appng-template-parent-1.14.4.pom.asc (473 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-appngizer-jaxb/1.14.4/appng-appngizer-jaxb-1.14.4.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-api/1.14.4/appng-api-1.14.4-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-1019/org/appng/appng-api/1.14.4/appng-api-1.14.4-javadoc.jar (1.0 MB at 1.2 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-search/1.14.4/appng-search-1.14.4-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-search/1.14.4/appng-search-1.14.4-sources.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-forms/1.14.4/appng-forms-1.14.4.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1019/org/appng/appng-forms/1.14.4/appng-forms-1.14.4.jar.asc (473 B at 2.2 kB/s) [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "orgappng-1019". Waiting for operation to complete... ........ [INFO] Remote staged 1 repositories, finished with success. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] appNG Parent ....................................... SUCCESS [ 26.222 s] [INFO] appNG Tools ........................................ SUCCESS [ 26.005 s] [INFO] appNG Mail ......................................... SUCCESS [ 12.094 s] [INFO] appNG Forms ........................................ SUCCESS [ 7.730 s] [INFO] appng Formtags ..................................... SUCCESS [ 10.771 s] [INFO] appNG XML-API ...................................... SUCCESS [ 10.578 s] [INFO] appNG public API ................................... SUCCESS [ 24.243 s] [INFO] appNG testsupport .................................. SUCCESS [ 11.595 s] [INFO] appNG Persistence-Tools ............................ SUCCESS [ 27.638 s] [INFO] appNG Search ....................................... SUCCESS [ 16.917 s] [INFO] appNG Core Library ................................. SUCCESS [01:06 min] [INFO] appNG Tomcat 7 ..................................... SUCCESS [ 4.096 s] [INFO] appNG Tomcat 8 ..................................... SUCCESS [ 4.026 s] [INFO] appNG Command Line Interface ....................... SUCCESS [ 50.065 s] [INFO] appNG Tag Library .................................. SUCCESS [ 9.152 s] [INFO] appNG Application .................................. SUCCESS [ 7.252 s] [INFO] appNG application BOM .............................. SUCCESS [ 0.890 s] [INFO] appNG Documentation ................................ SUCCESS [ 28.103 s] [INFO] appNG Template Assembly Descriptors ................ SUCCESS [ 1.241 s] [INFO] appNG Template Parent .............................. SUCCESS [ 0.888 s] [INFO] appng-application-assembly ......................... SUCCESS [ 1.144 s] [INFO] appNG application parent ........................... SUCCESS [ 0.871 s] [INFO] Archetype - appng-archetype-application ............ SUCCESS [ 1.133 s] [INFO] appNGizer JAXB API ................................. SUCCESS [ 4.481 s] [INFO] appNGizer .......................................... SUCCESS [ 50.826 s] [INFO] appNG appNGizer Maven Plugin ....................... SUCCESS [03:03 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:48 min [INFO] Finished at: 2017-07-28T12:20:56+02:00 [INFO] Final Memory: 284M/1697M [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.4 [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.053 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.4.jar [INFO] [INFO] --- maven-dependency-plugin:3.0.1:copy-dependencies (default) @ appng-standalone --- [INFO] Copying appng-application-1.14.4.war to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-application-1.14.4.war [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 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-appngizer-1.14.4.war to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-appngizer-1.14.4.war [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] [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.4.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.14.4/appng-standalone-1.14.4.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.4/appng-standalone-1.14.4.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.14.4.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.14.4/appng-standalone-1.14.4.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.14.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.14.4/appng-standalone-1.14.4-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.4/appng-standalone-1.14.4.jar Progress (1): 2.0/9.5 kB Progress (1): 4.1/9.5 kB Progress (1): 6.1/9.5 kB Progress (1): 8.2/9.5 kB Progress (1): 9.5 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.14.4/appng-standalone-1.14.4.jar (9.5 kB at 32 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.14.4/appng-standalone-1.14.4.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.4/appng-standalone-1.14.4.pom (6.2 kB at 28 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml Progress (1): 388 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml (388 B at 12 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml Progress (1): 399 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml (399 B at 5.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.14.4/appng-standalone-1.14.4.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.4/appng-standalone-1.14.4.zip (105 MB at 24 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.14.4/appng-standalone-1.14.4-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.4/appng-standalone-1.14.4-sources.jar (7.9 kB at 89 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12.918 s [INFO] Finished at: 2017-07-28T12:21:13+02:00 [INFO] Final Memory: 27M/579M [INFO] ------------------------------------------------------------------------ [Pipeline] sh [appng-standalone] Running shell script + cp target/appng-standalone-1.14.4.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.4 [Pipeline] sh [appng] Running shell script + mkdir --parents /srv/www/appng.org/appng/docs/1.14.4/javadoc [Pipeline] sh [appng] Running shell script + mkdir --parents /srv/www/appng.org/appng/docs/1.14.4/reference [Pipeline] sh [appng] Running shell script + mkdir --parents /srv/www/appng.org/appng/docs/1.14.4/appngizer/html [Pipeline] sh [appng] Running shell script + mkdir --parents /srv/www/appng.org/appng/docs/1.14.4/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.4/javadoc [Pipeline] sh [appng] Running shell script + mv -f appng-documentation/target/generated-docs/html /srv/www/appng.org/appng/docs/1.14.4/reference [Pipeline] sh [appng] Running shell script + mv -f appng-documentation/target/generated-docs/pdf /srv/www/appng.org/appng/docs/1.14.4/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.4/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.4/appngizer/html/ [Pipeline] sh [appng] Running shell script + rm -rf /srv/www/appng.org/appng/docs/1.14.4/appngizer/html/parts [Pipeline] sh [appng] Running shell script + rm -rf /srv/www/appng.org/appng/docs/1.14.4/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.4.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.4.xsd [Pipeline] sh [appng] Running shell script + cp appng-appngizer-jaxb/target/classes/appngizer.xsd /srv/www/appng.org/schema/appngizer/appngizer-1.14.4.xsd [Pipeline] sh [appng] Running shell script + cp appng-xmlapi/target/classes/appng-application.xsd /srv/www/appng.org/schema/application/appng-application.xsd [Pipeline] sh [appng] Running shell script + cp appng-xmlapi/target/classes/appng-platform.xsd /srv/www/appng.org/schema/platform/appng-platform.xsd [Pipeline] sh [appng] Running shell script + cp appng-appngizer-jaxb/target/classes/appngizer.xsd /srv/www/appng.org/schema/appngizer/appngizer.xsd [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (merge to master and tag) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh [appng] Running shell script + git checkout master Switched to branch 'master' Your branch is up-to-date with 'origin/master'. [Pipeline] sh [appng] Running shell script + git merge --ff appng-1.14.x --strategy-option theirs Auto-merging pom.xml Auto-merging appng-xmlapi/pom.xml Auto-merging appng-tools/pom.xml Auto-merging appng-tomcat8/pom.xml Auto-merging appng-tomcat7/pom.xml Auto-merging appng-testsupport/pom.xml Auto-merging appng-template-parent/pom.xml Auto-merging appng-template-assembly/pom.xml Auto-merging appng-taglib/pom.xml Auto-merging appng-standalone/pom.xml Auto-merging appng-search/pom.xml Auto-merging appng-persistence/pom.xml Auto-merging appng-mail/pom.xml Auto-merging appng-formtags/pom.xml Auto-merging appng-forms/pom.xml Auto-merging appng-documentation/src/main/asciidoc/listing/dependencies.txt Auto-merging appng-documentation/pom.xml Auto-merging appng-core/pom.xml Auto-merging appng-cli/pom.xml Auto-merging appng-archetype-application/src/main/resources/archetype-resources/pom.xml Auto-merging appng-archetype-application/readme.txt Auto-merging appng-archetype-application/pom.xml Auto-merging appng-appngizer/pom.xml Auto-merging appng-appngizer-maven-plugin/pom.xml Auto-merging appng-appngizer-jaxb/pom.xml Auto-merging appng-application/pom.xml Auto-merging appng-application-parent/pom.xml Auto-merging appng-application-bom/pom.xml Auto-merging appng-application-assembly/pom.xml Auto-merging appng-api/pom.xml Auto-merging README.adoc Merge made by the 'recursive' strategy. README.adoc | 4 ++-- appng-api/pom.xml | 2 +- appng-application-assembly/pom.xml | 2 +- appng-application-bom/pom.xml | 28 +++++++++++----------- appng-application-parent/pom.xml | 2 +- appng-application/pom.xml | 2 +- appng-appngizer-jaxb/pom.xml | 2 +- appng-appngizer-maven-plugin/pom.xml | 2 +- appng-appngizer/pom.xml | 2 +- appng-archetype-application/pom.xml | 2 +- appng-archetype-application/readme.txt | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- appng-cli/pom.xml | 2 +- appng-core/pom.xml | 2 +- appng-documentation/pom.xml | 2 +- .../src/main/asciidoc/listing/dependencies.txt | 8 +++---- appng-forms/pom.xml | 2 +- appng-formtags/pom.xml | 2 +- appng-mail/pom.xml | 2 +- appng-persistence/pom.xml | 2 +- appng-search/pom.xml | 2 +- appng-standalone/pom.xml | 2 +- appng-taglib/pom.xml | 2 +- appng-template-assembly/pom.xml | 2 +- appng-template-parent/pom.xml | 4 ++-- appng-testsupport/pom.xml | 2 +- appng-tomcat7/pom.xml | 2 +- appng-tomcat8/pom.xml | 2 +- appng-tools/pom.xml | 2 +- appng-xmlapi/pom.xml | 2 +- pom.xml | 2 +- 31 files changed, 49 insertions(+), 49 deletions(-) [Pipeline] sh [appng] Running shell script + git tag appng-1.14.4 [Pipeline] sh [appng] Running shell script + git push origin appng-1.14.4 To git@github.com:appNG/appng.git * [new tag] appng-1.14.4 -> appng-1.14.4 [Pipeline] sh [appng] Running shell script + git push warning: push.default is unset; its implicit value has changed in Git 2.0 from 'matching' to 'simple'. To squelch this message and maintain the traditional behavior, use: git config --global push.default matching To squelch this message and adopt the new behavior now, use: git config --global push.default simple When push.default is set to 'matching', git will push local branches to the remote branches that already exist with the same name. Since Git 2.0, Git defaults to the more conservative 'simple' behavior, which only pushes the current branch to the corresponding remote branch that 'git pull' uses to update the current branch. See 'git help config' and search for 'push.default' for further information. (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode 'current' instead of 'simple' if you sometimes use older versions of Git) To git@github.com:appNG/appng.git 1af5e9f..a3ec914 master -> master [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (prepare next version) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh [appng] Running shell script + git checkout -b appng-1.15.x Switched to a new branch 'appng-1.15.x' [Pipeline] sh [appng] Running shell script + sed -i s/1\.14\.4/1\.15\.0-SNAPSHOT/g 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 + sed -i s/:current: {stable}/:current: {snapshot}/g README.adoc [Pipeline] sh [appng] Running shell script + git status On branch appng-1.15.x Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified: README.adoc modified: appng-api/pom.xml modified: appng-application-assembly/pom.xml modified: appng-application-bom/pom.xml modified: appng-application-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 Untracked files: (use "git add ..." to include in what will be committed) appng-standalone/src/test/resources/xml/copyConfig.xml no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh [appng] Running shell script + git commit -a -m preparing next version 1.15.0-SNAPSHOT [appng-1.15.x 29311d8] preparing next version 1.15.0-SNAPSHOT 31 files changed, 48 insertions(+), 48 deletions(-) [Pipeline] sh [appng] Running shell script + git push origin appng-1.15.x To git@github.com:appNG/appng.git ! [rejected] appng-1.15.x -> appng-1.15.x (non-fast-forward) error: failed to push some refs to 'git@github.com:appNG/appng.git' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE