Chapter 2 - Notebook¶
Install Apache NiFi¶
In [3]:
Copied!
# download NiFi
!wget 'https://mirrors.estointernet.in/apache/nifi/1.12.1/nifi-1.12.1-bin.tar.gz'
# download NiFi
!wget 'https://mirrors.estointernet.in/apache/nifi/1.12.1/nifi-1.12.1-bin.tar.gz'
--2021-06-06 19:01:19-- https://mirrors.estointernet.in/apache/nifi/1.12.1/nifi-1.12.1-bin.tar.gz Resolving mirrors.estointernet.in (mirrors.estointernet.in)... 43.255.166.254, 2403:8940:3:1::f Connecting to mirrors.estointernet.in (mirrors.estointernet.in)|43.255.166.254|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2021-06-06 19:01:21 ERROR 404: Not Found.
In [5]:
Copied!
!curl 'https://archive.apache.org/dist/nifi/1.12.1/nifi-1.12.1-bin.tar.gz' --output 'nifi.tar.gz'
!curl 'https://archive.apache.org/dist/nifi/1.12.1/nifi-1.12.1-bin.tar.gz' --output 'nifi.tar.gz'
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1488M 100 1488M 0 0 364k 0 1:09:38 1:09:38 --:--:-- 523k 253k 0 1:40:06 0:02:39 1:37:27 413k0 0 253k 0 1:40:01 0:03:00 1:37:01 208k268k 0 1:34:45 0:03:50 1:30:55 721k 333k 0 1:16:16 0:04:53 1:11:23 447k 0 0 387k 0 1:05:34 0:07:33 0:58:01 535k0 0 398k 0 1:03:47 0:10:52 0:52:55 419k255M 0 0 398k 0 1:03:47 0:10:57 0:52:50 387k 0 1:03:35 0:14:09 0:49:26 524k 379k 0 1:06:55 0:16:23 0:50:32 273k 373k 0 1:07:59 0:19:41 0:48:18 289k 367k 0 1:09:11 0:21:17 0:47:54 338k5k 0 1:09:33 0:21:42 0:47:51 291k34 513M 0 0 349k 0 1:12:36 0:25:02 0:47:34 140k 0 0 342k 0 1:14:14 0:26:30 0:47:44 207k 339k 0 1:14:45 0:27:01 0:47:44 229k 0 0 337k 0 1:15:13 0:27:58 0:47:15 670k 341k 0 1:14:16 0:28:05 0:46:11 1800k 225k 332k 0 1:16:23 0:32:27 0:43:56 286k 0 1:16:49 0:32:46 0:44:03 30812 329k 0 1:17:02 0:33:09 0:43:53 147k 0 329k 0 1:17:07 0:33:18 0:43:49 221k 326k 0 1:17:46 0:33:52 0:43:54 129kM 0 0 333k 0 1:16:05 0:36:18 0:39:47 508kk 0 1:16:03 0:36:50 0:39:13 610k 345k 0 1:13:32 0:40:58 0:32:34 776228:38 766k0 348k 0 1:12:47 0:45:19 0:27:28 635k0 349k 0 1:12:43 0:45:30 0:27:13 456kk 0 1:12:54 0:45:39 0:27:15 051k 0 1:12:15 0:46:14 0:26:01 189k347k 0 1:13:06 0:47:30 0:25:36 99k 0 0 342k 0 1:14:03 0:49:10 0:24:53 230k339k 0 1:14:48 0:50:19 0:24:29 329k 343k 0 1:14:00 0:50:57 0:23:03 1178kk 0 1:13:59 0:51:21 0:22:38 0k 0 1:14:20 0:52:26 0:21:54 236k 341k 0 1:14:21 0:52:30 0:21:51 254kk 0 1:14:21 0:52:31 0:21:50 252k 0 341k 0 1:14:17 0:52:36 0:21:41 573k 340k 0 1:14:31 0:54:04 0:20:27 155k 341k 0 1:14:20 0:55:27 0:18:53 326k 341k 0 1:14:20 0:56:06 0:18:14 339k 342k 0 1:14:11 0:56:13 0:17:58 581k 344k 0 1:13:41 0:56:23 0:17:18 1533k238M 0 0 356k 0 1:11:14 0:59:17 0:11:57 502k 358k 0 1:10:51 1:00:07 0:10:44 286k 0 365k 0 1:09:30 1:05:25 0:04:05 580k0 365k 0 1:09:24 1:06:04 0:03:20 00 366k 0 1:09:19 1:06:40 0:02:39 483k 366k 0 1:09:21 1:06:55 0:02:26 345k 424k 365k 0 1:09:25 1:07:48 0:01:37 375k 0 0 365k 0 1:09:26 1:08:14 0:01:12 381k 364k 0 1:09:36 1:09:09 0:00:27 342k 364k 0 1:09:38 1:09:13 0:00:25 212k
In [1]:
Copied!
# Extract files
!tar xvzf 'nifi.tar.gz'
# Extract files
!tar xvzf 'nifi.tar.gz'
nifi-1.12.1/README nifi-1.12.1/LICENSE nifi-1.12.1/NOTICE nifi-1.12.1/extensions/ nifi-1.12.1/lib/javax.servlet-api-3.1.0.jar nifi-1.12.1/lib/jetty-schemas-3.1.jar nifi-1.12.1/lib/logback-classic-1.2.3.jar nifi-1.12.1/lib/logback-core-1.2.3.jar nifi-1.12.1/lib/jcl-over-slf4j-1.7.30.jar nifi-1.12.1/lib/jul-to-slf4j-1.7.30.jar nifi-1.12.1/lib/log4j-over-slf4j-1.7.30.jar nifi-1.12.1/lib/slf4j-api-1.7.30.jar nifi-1.12.1/lib/nifi-api-1.12.1.jar nifi-1.12.1/lib/nifi-framework-api-1.12.1.jar nifi-1.12.1/lib/nifi-runtime-1.12.1.jar nifi-1.12.1/lib/nifi-nar-utils-1.12.1.jar nifi-1.12.1/lib/nifi-properties-1.12.1.jar nifi-1.12.1/lib/nifi-framework-nar-1.12.1.nar nifi-1.12.1/lib/nifi-provenance-repository-nar-1.12.1.nar nifi-1.12.1/lib/nifi-standard-services-api-nar-1.12.1.nar nifi-1.12.1/lib/nifi-ssl-context-service-nar-1.12.1.nar nifi-1.12.1/lib/nifi-distributed-cache-services-nar-1.12.1.nar nifi-1.12.1/lib/nifi-datadog-nar-1.12.1.nar nifi-1.12.1/lib/nifi-standard-nar-1.12.1.nar nifi-1.12.1/lib/nifi-jetty-bundle-1.12.1.nar nifi-1.12.1/lib/nifi-update-attribute-nar-1.12.1.nar nifi-1.12.1/lib/nifi-hadoop-libraries-nar-1.12.1.nar nifi-1.12.1/lib/nifi-hadoop-nar-1.12.1.nar nifi-1.12.1/lib/nifi-kafka-0-11-nar-1.12.1.nar nifi-1.12.1/lib/nifi-kafka-1-0-nar-1.12.1.nar nifi-1.12.1/lib/nifi-kafka-2-0-nar-1.12.1.nar nifi-1.12.1/lib/nifi-kafka-2-6-nar-1.12.1.nar nifi-1.12.1/lib/nifi-confluent-platform-nar-1.12.1.nar nifi-1.12.1/lib/nifi-http-context-map-nar-1.12.1.nar nifi-1.12.1/lib/nifi-html-nar-1.12.1.nar nifi-1.12.1/lib/nifi-lookup-services-nar-1.12.1.nar nifi-1.12.1/lib/nifi-poi-nar-1.12.1.nar nifi-1.12.1/lib/nifi-kudu-nar-1.12.1.nar nifi-1.12.1/lib/nifi-ldap-iaa-providers-nar-1.12.1.nar nifi-1.12.1/lib/nifi-kerberos-iaa-providers-nar-1.12.1.nar nifi-1.12.1/lib/nifi-dbcp-service-nar-1.12.1.nar nifi-1.12.1/lib/nifi-hadoop-dbcp-service-nar-1.12.1.nar nifi-1.12.1/lib/nifi-mongodb-client-service-api-nar-1.12.1.nar nifi-1.12.1/lib/nifi-mongodb-nar-1.12.1.nar nifi-1.12.1/lib/nifi-mongodb-services-nar-1.12.1.nar nifi-1.12.1/lib/nifi-solr-nar-1.12.1.nar nifi-1.12.1/lib/nifi-social-media-nar-1.12.1.nar nifi-1.12.1/lib/nifi-hl7-nar-1.12.1.nar nifi-1.12.1/lib/nifi-ccda-nar-1.12.1.nar nifi-1.12.1/lib/nifi-language-translation-nar-1.12.1.nar nifi-1.12.1/lib/nifi-enrich-nar-1.12.1.nar nifi-1.12.1/lib/nifi-aws-nar-1.12.1.nar nifi-1.12.1/lib/nifi-aws-service-api-nar-1.12.1.nar nifi-1.12.1/lib/nifi-ambari-nar-1.12.1.nar nifi-1.12.1/lib/nifi-ignite-nar-1.12.1.nar nifi-1.12.1/lib/nifi-rethinkdb-nar-1.12.1.nar nifi-1.12.1/lib/nifi-prometheus-nar-1.12.1.nar nifi-1.12.1/lib/nifi-influxdb-nar-1.12.1.nar nifi-1.12.1/lib/nifi-network-processors-nar-1.12.1.nar nifi-1.12.1/lib/nifi-avro-nar-1.12.1.nar nifi-1.12.1/lib/nifi-couchbase-nar-1.12.1.nar nifi-1.12.1/lib/nifi-couchbase-services-api-nar-1.12.1.nar nifi-1.12.1/lib/nifi-hbase-nar-1.12.1.nar nifi-1.12.1/lib/nifi-riemann-nar-1.12.1.nar nifi-1.12.1/lib/nifi-hbase_1_1_2-client-service-nar-1.12.1.nar nifi-1.12.1/lib/nifi-hbase_2-client-service-nar-1.12.1.nar nifi-1.12.1/lib/nifi-oauth2-provider-nar-1.12.1.nar nifi-1.12.1/lib/nifi-azure-nar-1.12.1.nar nifi-1.12.1/lib/nifi-azure-services-api-nar-1.12.1.nar nifi-1.12.1/lib/nifi-scripting-nar-1.12.1.nar nifi-1.12.1/lib/nifi-groovyx-nar-1.12.1.nar nifi-1.12.1/lib/nifi-elasticsearch-nar-1.12.1.nar nifi-1.12.1/lib/nifi-elasticsearch-client-service-api-nar-1.12.1.nar nifi-1.12.1/lib/nifi-elasticsearch-client-service-nar-1.12.1.nar nifi-1.12.1/lib/nifi-elasticsearch-restapi-nar-1.12.1.nar nifi-1.12.1/lib/nifi-lumberjack-nar-1.12.1.nar nifi-1.12.1/lib/nifi-beats-nar-1.12.1.nar nifi-1.12.1/lib/nifi-cybersecurity-nar-1.12.1.nar nifi-1.12.1/lib/nifi-email-nar-1.12.1.nar nifi-1.12.1/lib/nifi-amqp-nar-1.12.1.nar nifi-1.12.1/lib/nifi-splunk-nar-1.12.1.nar nifi-1.12.1/lib/nifi-jms-cf-service-nar-1.12.1.nar nifi-1.12.1/lib/nifi-jms-processors-nar-1.12.1.nar nifi-1.12.1/lib/nifi-cassandra-nar-1.12.1.nar nifi-1.12.1/lib/nifi-cassandra-services-api-nar-1.12.1.nar nifi-1.12.1/lib/nifi-cassandra-services-nar-1.12.1.nar nifi-1.12.1/lib/nifi-spring-nar-1.12.1.nar nifi-1.12.1/lib/nifi-registry-nar-1.12.1.nar nifi-1.12.1/lib/nifi-hive-services-api-nar-1.12.1.nar nifi-1.12.1/lib/nifi-hive-nar-1.12.1.nar nifi-1.12.1/lib/nifi-site-to-site-reporting-nar-1.12.1.nar nifi-1.12.1/lib/nifi-record-serialization-services-nar-1.12.1.nar nifi-1.12.1/lib/nifi-mqtt-nar-1.12.1.nar nifi-1.12.1/lib/nifi-snmp-nar-1.12.1.nar nifi-1.12.1/lib/nifi-evtx-nar-1.12.1.nar nifi-1.12.1/lib/nifi-slack-nar-1.12.1.nar nifi-1.12.1/lib/nifi-smb-nar-1.12.1.nar nifi-1.12.1/lib/nifi-windows-event-log-nar-1.12.1.nar nifi-1.12.1/lib/nifi-websocket-services-api-nar-1.12.1.nar nifi-1.12.1/lib/nifi-websocket-services-jetty-nar-1.12.1.nar nifi-1.12.1/lib/nifi-websocket-processors-nar-1.12.1.nar nifi-1.12.1/lib/nifi-tcp-nar-1.12.1.nar nifi-1.12.1/lib/nifi-gcp-nar-1.12.1.nar nifi-1.12.1/lib/nifi-gcp-services-api-nar-1.12.1.nar nifi-1.12.1/lib/nifi-stateful-analysis-nar-1.12.1.nar nifi-1.12.1/lib/nifi-cdc-mysql-nar-1.12.1.nar nifi-1.12.1/lib/nifi-parquet-nar-1.12.1.nar nifi-1.12.1/lib/nifi-hwx-schema-registry-nar-1.12.1.nar nifi-1.12.1/lib/nifi-redis-service-api-nar-1.12.1.nar nifi-1.12.1/lib/nifi-redis-nar-1.12.1.nar nifi-1.12.1/lib/nifi-metrics-reporter-service-api-nar-1.12.1.nar nifi-1.12.1/lib/nifi-metrics-reporting-nar-1.12.1.nar nifi-1.12.1/lib/nifi-livy-controller-service-api-nar-1.12.1.nar nifi-1.12.1/lib/nifi-livy-nar-1.12.1.nar nifi-1.12.1/lib/nifi-kerberos-credentials-service-nar-1.12.1.nar nifi-1.12.1/lib/nifi-proxy-configuration-nar-1.12.1.nar nifi-1.12.1/lib/nifi-jolt-record-nar-1.12.1.nar nifi-1.12.1/lib/nifi-record-sink-service-nar-1.12.1.nar nifi-1.12.1/lib/nifi-grpc-nar-1.12.1.nar nifi-1.12.1/lib/bootstrap/logback-classic-1.2.3.jar nifi-1.12.1/lib/bootstrap/logback-core-1.2.3.jar nifi-1.12.1/lib/bootstrap/slf4j-api-1.7.30.jar nifi-1.12.1/lib/bootstrap/nifi-api-1.12.1.jar nifi-1.12.1/lib/bootstrap/nifi-bootstrap-1.12.1.jar nifi-1.12.1/lib/bootstrap/nifi-utils-1.12.1.jar nifi-1.12.1/lib/bootstrap/nifi-security-utils-1.12.1.jar nifi-1.12.1/lib/bootstrap/nifi-security-utils-api-1.12.1.jar nifi-1.12.1/lib/bootstrap/commons-lang3-3.9.jar nifi-1.12.1/lib/bootstrap/commons-codec-1.14.jar nifi-1.12.1/lib/bootstrap/bcprov-jdk15on-1.66.jar nifi-1.12.1/lib/bootstrap/bcpkix-jdk15on-1.66.jar nifi-1.12.1/lib/bootstrap/bcrypt-0.9.0.jar nifi-1.12.1/lib/bootstrap/bytes-1.3.0.jar nifi-1.12.1/lib/bootstrap/commons-configuration2-2.7.jar nifi-1.12.1/lib/bootstrap/commons-logging-1.2.jar nifi-1.12.1/lib/bootstrap/mail-1.4.7.jar nifi-1.12.1/lib/bootstrap/activation-1.1.jar nifi-1.12.1/lib/bootstrap/nifi-expression-language-1.12.1.jar nifi-1.12.1/lib/bootstrap/antlr-runtime-3.5.2.jar nifi-1.12.1/lib/bootstrap/nifi-parameter-1.12.1.jar nifi-1.12.1/lib/bootstrap/json-path-2.4.0.jar nifi-1.12.1/lib/bootstrap/json-smart-2.3.jar nifi-1.12.1/lib/bootstrap/accessors-smart-1.2.jar nifi-1.12.1/lib/bootstrap/asm-5.0.4.jar nifi-1.12.1/lib/bootstrap/jackson-databind-2.9.10.5.jar nifi-1.12.1/lib/bootstrap/jackson-annotations-2.9.10.jar nifi-1.12.1/lib/bootstrap/jackson-core-2.9.10.jar nifi-1.12.1/lib/bootstrap/commons-text-1.8.jar nifi-1.12.1/lib/bootstrap/okhttp-3.6.0.jar nifi-1.12.1/lib/bootstrap/okio-1.11.0.jar nifi-1.12.1/lib/bootstrap/nifi-properties-loader-1.12.1.jar nifi-1.12.1/lib/bootstrap/jna-platform-4.4.0.jar nifi-1.12.1/lib/bootstrap/jna-4.4.0.jar nifi-1.12.1/lib/java11/jaxb-api-2.3.0.jar nifi-1.12.1/lib/java11/jaxb-impl-2.3.0.jar nifi-1.12.1/lib/java11/jaxb-core-2.3.0.jar nifi-1.12.1/lib/java11/javax.annotation-api-1.3.2.jar nifi-1.12.1/lib/java11/javax.activation-api-1.2.0.jar nifi-1.12.1/conf/authorizers.xml nifi-1.12.1/conf/bootstrap-notification-services.xml nifi-1.12.1/conf/bootstrap.conf nifi-1.12.1/conf/logback.xml nifi-1.12.1/conf/login-identity-providers.xml nifi-1.12.1/conf/nifi.properties nifi-1.12.1/conf/state-management.xml nifi-1.12.1/conf/zookeeper.properties nifi-1.12.1/bin/dump-nifi.bat nifi-1.12.1/bin/nifi-env.bat nifi-1.12.1/bin/nifi-env.sh nifi-1.12.1/bin/nifi.sh nifi-1.12.1/bin/run-nifi.bat nifi-1.12.1/bin/status-nifi.bat nifi-1.12.1/docs/html/ nifi-1.12.1/docs/html/images/ nifi-1.12.1/docs/html/administration-guide.html nifi-1.12.1/docs/html/asciidoc-mod.css nifi-1.12.1/docs/html/developer-guide.html nifi-1.12.1/docs/html/expression-language-guide.html nifi-1.12.1/docs/html/getting-started.html nifi-1.12.1/docs/html/images/CopyOnWrite.png nifi-1.12.1/docs/html/images/DataIngress.png nifi-1.12.1/docs/html/images/Funnels.png nifi-1.12.1/docs/html/images/PG1_imported_diff.png nifi-1.12.1/docs/html/images/PG1_imported_same.png nifi-1.12.1/docs/html/images/PG1_process_group.png nifi-1.12.1/docs/html/images/PG1_variable_ref_1.png nifi-1.12.1/docs/html/images/PG1_variable_ref_2.png nifi-1.12.1/docs/html/images/PG1_variable_ref_PG.png nifi-1.12.1/docs/html/images/PG1_versioned_flow.png nifi-1.12.1/docs/html/images/PassByReference.png nifi-1.12.1/docs/html/images/UpdatingAttributes.png nifi-1.12.1/docs/html/images/WebCrawler.png nifi-1.12.1/docs/html/images/abc-restricted-component-flow.png nifi-1.12.1/docs/html/images/abc-versioned-flow.png nifi-1.12.1/docs/html/images/access-policy-config-start.png nifi-1.12.1/docs/html/images/add-controller-service-window.png nifi-1.12.1/docs/html/images/add-input-port-S2S.png nifi-1.12.1/docs/html/images/add-output-port-S2S.png nifi-1.12.1/docs/html/images/add-parameter-during-parameter-context-creation.png nifi-1.12.1/docs/html/images/add-process-group-import.png nifi-1.12.1/docs/html/images/add-processor-version-example.png nifi-1.12.1/docs/html/images/add-processor-version-sort-filter.png nifi-1.12.1/docs/html/images/add-processor-with-tag-cloud.png nifi-1.12.1/docs/html/images/add-processor.png nifi-1.12.1/docs/html/images/add-registry-client.png nifi-1.12.1/docs/html/images/add-reporting-task-window.png nifi-1.12.1/docs/html/images/addConnect.png nifi-1.12.1/docs/html/images/align-horizontally-after.png nifi-1.12.1/docs/html/images/align-horizontally-before.png nifi-1.12.1/docs/html/images/align-vertically-after.png nifi-1.12.1/docs/html/images/align-vertically-before.png nifi-1.12.1/docs/html/images/allow-weak-crypto.png nifi-1.12.1/docs/html/images/argon2-salt.png nifi-1.12.1/docs/html/images/authorizers-xml-initial-node-identities.png nifi-1.12.1/docs/html/images/authorizers-xml-initial-user-identities.png nifi-1.12.1/docs/html/images/autocomplete-parameter-example.png nifi-1.12.1/docs/html/images/back_pressure_full.png nifi-1.12.1/docs/html/images/back_pressure_indicator_hover.png nifi-1.12.1/docs/html/images/back_pressure_indicators.png nifi-1.12.1/docs/html/images/back_pressure_prediction_model_example.png nifi-1.12.1/docs/html/images/bcrypt-salt.png nifi-1.12.1/docs/html/images/browser-present-client-cert.png nifi-1.12.1/docs/html/images/browser-warning-insecure-site.png nifi-1.12.1/docs/html/images/buttonDisable.png nifi-1.12.1/docs/html/images/buttonEnable.png nifi-1.12.1/docs/html/images/buttonStart.png nifi-1.12.1/docs/html/images/buttonStop.png nifi-1.12.1/docs/html/images/change-version-dialog.png nifi-1.12.1/docs/html/images/change-version.png nifi-1.12.1/docs/html/images/cluster_connection_summary.png nifi-1.12.1/docs/html/images/comments-tab.png nifi-1.12.1/docs/html/images/component-linking-processor.png nifi-1.12.1/docs/html/images/component-version-dialog.png nifi-1.12.1/docs/html/images/components.png nifi-1.12.1/docs/html/images/configure-controller-service-properties.png nifi-1.12.1/docs/html/images/configure-controller-service-settings.png nifi-1.12.1/docs/html/images/configure-parameter-on-the-fly.png nifi-1.12.1/docs/html/images/configure-process-group.png nifi-1.12.1/docs/html/images/configure-processor-with-version-information.png nifi-1.12.1/docs/html/images/configure-remote-process-group.png nifi-1.12.1/docs/html/images/configure-reporting-task-properties.png nifi-1.12.1/docs/html/images/configure-reporting-task-settings.png nifi-1.12.1/docs/html/images/connection-settings.png nifi-1.12.1/docs/html/images/context-menu-parameters-option.png nifi-1.12.1/docs/html/images/controller-services-configure-buttons.png nifi-1.12.1/docs/html/images/controller-services-info-buttons.png nifi-1.12.1/docs/html/images/controller-services-tab.png nifi-1.12.1/docs/html/images/controller-settings-selection.png nifi-1.12.1/docs/html/images/convert-property-to-parameter.png nifi-1.12.1/docs/html/images/create-connection.png nifi-1.12.1/docs/html/images/create-service-ssl-context.png nifi-1.12.1/docs/html/images/disconnect-dialog.png nifi-1.12.1/docs/html/images/disconnected-node-cluster-mgt.png nifi-1.12.1/docs/html/images/edit-parameter-context.png nifi-1.12.1/docs/html/images/edit-property-dropdown.png nifi-1.12.1/docs/html/images/edit-property-textarea.png nifi-1.12.1/docs/html/images/el-param-support-help-text.png nifi-1.12.1/docs/html/images/el-support-help-text.png nifi-1.12.1/docs/html/images/enable-controller-service-scope.png nifi-1.12.1/docs/html/images/encrypted-content-hex.png nifi-1.12.1/docs/html/images/encrypted-flowfile-hex.png nifi-1.12.1/docs/html/images/encrypted-wapr-hex.png nifi-1.12.1/docs/html/images/event-attributes.png nifi-1.12.1/docs/html/images/event-content.png nifi-1.12.1/docs/html/images/event-details.png nifi-1.12.1/docs/html/images/existing-parameter-selected.png nifi-1.12.1/docs/html/images/existing-parameters-example.png nifi-1.12.1/docs/html/images/expand-event.png nifi-1.12.1/docs/html/images/expanded-events.png nifi-1.12.1/docs/html/images/file_expiration_clock.png nifi-1.12.1/docs/html/images/find-parents.png nifi-1.12.1/docs/html/images/flow-version-changed.png nifi-1.12.1/docs/html/images/getfile-permissions.png nifi-1.12.1/docs/html/images/global-menu.png nifi-1.12.1/docs/html/images/group-creation-dialog.png nifi-1.12.1/docs/html/images/icon1.png nifi-1.12.1/docs/html/images/icon2.png nifi-1.12.1/docs/html/images/icon3.png nifi-1.12.1/docs/html/images/iconAccessPolicies.png nifi-1.12.1/docs/html/images/iconAddUser.png nifi-1.12.1/docs/html/images/iconAlert.png nifi-1.12.1/docs/html/images/iconConfigure.png nifi-1.12.1/docs/html/images/iconConnect.png nifi-1.12.1/docs/html/images/iconConnection.png nifi-1.12.1/docs/html/images/iconConvertToParameter.png nifi-1.12.1/docs/html/images/iconDelete.png nifi-1.12.1/docs/html/images/iconDetails.png nifi-1.12.1/docs/html/images/iconDisable.png nifi-1.12.1/docs/html/images/iconDisconnect.png nifi-1.12.1/docs/html/images/iconDownloadTemplate.png nifi-1.12.1/docs/html/images/iconEdit.png nifi-1.12.1/docs/html/images/iconEnable.png nifi-1.12.1/docs/html/images/iconExport.png nifi-1.12.1/docs/html/images/iconFunnel.png nifi-1.12.1/docs/html/images/iconGoTo.png nifi-1.12.1/docs/html/images/iconInfo.png nifi-1.12.1/docs/html/images/iconInputPort.png nifi-1.12.1/docs/html/images/iconLabel.png nifi-1.12.1/docs/html/images/iconLineage.png nifi-1.12.1/docs/html/images/iconLoadBalance.png nifi-1.12.1/docs/html/images/iconLocallyModified.png nifi-1.12.1/docs/html/images/iconLocallyModifiedStale.png nifi-1.12.1/docs/html/images/iconNewTemplate.png nifi-1.12.1/docs/html/images/iconNotSecure.png nifi-1.12.1/docs/html/images/iconOffload.png nifi-1.12.1/docs/html/images/iconOutputPort.png nifi-1.12.1/docs/html/images/iconProcessGroup.png nifi-1.12.1/docs/html/images/iconProcessor.png nifi-1.12.1/docs/html/images/iconProvenance.png nifi-1.12.1/docs/html/images/iconRemoteProcessGroup.png nifi-1.12.1/docs/html/images/iconResize.png nifi-1.12.1/docs/html/images/iconRun.png nifi-1.12.1/docs/html/images/iconSecure.png nifi-1.12.1/docs/html/images/iconStale.png nifi-1.12.1/docs/html/images/iconStart.png nifi-1.12.1/docs/html/images/iconStop.png nifi-1.12.1/docs/html/images/iconSyncFailure.png nifi-1.12.1/docs/html/images/iconTemplate.png nifi-1.12.1/docs/html/images/iconTransmissionActive.png nifi-1.12.1/docs/html/images/iconTransmissionInactive.png nifi-1.12.1/docs/html/images/iconUpToDate.png nifi-1.12.1/docs/html/images/iconUploadTemplate.png nifi-1.12.1/docs/html/images/iconUserPolicies.png nifi-1.12.1/docs/html/images/import-version-dialog.png nifi-1.12.1/docs/html/images/import-xyz-flow-fails.png nifi-1.12.1/docs/html/images/individual-parameter-context-polices.png nifi-1.12.1/docs/html/images/install-download-link.png nifi-1.12.1/docs/html/images/instantiate-template-description.png nifi-1.12.1/docs/html/images/instantiate-template.png nifi-1.12.1/docs/html/images/invalid-processor.png nifi-1.12.1/docs/html/images/keychain-access-certificate-listing.png nifi-1.12.1/docs/html/images/keychain-access-trust-certificate.png nifi-1.12.1/docs/html/images/keytabCredentialsService-pg.png nifi-1.12.1/docs/html/images/keytabCredentialsService-rpg.png nifi-1.12.1/docs/html/images/keytabcredentialsservice-permissions.png nifi-1.12.1/docs/html/images/lineage-flowfile.png nifi-1.12.1/docs/html/images/lineage-graph-annotated.png nifi-1.12.1/docs/html/images/load_balance_active_connection.png nifi-1.12.1/docs/html/images/load_balance_compression_options.png nifi-1.12.1/docs/html/images/load_balance_configured_connection.png nifi-1.12.1/docs/html/images/load_balance_distributed_connection.png nifi-1.12.1/docs/html/images/local-changes-pg-inside.png nifi-1.12.1/docs/html/images/local-changes-pg-selected.png nifi-1.12.1/docs/html/images/login.png nifi-1.12.1/docs/html/images/ncm.png nifi-1.12.1/docs/html/images/new-flow.png nifi-1.12.1/docs/html/images/new-parameter-referenced.png nifi-1.12.1/docs/html/images/new_variable-apply.png nifi-1.12.1/docs/html/images/nifi-app-log-ui-available.png nifi-1.12.1/docs/html/images/nifi-application-running-browser.png nifi-1.12.1/docs/html/images/nifi-cluster-tls-toolkit-certificate-diagram.png nifi-1.12.1/docs/html/images/nifi-connection-bend-points.png nifi-1.12.1/docs/html/images/nifi-connection-menu.png nifi-1.12.1/docs/html/images/nifi-connection.png nifi-1.12.1/docs/html/images/nifi-home-dir-listing.png nifi-1.12.1/docs/html/images/nifi-legacy-salt.png nifi-1.12.1/docs/html/images/nifi-navigation.png nifi-1.12.1/docs/html/images/nifi-notifications.png nifi-1.12.1/docs/html/images/nifi-process-group-menu.png nifi-1.12.1/docs/html/images/nifi-processor-menu.png nifi-1.12.1/docs/html/images/nifi-rpg-menu.png nifi-1.12.1/docs/html/images/nifi-running-tls-client-certificate.png nifi-1.12.1/docs/html/images/nifi-secure-cluster-no-permissions.png nifi-1.12.1/docs/html/images/nifi-secure-cluster-permissions.png nifi-1.12.1/docs/html/images/nifi-secure-cluster-status.png nifi-1.12.1/docs/html/images/nifi-tls-standalone-external-certificate-diagram.png nifi-1.12.1/docs/html/images/nifi-tls-toolkit-standalone-cert-diagram.png nifi-1.12.1/docs/html/images/nifi-toolbar-components.png nifi-1.12.1/docs/html/images/nifi-toolkit-home-dir-listing.png nifi-1.12.1/docs/html/images/nifi-trusted-server-certificate.png nifi-1.12.1/docs/html/images/nifi-users-dialog.png nifi-1.12.1/docs/html/images/nifi_first_launch_screenshot.png nifi-1.12.1/docs/html/images/nifi_pc1_parameters.png nifi-1.12.1/docs/html/images/nifi_pc1_parameters_new.png nifi-1.12.1/docs/html/images/offloaded-node-cluster-mgt.png nifi-1.12.1/docs/html/images/offloading-node-cluster-mgt.png nifi-1.12.1/docs/html/images/openssl-salt.png nifi-1.12.1/docs/html/images/override_policy_copy_empty.png nifi-1.12.1/docs/html/images/parameter-contexts-selection.png nifi-1.12.1/docs/html/images/parameter-contexts-settings.png nifi-1.12.1/docs/html/images/parameters-validate-affected-components.png nifi-1.12.1/docs/html/images/parent-found.png nifi-1.12.1/docs/html/images/pbkdf2-salt.png nifi-1.12.1/docs/html/images/pc1_parameters.png nifi-1.12.1/docs/html/images/primary-node-cluster-mgt.png nifi-1.12.1/docs/html/images/primary-node-processor.png nifi-1.12.1/docs/html/images/primary-node-processors-summary.png nifi-1.12.1/docs/html/images/process-group-anatomy.png nifi-1.12.1/docs/html/images/process-group-configuration-options.png nifi-1.12.1/docs/html/images/process-group-configuration-parameters.png nifi-1.12.1/docs/html/images/process-group-configuration-window.png nifi-1.12.1/docs/html/images/process-group-controller-services-scope.png nifi-1.12.1/docs/html/images/process-group-modify-policy-add-user2.png nifi-1.12.1/docs/html/images/process-group-modify-policy.png nifi-1.12.1/docs/html/images/process-group-parameter-context-menu.png nifi-1.12.1/docs/html/images/process-group-version-control-stopped.png nifi-1.12.1/docs/html/images/process-group-view-policy-add-user2.png nifi-1.12.1/docs/html/images/process-group-view-policy.png nifi-1.12.1/docs/html/images/processor-anatomy.png nifi-1.12.1/docs/html/images/processor-change-version.png nifi-1.12.1/docs/html/images/processor-connection-bubble.png nifi-1.12.1/docs/html/images/processor-cs-version-match.png nifi-1.12.1/docs/html/images/processor-cs-version-mismatch-config.png nifi-1.12.1/docs/html/images/processor-cs-version-mismatch-warnings.png nifi-1.12.1/docs/html/images/processor-inherited-modify-policy.png nifi-1.12.1/docs/html/images/processor-modify-policy.png nifi-1.12.1/docs/html/images/processor-replacement-modify-policy.png nifi-1.12.1/docs/html/images/processor-replacement-view-policy.png nifi-1.12.1/docs/html/images/processor-version-information-example.png nifi-1.12.1/docs/html/images/processor-view-policy.png nifi-1.12.1/docs/html/images/properties-tab.png nifi-1.12.1/docs/html/images/provenance-annotated.png nifi-1.12.1/docs/html/images/provenance-table.png nifi-1.12.1/docs/html/images/puthdfs-no-kerberosCS.png nifi-1.12.1/docs/html/images/puthdfs-permissions.png nifi-1.12.1/docs/html/images/puthdfs-properties.png nifi-1.12.1/docs/html/images/puthdfs-properties_2.png nifi-1.12.1/docs/html/images/reference-parameter-available-parameters.png nifi-1.12.1/docs/html/images/reference-parameter-option.png nifi-1.12.1/docs/html/images/registry-client-added.png nifi-1.12.1/docs/html/images/registry-clients-tab.png nifi-1.12.1/docs/html/images/remote-group-anatomy.png nifi-1.12.1/docs/html/images/remote-group-ports-dialog.png nifi-1.12.1/docs/html/images/remote-port-connection-status.png nifi-1.12.1/docs/html/images/replacetext-processor-added.png nifi-1.12.1/docs/html/images/reporting-tasks-edit-buttons.png nifi-1.12.1/docs/html/images/reporting-tasks-info-buttons.png nifi-1.12.1/docs/html/images/reporting-tasks-tab.png nifi-1.12.1/docs/html/images/restricted.png nifi-1.12.1/docs/html/images/revert-failure.png nifi-1.12.1/docs/html/images/revert-local-changes-dialog.png nifi-1.12.1/docs/html/images/revert-success.png nifi-1.12.1/docs/html/images/rpg-variable.png nifi-1.12.1/docs/html/images/s2s-rproxy-http.svg nifi-1.12.1/docs/html/images/s2s-rproxy-portnumber.svg nifi-1.12.1/docs/html/images/s2s-rproxy-servername.svg nifi-1.12.1/docs/html/images/save-flow-version-commit.png nifi-1.12.1/docs/html/images/save-flow-version-dialog.png nifi-1.12.1/docs/html/images/scheduling-tab.png nifi-1.12.1/docs/html/images/scrypt-salt.png nifi-1.12.1/docs/html/images/search-events.png nifi-1.12.1/docs/html/images/search-receive-event-abc.png nifi-1.12.1/docs/html/images/settings-general-tab.png nifi-1.12.1/docs/html/images/settings-tab.png nifi-1.12.1/docs/html/images/show-local-changes-dialog.png nifi-1.12.1/docs/html/images/simple-flow.png nifi-1.12.1/docs/html/images/start-version-control.png nifi-1.12.1/docs/html/images/stats-history.png nifi-1.12.1/docs/html/images/stop-version-control-dialog.png nifi-1.12.1/docs/html/images/stop-version-control.png nifi-1.12.1/docs/html/images/summary-annotated.png nifi-1.12.1/docs/html/images/summary-table.png nifi-1.12.1/docs/html/images/summary_connections.png nifi-1.12.1/docs/html/images/sys_admin-restricted-component-access-policy.png nifi-1.12.1/docs/html/images/test_user-import-abc-flow.png nifi-1.12.1/docs/html/images/test_user-import-success.png nifi-1.12.1/docs/html/images/test_user-import-xyz-flow.png nifi-1.12.1/docs/html/images/test_user-restricted-component-read-filesystem.png nifi-1.12.1/docs/html/images/test_user-restricted-component-write-filesystem.png nifi-1.12.1/docs/html/images/test_user-revert-local-changes-2.png nifi-1.12.1/docs/html/images/test_user-revert-local-changes.png nifi-1.12.1/docs/html/images/tls-authorizers-file-accessPolicyProvider.png nifi-1.12.1/docs/html/images/tls-authorizers-file-userGroupProvider.png nifi-1.12.1/docs/html/images/tls-certificate-folder.png nifi-1.12.1/docs/html/images/update-parameter-context.png nifi-1.12.1/docs/html/images/user-creation-dialog.png nifi-1.12.1/docs/html/images/user-policies-detail.png nifi-1.12.1/docs/html/images/user-policies.png nifi-1.12.1/docs/html/images/user1-create-connection.png nifi-1.12.1/docs/html/images/user1-edit-connection.png nifi-1.12.1/docs/html/images/user1-full-access.png nifi-1.12.1/docs/html/images/user2-can-connect.png nifi-1.12.1/docs/html/images/user2-connected-processors.png nifi-1.12.1/docs/html/images/user2-edit-connection.png nifi-1.12.1/docs/html/images/user2-edit-processor.png nifi-1.12.1/docs/html/images/user2-moved-processor.png nifi-1.12.1/docs/html/images/user2-no-connection.png nifi-1.12.1/docs/html/images/user2-no-edit-connection.png nifi-1.12.1/docs/html/images/user2-restricted-access.png nifi-1.12.1/docs/html/images/valid-processor.png nifi-1.12.1/docs/html/images/variable-name.png nifi-1.12.1/docs/html/images/variable-overridden.png nifi-1.12.1/docs/html/images/variable-putfile-property.png nifi-1.12.1/docs/html/images/variable-unauthorized-ref-processor-canvas.png nifi-1.12.1/docs/html/images/variable-value.png nifi-1.12.1/docs/html/images/variable_insufficient-permissions.png nifi-1.12.1/docs/html/images/variable_nav-controller_services.png nifi-1.12.1/docs/html/images/variable_window-goto.png nifi-1.12.1/docs/html/images/variable_window-rpg.png nifi-1.12.1/docs/html/images/variables-context_menu-pg.png nifi-1.12.1/docs/html/images/variables-context_menu-rpg.png nifi-1.12.1/docs/html/images/variables-window_controller-services.png nifi-1.12.1/docs/html/images/variables-window_unauthorized.png nifi-1.12.1/docs/html/images/variables_window_empty.png nifi-1.12.1/docs/html/images/verify-release-gpg-and-checksums.png nifi-1.12.1/docs/html/images/version-state-summary-page.png nifi-1.12.1/docs/html/images/version-states-display.png nifi-1.12.1/docs/html/images/versioned-flow-imported.png nifi-1.12.1/docs/html/images/versioned-process-group.png nifi-1.12.1/docs/html/images/xyz-flow.png nifi-1.12.1/docs/html/images/xyz-process-group.png nifi-1.12.1/docs/html/images/zero-leader-cluster-http-access.png nifi-1.12.1/docs/html/images/zero-leader-cluster.png nifi-1.12.1/docs/html/images/zero-leader-node.png nifi-1.12.1/docs/html/nifi-in-depth.html nifi-1.12.1/docs/html/overview.html nifi-1.12.1/docs/html/record-path-guide.html nifi-1.12.1/docs/html/toolkit-guide.html nifi-1.12.1/docs/html/user-guide.html nifi-1.12.1/docs/html/walkthroughs.html
In [ ]:
Copied!
# Launch NiFi
!bin/nifi.sh start
# Launch NiFi
!bin/nifi.sh start
In [ ]:
Copied!
# Check status
!sudo bin/nifi.sh status
# Check status
!sudo bin/nifi.sh status
In [ ]:
Copied!
Install airflow¶
In [ ]:
Copied!
!pip install 'apache-airflow[postgres,slack,celery]'
!pip install 'apache-airflow[postgres,slack,celery]'
In [1]:
Copied!
# Depricated
!airflow initdb
# Depricated
!airflow initdb
usage: airflow [-h] GROUP_OR_COMMAND ... positional arguments: GROUP_OR_COMMAND Groups: celery Celery components config View configuration connections Manage connections dags Manage DAGs db Database operations jobs Manage jobs kubernetes Tools to help run the KubernetesExecutor pools Manage pools providers Display providers roles Manage roles tasks Manage tasks users Manage users variables Manage variables Commands: cheat-sheet Display cheat sheet info Show information about current Airflow and environment kerberos Start a kerberos ticket renewer plugins Dump information about loaded plugins rotate-fernet-key Rotate encrypted connection credentials and variables scheduler Start a scheduler instance sync-perm Update permissions for existing roles and optionally DAGs version Show the version webserver Start a Airflow webserver instance optional arguments: -h, --help show this help message and exit airflow command error: argument GROUP_OR_COMMAND: `airflow initdb` command, has been removed, please use `airflow db init`, see help above.
In [2]:
Copied!
!airflow db init
!airflow db init
DB: sqlite:////home/fuzzy/airflow/airflow.db [2021-06-15 14:08:15,089] {db.py:695} INFO - Creating tables INFO [alembic.runtime.migration] Context impl SQLiteImpl. INFO [alembic.runtime.migration] Will assume non-transactional DDL. INFO [alembic.runtime.migration] Running upgrade -> e3a246e0dc1, current schema INFO [alembic.runtime.migration] Running upgrade e3a246e0dc1 -> 1507a7289a2f, create is_encrypted /home/fuzzy/.local/share/virtualenvs/data-engineering-with-python-wDbZ2OO0/lib/python3.7/site-packages/alembic/ddl/sqlite.py:44 UserWarning: Skipping unsupported ALTER for creation of implicit constraintPlease refer to the batch mode feature which allows for SQLite migrations using a copy-and-move strategy. INFO [alembic.runtime.migration] Running upgrade 1507a7289a2f -> 13eb55f81627, maintain history for compatibility with earlier migrations INFO [alembic.runtime.migration] Running upgrade 13eb55f81627 -> 338e90f54d61, More logging into task_instance INFO [alembic.runtime.migration] Running upgrade 338e90f54d61 -> 52d714495f0, job_id indices INFO [alembic.runtime.migration] Running upgrade 52d714495f0 -> 502898887f84, Adding extra to Log INFO [alembic.runtime.migration] Running upgrade 502898887f84 -> 1b38cef5b76e, add dagrun INFO [alembic.runtime.migration] Running upgrade 1b38cef5b76e -> 2e541a1dcfed, task_duration INFO [alembic.runtime.migration] Running upgrade 2e541a1dcfed -> 40e67319e3a9, dagrun_config INFO [alembic.runtime.migration] Running upgrade 40e67319e3a9 -> 561833c1c74b, add password column to user INFO [alembic.runtime.migration] Running upgrade 561833c1c74b -> 4446e08588, dagrun start end INFO [alembic.runtime.migration] Running upgrade 4446e08588 -> bbc73705a13e, Add notification_sent column to sla_miss INFO [alembic.runtime.migration] Running upgrade bbc73705a13e -> bba5a7cfc896, Add a column to track the encryption state of the 'Extra' field in connection INFO [alembic.runtime.migration] Running upgrade bba5a7cfc896 -> 1968acfc09e3, add is_encrypted column to variable table INFO [alembic.runtime.migration] Running upgrade 1968acfc09e3 -> 2e82aab8ef20, rename user table INFO [alembic.runtime.migration] Running upgrade 2e82aab8ef20 -> 211e584da130, add TI state index INFO [alembic.runtime.migration] Running upgrade 211e584da130 -> 64de9cddf6c9, add task fails journal table INFO [alembic.runtime.migration] Running upgrade 64de9cddf6c9 -> f2ca10b85618, add dag_stats table INFO [alembic.runtime.migration] Running upgrade f2ca10b85618 -> 4addfa1236f1, Add fractional seconds to mysql tables INFO [alembic.runtime.migration] Running upgrade 4addfa1236f1 -> 8504051e801b, xcom dag task indices INFO [alembic.runtime.migration] Running upgrade 8504051e801b -> 5e7d17757c7a, add pid field to TaskInstance INFO [alembic.runtime.migration] Running upgrade 5e7d17757c7a -> 127d2bf2dfa7, Add dag_id/state index on dag_run table INFO [alembic.runtime.migration] Running upgrade 127d2bf2dfa7 -> cc1e65623dc7, add max tries column to task instance WARNI [unusual_prefix_bbf97cb1a200c78b512e47f182eb9fcd6a6db144_example_kubernetes_executor_config] Could not import DAGs in example_kubernetes_executor_config.py: No module named 'kubernetes' WARNI [unusual_prefix_bbf97cb1a200c78b512e47f182eb9fcd6a6db144_example_kubernetes_executor_config] Install kubernetes dependencies with: pip install apache-airflow['cncf.kubernetes'] INFO [alembic.runtime.migration] Running upgrade cc1e65623dc7 -> bdaa763e6c56, Make xcom value column a large binary INFO [alembic.runtime.migration] Running upgrade bdaa763e6c56 -> 947454bf1dff, add ti job_id index INFO [alembic.runtime.migration] Running upgrade 947454bf1dff -> d2ae31099d61, Increase text size for MySQL (not relevant for other DBs' text types) INFO [alembic.runtime.migration] Running upgrade d2ae31099d61 -> 0e2a74e0fc9f, Add time zone awareness INFO [alembic.runtime.migration] Running upgrade d2ae31099d61 -> 33ae817a1ff4, kubernetes_resource_checkpointing INFO [alembic.runtime.migration] Running upgrade 33ae817a1ff4 -> 27c6a30d7c24, kubernetes_resource_checkpointing INFO [alembic.runtime.migration] Running upgrade 27c6a30d7c24 -> 86770d1215c0, add kubernetes scheduler uniqueness INFO [alembic.runtime.migration] Running upgrade 86770d1215c0, 0e2a74e0fc9f -> 05f30312d566, merge heads INFO [alembic.runtime.migration] Running upgrade 05f30312d566 -> f23433877c24, fix mysql not null constraint INFO [alembic.runtime.migration] Running upgrade f23433877c24 -> 856955da8476, fix sqlite foreign key INFO [alembic.runtime.migration] Running upgrade 856955da8476 -> 9635ae0956e7, index-faskfail INFO [alembic.runtime.migration] Running upgrade 9635ae0956e7 -> dd25f486b8ea, add idx_log_dag INFO [alembic.runtime.migration] Running upgrade dd25f486b8ea -> bf00311e1990, add index to taskinstance INFO [alembic.runtime.migration] Running upgrade 9635ae0956e7 -> 0a2a5b66e19d, add task_reschedule table INFO [alembic.runtime.migration] Running upgrade 0a2a5b66e19d, bf00311e1990 -> 03bc53e68815, merge_heads_2 INFO [alembic.runtime.migration] Running upgrade 03bc53e68815 -> 41f5f12752f8, add superuser field INFO [alembic.runtime.migration] Running upgrade 41f5f12752f8 -> c8ffec048a3b, add fields to dag INFO [alembic.runtime.migration] Running upgrade c8ffec048a3b -> dd4ecb8fbee3, Add schedule interval to dag INFO [alembic.runtime.migration] Running upgrade dd4ecb8fbee3 -> 939bb1e647c8, task reschedule fk on cascade delete INFO [alembic.runtime.migration] Running upgrade 939bb1e647c8 -> 6e96a59344a4, Make TaskInstance.pool not nullable INFO [alembic.runtime.migration] Running upgrade 6e96a59344a4 -> d38e04c12aa2, add serialized_dag table INFO [alembic.runtime.migration] Running upgrade d38e04c12aa2 -> b3b105409875, add root_dag_id to DAG INFO [alembic.runtime.migration] Running upgrade 6e96a59344a4 -> 74effc47d867, change datetime to datetime2(6) on MSSQL tables INFO [alembic.runtime.migration] Running upgrade 939bb1e647c8 -> 004c1210f153, increase queue name size limit INFO [alembic.runtime.migration] Running upgrade c8ffec048a3b -> a56c9515abdc, Remove dag_stat table INFO [alembic.runtime.migration] Running upgrade a56c9515abdc, 004c1210f153, 74effc47d867, b3b105409875 -> 08364691d074, Merge the four heads back together INFO [alembic.runtime.migration] Running upgrade 08364691d074 -> fe461863935f, increase_length_for_connection_password INFO [alembic.runtime.migration] Running upgrade fe461863935f -> 7939bcff74ba, Add DagTags table INFO [alembic.runtime.migration] Running upgrade 7939bcff74ba -> a4c2fd67d16b, add pool_slots field to task_instance INFO [alembic.runtime.migration] Running upgrade a4c2fd67d16b -> 852ae6c715af, Add RenderedTaskInstanceFields table INFO [alembic.runtime.migration] Running upgrade 852ae6c715af -> 952da73b5eff, add dag_code table INFO [alembic.runtime.migration] Running upgrade 952da73b5eff -> a66efa278eea, Add Precision to execution_date in RenderedTaskInstanceFields table INFO [alembic.runtime.migration] Running upgrade a66efa278eea -> da3f683c3a5a, Add dag_hash Column to serialized_dag table INFO [alembic.runtime.migration] Running upgrade da3f683c3a5a -> 92c57b58940d, Create FAB Tables INFO [alembic.runtime.migration] Running upgrade 92c57b58940d -> 03afc6b6f902, Increase length of FAB ab_view_menu.name column INFO [alembic.runtime.migration] Running upgrade 03afc6b6f902 -> cf5dc11e79ad, drop_user_and_chart INFO [alembic.runtime.migration] Running upgrade cf5dc11e79ad -> bbf4a7ad0465, Remove id column from xcom INFO [alembic.runtime.migration] Running upgrade bbf4a7ad0465 -> b25a55525161, Increase length of pool name INFO [alembic.runtime.migration] Running upgrade b25a55525161 -> 3c20cacc0044, Add DagRun run_type INFO [alembic.runtime.migration] Running upgrade 3c20cacc0044 -> 8f966b9c467a, Set conn_type as non-nullable INFO [alembic.runtime.migration] Running upgrade 8f966b9c467a -> 8d48763f6d53, add unique constraint to conn_id INFO [alembic.runtime.migration] Running upgrade 8d48763f6d53 -> e38be357a868, Add sensor_instance table INFO [alembic.runtime.migration] Running upgrade e38be357a868 -> b247b1e3d1ed, Add queued by Job ID to TI INFO [alembic.runtime.migration] Running upgrade b247b1e3d1ed -> e1a11ece99cc, Add external executor ID to TI INFO [alembic.runtime.migration] Running upgrade e1a11ece99cc -> bef4f3d11e8b, Drop KubeResourceVersion and KubeWorkerId INFO [alembic.runtime.migration] Running upgrade bef4f3d11e8b -> 98271e7606e2, Add scheduling_decision to DagRun and DAG INFO [alembic.runtime.migration] Running upgrade 98271e7606e2 -> 52d53670a240, fix_mssql_exec_date_rendered_task_instance_fields_for_MSSQL INFO [alembic.runtime.migration] Running upgrade 52d53670a240 -> 364159666cbd, Add creating_job_id to DagRun table INFO [alembic.runtime.migration] Running upgrade 364159666cbd -> 45ba3f1493b9, add-k8s-yaml-to-rendered-templates INFO [alembic.runtime.migration] Running upgrade 45ba3f1493b9 -> 849da589634d, Prefix DAG permissions. INFO [alembic.runtime.migration] Running upgrade 849da589634d -> 2c6edca13270, Resource based permissions. [2021-06-15 14:08:18,135] {manager.py:784} WARNING - No user yet created, use flask fab command to do it. INFO [alembic.runtime.migration] Running upgrade 2c6edca13270 -> 61ec73d9401f, Add description field to connection INFO [alembic.runtime.migration] Running upgrade 61ec73d9401f -> 64a7d6477aae, fix description field in connection to be text INFO [alembic.runtime.migration] Running upgrade 64a7d6477aae -> e959f08ac86c, Change field in DagCode to MEDIUMTEXT for MySql INFO [alembic.runtime.migration] Running upgrade e959f08ac86c -> 82b7c48c147f, Remove can_read permission on config resource for User and Viewer role [2021-06-15 14:08:22,674] {manager.py:784} WARNING - No user yet created, use flask fab command to do it. INFO [alembic.runtime.migration] Running upgrade 82b7c48c147f -> 449b4072c2da, Increase size of connection.extra field to handle multiple RSA keys INFO [alembic.runtime.migration] Running upgrade 449b4072c2da -> 8646922c8a04, Change default pool_slots to 1 INFO [alembic.runtime.migration] Running upgrade 8646922c8a04 -> 2e42bb497a22, rename last_scheduler_run column INFO [alembic.runtime.migration] Running upgrade 2e42bb497a22 -> 90d1635d7b86, Increase pool name size in TaskInstance INFO [alembic.runtime.migration] Running upgrade 90d1635d7b86 -> e165e7455d70, add description field to variable INFO [alembic.runtime.migration] Running upgrade e165e7455d70 -> a13f7613ad25, Resource based permissions for default FAB views. [2021-06-15 14:08:23,610] {manager.py:784} WARNING - No user yet created, use flask fab command to do it. WARNI [airflow.models.crypto] empty cryptography key - values will not be stored encrypted. INFO [airflow.models.dagbag.DagBag] Filling up the DagBag from /home/fuzzy/airflow/dags WARNI [unusual_prefix_bbf97cb1a200c78b512e47f182eb9fcd6a6db144_example_kubernetes_executor_config] Could not import DAGs in example_kubernetes_executor_config.py: No module named 'kubernetes' WARNI [unusual_prefix_bbf97cb1a200c78b512e47f182eb9fcd6a6db144_example_kubernetes_executor_config] Install kubernetes dependencies with: pip install apache-airflow['cncf.kubernetes'] INFO [airflow.models.dag] Sync 33 DAGs INFO [airflow.models.dag] Creating ORM DAG for example_xcom_args_with_operators INFO [airflow.models.dag] Creating ORM DAG for example_passing_params_via_test_command INFO [airflow.models.dag] Creating ORM DAG for example_branch_labels INFO [airflow.models.dag] Creating ORM DAG for example_kubernetes_executor INFO [airflow.models.dag] Creating ORM DAG for example_bash_operator INFO [airflow.models.dag] Creating ORM DAG for example_short_circuit_operator INFO [airflow.models.dag] Creating ORM DAG for latest_only_with_trigger INFO [airflow.models.dag] Creating ORM DAG for latest_only INFO [airflow.models.dag] Creating ORM DAG for example_xcom_args INFO [airflow.models.dag] Creating ORM DAG for example_subdag_operator.section-1 INFO [airflow.models.dag] Creating ORM DAG for tutorial_taskflow_api_etl INFO [airflow.models.dag] Creating ORM DAG for example_xcom INFO [airflow.models.dag] Creating ORM DAG for example_external_task_marker_child INFO [airflow.models.dag] Creating ORM DAG for example_task_group INFO [airflow.models.dag] Creating ORM DAG for example_subdag_operator.section-2 INFO [airflow.models.dag] Creating ORM DAG for example_weekday_branch_operator INFO [airflow.models.dag] Creating ORM DAG for tutorial INFO [airflow.models.dag] Creating ORM DAG for example_trigger_target_dag INFO [airflow.models.dag] Creating ORM DAG for tutorial_taskflow_api_etl_virtualenv INFO [airflow.models.dag] Creating ORM DAG for example_branch_operator INFO [airflow.models.dag] Creating ORM DAG for example_task_group_decorator INFO [airflow.models.dag] Creating ORM DAG for example_external_task_marker_parent INFO [airflow.models.dag] Creating ORM DAG for example_skip_dag INFO [airflow.models.dag] Creating ORM DAG for example_branch_datetime_operator_2 INFO [airflow.models.dag] Creating ORM DAG for example_branch_dop_operator_v3 INFO [airflow.models.dag] Creating ORM DAG for example_trigger_controller_dag INFO [airflow.models.dag] Creating ORM DAG for test_utils INFO [airflow.models.dag] Creating ORM DAG for example_subdag_operator INFO [airflow.models.dag] Creating ORM DAG for example_nested_branch_dag INFO [airflow.models.dag] Creating ORM DAG for example_python_operator INFO [airflow.models.dag] Creating ORM DAG for example_dag_decorator INFO [airflow.models.dag] Creating ORM DAG for tutorial_etl_dag INFO [airflow.models.dag] Creating ORM DAG for example_complex INFO [airflow.models.dag] Setting next_dagrun for example_bash_operator to 2021-06-13 00:00:00+00:00 INFO [airflow.models.dag] Setting next_dagrun for example_branch_datetime_operator_2 to 2021-06-13 00:00:00+00:00 INFO [airflow.models.dag] Setting next_dagrun for example_branch_dop_operator_v3 to 2021-06-13 00:00:00+00:00 INFO [airflow.models.dag] Setting next_dagrun for example_branch_labels to 2021-06-13 00:00:00+00:00 INFO [airflow.models.dag] Setting next_dagrun for example_branch_operator to 2021-06-13 00:00:00+00:00 INFO [airflow.models.dag] Setting next_dagrun for example_complex to None INFO [airflow.models.dag] Setting next_dagrun for example_dag_decorator to None INFO [airflow.models.dag] Setting next_dagrun for example_external_task_marker_child to None INFO [airflow.models.dag] Setting next_dagrun for example_external_task_marker_parent to None INFO [airflow.models.dag] Setting next_dagrun for example_kubernetes_executor to None INFO [airflow.models.dag] Setting next_dagrun for example_nested_branch_dag to 2021-06-13 00:00:00+00:00 INFO [airflow.models.dag] Setting next_dagrun for example_passing_params_via_test_command to 2021-06-14 00:00:00+00:00 INFO [airflow.models.dag] Setting next_dagrun for example_python_operator to None INFO [airflow.models.dag] Setting next_dagrun for example_short_circuit_operator to 2021-06-13 00:00:00+00:00 INFO [airflow.models.dag] Setting next_dagrun for example_skip_dag to 2021-06-13 00:00:00+00:00 INFO [airflow.models.dag] Setting next_dagrun for example_subdag_operator to 2021-06-13 00:00:00+00:00 INFO [airflow.models.dag] Setting next_dagrun for example_subdag_operator.section-1 to None INFO [airflow.models.dag] Setting next_dagrun for example_subdag_operator.section-2 to None INFO [airflow.models.dag] Setting next_dagrun for example_task_group to 2021-06-13 00:00:00+00:00 INFO [airflow.models.dag] Setting next_dagrun for example_task_group_decorator to 2021-06-13 00:00:00+00:00 INFO [airflow.models.dag] Setting next_dagrun for example_trigger_controller_dag to 2021-06-13 00:00:00+00:00 INFO [airflow.models.dag] Setting next_dagrun for example_trigger_target_dag to None INFO [airflow.models.dag] Setting next_dagrun for example_weekday_branch_operator to 2021-06-13 00:00:00+00:00 INFO [airflow.models.dag] Setting next_dagrun for example_xcom to 2021-06-13 00:00:00+00:00 INFO [airflow.models.dag] Setting next_dagrun for example_xcom_args to None INFO [airflow.models.dag] Setting next_dagrun for example_xcom_args_with_operators to None INFO [airflow.models.dag] Setting next_dagrun for latest_only to 2021-06-13 00:00:00+00:00 INFO [airflow.models.dag] Setting next_dagrun for latest_only_with_trigger to 2021-06-13 00:00:00+00:00 INFO [airflow.models.dag] Setting next_dagrun for test_utils to None INFO [airflow.models.dag] Setting next_dagrun for tutorial to 2021-06-13 00:00:00+00:00 INFO [airflow.models.dag] Setting next_dagrun for tutorial_etl_dag to None INFO [airflow.models.dag] Setting next_dagrun for tutorial_taskflow_api_etl to None INFO [airflow.models.dag] Setting next_dagrun for tutorial_taskflow_api_etl_virtualenv to None INFO [airflow.models.dag] Sync 2 DAGs INFO [airflow.models.dag] Setting next_dagrun for example_subdag_operator.section-1 to None INFO [airflow.models.dag] Setting next_dagrun for example_subdag_operator.section-2 to None Initialization done
In [3]:
Copied!
!airflow webserver
!airflow webserver
____________ _____________ ____ |__( )_________ __/__ /________ __ ____ /| |_ /__ ___/_ /_ __ /_ __ \_ | /| / / ___ ___ | / _ / _ __/ _ / / /_/ /_ |/ |/ / _/_/ |_/_/ /_/ /_/ /_/ \____/____/|__/ [2021-06-15 14:09:14,527] {dagbag.py:487} INFO - Filling up the DagBag from /dev/null [2021-06-15 14:09:14,555] {manager.py:784} WARNING - No user yet created, use flask fab command to do it. Running the Gunicorn Server with: Workers: 4 sync Host: 0.0.0.0:8080 Timeout: 120 Logfiles: - - Access Logformat: ================================================================= [2021-06-15 14:09:16 +1000] [25031] [INFO] Starting gunicorn 20.1.0 [2021-06-15 14:09:16 +1000] [25031] [INFO] Listening at: http://0.0.0.0:8080 (25031) [2021-06-15 14:09:16 +1000] [25031] [INFO] Using worker: sync [2021-06-15 14:09:16 +1000] [25034] [INFO] Booting worker with pid: 25034 [2021-06-15 14:09:17 +1000] [25035] [INFO] Booting worker with pid: 25035 [2021-06-15 14:09:17 +1000] [25036] [INFO] Booting worker with pid: 25036 [2021-06-15 14:09:17 +1000] [25037] [INFO] Booting worker with pid: 25037 [2021-06-15 14:09:17,935] {manager.py:784} WARNING - No user yet created, use flask fab command to do it. [2021-06-15 14:09:18,002] {manager.py:784} WARNING - No user yet created, use flask fab command to do it. [2021-06-15 14:09:18,043] {manager.py:784} WARNING - No user yet created, use flask fab command to do it. [2021-06-15 14:09:18,100] {manager.py:784} WARNING - No user yet created, use flask fab command to do it. 127.0.0.1 - - [15/Jun/2021:14:09:43 +1000] "GET / HTTP/1.1" 302 217 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /home HTTP/1.1" 302 305 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome HTTP/1.1" 200 17435 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/appbuilder/css/bootstrap.min.css HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/appbuilder/datepicker/bootstrap-datepicker.css HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/appbuilder/css/ab.css HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/appbuilder/select2/select2.css HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/dist/main.7c8f9340325b929761a0.css HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/dist/materialIcons.4f9d67516ebe00c0bbb6.css HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/dist/airflowDefaultTheme.c19bf634a906347cf1a0.css HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/dist/loadingDots.4bccfb4c41b26eefcf1c.css HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/dist/bootstrap-datetimepicker.min.css HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/appbuilder/js/jquery-latest.js HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/appbuilder/js/ab_filters.js HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/dist/flash.d2167ed6d99f8d7833ef.css HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/appbuilder/js/ab_actions.js HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/appbuilder/datepicker/bootstrap-datepicker.js HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/appbuilder/js/bootstrap.min.js HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/appbuilder/select2/select2.js HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/dist/main.7c8f9340325b929761a0.js HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/appbuilder/js/ab.js HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/dist/moment.1a09402fe354380806b9.js HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/dist/bootstrap3-typeahead.min.js HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/dist/bootstrap-datetimepicker.min.js HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 0 "http://localhost:8080/static/appbuilder/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" 127.0.0.1 - - [15/Jun/2021:14:09:44 +1000] "GET /static/pin_32.png HTTP/1.1" 200 0 "http://localhost:8080/login/?next=http%3A%2F%2Flocalhost%3A8080%2Fhome" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" ^C [2021-06-15 14:10:39 +1000] [25031] [INFO] Handling signal: int [2021-06-15 14:10:39,178] {webserver_command.py:431} INFO - Received signal: 2. Closing gunicorn. [2021-06-15 14:10:39 +1000] [25036] [INFO] Worker exiting (pid: 25036) [2021-06-15 14:10:39 +1000] [25034] [INFO] Worker exiting (pid: 25034) [2021-06-15 14:10:39 +1000] [25035] [INFO] Worker exiting (pid: 25035) [2021-06-15 14:10:39 +1000] [25037] [INFO] Worker exiting (pid: 25037)
Create a user for Airflow¶
In [4]:
Copied!
!flask fab
!flask fab
Usage: flask fab [OPTIONS] COMMAND [ARGS]... FAB flask group commands Options: --help Show this message and exit. Commands: babel-compile Babel, Compiles all translations babel-extract Babel, Extracts and updates all messages marked for... collect-static Copies flask-appbuilder static files to your projects... create-addon Create a Skeleton AddOn (needs internet connection to... create-admin Creates an admin user create-app Create a Skeleton application (needs internet... create-db Create all your database objects (SQLAlchemy... create-permissions Creates all permissions and add them to the ADMIN... create-user Create a user list-users List all users on the database list-views List all registered views reset-password Resets a user's password security-cleanup Cleanup unused permissions from views and roles. security-converge Converges security deletes... version Flask-AppBuilder package version
In [5]:
Copied!
!flask fab create-user
!flask fab create-user
Role [Public]: ^C Aborted!
Create users with the following settings¶
First User
- Username: peter
- User first name: peter
- User last name: file
- email: [email protected]
- Password: PwBdSrm3UBaA9oXaefks
- role: Admin
Second User
- Username: jane
- User first name: jane
- User last name: file
- email: [email protected]
- Password: 2UkfqhxKZA9C5YaNs2D1
- role: User
In [ ]:
Copied!
!airflow users create -e 5w85glzo00ue@opayq.com -f peter -l file -p PwBdSrm3UBaA9oXaefks -u peter -r Admin
!airflow users create -e veczn9avwt39@opayq.com -f jane -l file -p 2UkfqhxKZA9C5YaNs2D1 -u jane -r User
!airflow users create -e [email protected] -f peter -l file -p PwBdSrm3UBaA9oXaefks -u peter -r Admin
!airflow users create -e [email protected] -f jane -l file -p 2UkfqhxKZA9C5YaNs2D1 -u jane -r User
In [6]:
Copied!
!airflow scheduler
!airflow scheduler
____________ _____________ ____ |__( )_________ __/__ /________ __ ____ /| |_ /__ ___/_ /_ __ /_ __ \_ | /| / / ___ ___ | / _ / _ __/ _ / / /_/ /_ |/ |/ / _/_/ |_/_/ /_/ /_/ /_/ \____/____/|__/ Starting flask * Serving Flask app "airflow.utils.serve_logs" (lazy loading) * Environment: production WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Debug mode: off [2021-06-15 14:34:27,405] {_internal.py:113} INFO - * Running on http://0.0.0.0:8793/ (Press CTRL+C to quit) [2021-06-15 14:34:27,412] {scheduler_job.py:1253} INFO - Starting the scheduler [2021-06-15 14:34:27,412] {scheduler_job.py:1258} INFO - Processing each file at most -1 times [2021-06-15 14:34:27,414] {dag_processing.py:254} INFO - Launched DagFileProcessorManager with pid: 26669 [2021-06-15 14:34:27,415] {scheduler_job.py:1822} INFO - Resetting orphaned tasks for active dag runs [2021-06-15 14:34:27,417] {settings.py:52} INFO - Configured default timezone Timezone('UTC') [2021-06-15 14:34:27,425] {dag_processing.py:532} WARNING - Because we cannot use more than 1 thread (parsing_processes = 2 ) when using sqlite. So we set parallelism to 1. ^C [2021-06-15 14:34:53,582] {scheduler_job.py:748} INFO - Exiting gracefully upon receiving signal 2
Install Elasticsearch¶
In [1]:
Copied!
!curl 'https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.6.0-darwin-x86_64.tar.gz' --output elasticsearch.tar.gz
!curl 'https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.6.0-darwin-x86_64.tar.gz' --output elasticsearch.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 274M 100 274M 0 0 1437k 0 0:03:15 0:03:15 --:--:-- 1920k0:02:06 919k
In [2]:
Copied!
!tar xvzf elasticsearch.tar.gz
!tar xvzf elasticsearch.tar.gz
elasticsearch-7.6.0/ elasticsearch-7.6.0/bin/ elasticsearch-7.6.0/config/ elasticsearch-7.6.0/jdk.app/ elasticsearch-7.6.0/plugins/ elasticsearch-7.6.0/README.asciidoc elasticsearch-7.6.0/NOTICE.txt elasticsearch-7.6.0/logs/ elasticsearch-7.6.0/lib/ elasticsearch-7.6.0/LICENSE.txt elasticsearch-7.6.0/modules/ elasticsearch-7.6.0/modules/percolator/ elasticsearch-7.6.0/modules/repository-url/ elasticsearch-7.6.0/modules/transport-netty4/ elasticsearch-7.6.0/modules/x-pack-monitoring/ elasticsearch-7.6.0/modules/x-pack-deprecation/ elasticsearch-7.6.0/modules/x-pack-security/ elasticsearch-7.6.0/modules/x-pack-logstash/ elasticsearch-7.6.0/modules/lang-painless/ elasticsearch-7.6.0/modules/x-pack-graph/ elasticsearch-7.6.0/modules/vectors/ elasticsearch-7.6.0/modules/flattened/ elasticsearch-7.6.0/modules/x-pack-ml/ elasticsearch-7.6.0/modules/ingest-geoip/ elasticsearch-7.6.0/modules/ingest-common/ elasticsearch-7.6.0/modules/mapper-extras/ elasticsearch-7.6.0/modules/parent-join/ elasticsearch-7.6.0/modules/rank-eval/ elasticsearch-7.6.0/modules/reindex/ elasticsearch-7.6.0/modules/lang-expression/ elasticsearch-7.6.0/modules/x-pack-watcher/ elasticsearch-7.6.0/modules/lang-mustache/ elasticsearch-7.6.0/modules/frozen-indices/ elasticsearch-7.6.0/modules/analysis-common/ elasticsearch-7.6.0/modules/search-business-rules/ elasticsearch-7.6.0/modules/x-pack-rollup/ elasticsearch-7.6.0/modules/x-pack-voting-only-node/ elasticsearch-7.6.0/modules/spatial/ elasticsearch-7.6.0/modules/x-pack-core/ elasticsearch-7.6.0/modules/x-pack-enrich/ elasticsearch-7.6.0/modules/transform/ elasticsearch-7.6.0/modules/x-pack-analytics/ elasticsearch-7.6.0/modules/x-pack-ilm/ elasticsearch-7.6.0/modules/ingest-user-agent/ elasticsearch-7.6.0/modules/x-pack-sql/ elasticsearch-7.6.0/modules/aggs-matrix-stats/ elasticsearch-7.6.0/modules/x-pack-ccr/ elasticsearch-7.6.0/modules/x-pack-ccr/x-pack-ccr-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-ccr/NOTICE.txt elasticsearch-7.6.0/modules/x-pack-ccr/LICENSE.txt elasticsearch-7.6.0/modules/x-pack-ccr/plugin-descriptor.properties elasticsearch-7.6.0/modules/x-pack-ccr/plugin-security.policy elasticsearch-7.6.0/modules/aggs-matrix-stats/aggs-matrix-stats-client-7.6.0.jar elasticsearch-7.6.0/modules/aggs-matrix-stats/plugin-descriptor.properties elasticsearch-7.6.0/modules/x-pack-sql/aggs-matrix-stats-client-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-sql/sql-proto-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-sql/sql-action-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-sql/NOTICE.txt elasticsearch-7.6.0/modules/x-pack-sql/LICENSE.txt elasticsearch-7.6.0/modules/x-pack-sql/x-pack-sql-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-sql/plugin-descriptor.properties elasticsearch-7.6.0/modules/x-pack-sql/plugin-security.policy elasticsearch-7.6.0/modules/ingest-user-agent/ingest-user-agent-7.6.0.jar elasticsearch-7.6.0/modules/ingest-user-agent/plugin-descriptor.properties elasticsearch-7.6.0/modules/x-pack-ilm/x-pack-ilm-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-ilm/NOTICE.txt elasticsearch-7.6.0/modules/x-pack-ilm/LICENSE.txt elasticsearch-7.6.0/modules/x-pack-ilm/plugin-descriptor.properties elasticsearch-7.6.0/modules/x-pack-analytics/x-pack-analytics-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-analytics/NOTICE.txt elasticsearch-7.6.0/modules/x-pack-analytics/LICENSE.txt elasticsearch-7.6.0/modules/x-pack-analytics/plugin-descriptor.properties elasticsearch-7.6.0/modules/x-pack-analytics/plugin-security.policy elasticsearch-7.6.0/modules/transform/transform-7.6.0.jar elasticsearch-7.6.0/modules/transform/NOTICE.txt elasticsearch-7.6.0/modules/transform/LICENSE.txt elasticsearch-7.6.0/modules/transform/plugin-descriptor.properties elasticsearch-7.6.0/modules/x-pack-enrich/x-pack-enrich-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-enrich/NOTICE.txt elasticsearch-7.6.0/modules/x-pack-enrich/LICENSE.txt elasticsearch-7.6.0/modules/x-pack-enrich/plugin-descriptor.properties elasticsearch-7.6.0/modules/x-pack-core/httpcore-nio-4.4.12.jar elasticsearch-7.6.0/modules/x-pack-core/elasticsearch-ssl-config-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-core/netty-codec-4.1.43.Final.jar elasticsearch-7.6.0/modules/x-pack-core/elasticsearch-nio-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-core/httpcore-4.4.12.jar elasticsearch-7.6.0/modules/x-pack-core/commons-logging-1.1.3.jar elasticsearch-7.6.0/modules/x-pack-core/netty-transport-4.1.43.Final.jar elasticsearch-7.6.0/modules/x-pack-core/netty-common-4.1.43.Final.jar elasticsearch-7.6.0/modules/x-pack-core/netty-codec-http-4.1.43.Final.jar elasticsearch-7.6.0/modules/x-pack-core/log4j-1.2-api-2.11.1.jar elasticsearch-7.6.0/modules/x-pack-core/netty-resolver-4.1.43.Final.jar elasticsearch-7.6.0/modules/x-pack-core/transport-netty4-client-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-core/NOTICE.txt elasticsearch-7.6.0/modules/x-pack-core/commons-codec-1.11.jar elasticsearch-7.6.0/modules/x-pack-core/unboundid-ldapsdk-4.0.8.jar elasticsearch-7.6.0/modules/x-pack-core/netty-handler-4.1.43.Final.jar elasticsearch-7.6.0/modules/x-pack-core/httpasyncclient-4.1.4.jar elasticsearch-7.6.0/modules/x-pack-core/netty-buffer-4.1.43.Final.jar elasticsearch-7.6.0/modules/x-pack-core/httpclient-4.5.10.jar elasticsearch-7.6.0/modules/x-pack-core/LICENSE.txt elasticsearch-7.6.0/modules/x-pack-core/transport-nio-client-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-core/plugin-descriptor.properties elasticsearch-7.6.0/modules/x-pack-core/plugin-security.policy elasticsearch-7.6.0/modules/x-pack-core/x-pack-core-7.6.0.jar elasticsearch-7.6.0/modules/spatial/spatial-7.6.0.jar elasticsearch-7.6.0/modules/spatial/NOTICE.txt elasticsearch-7.6.0/modules/spatial/LICENSE.txt elasticsearch-7.6.0/modules/spatial/plugin-descriptor.properties elasticsearch-7.6.0/modules/x-pack-voting-only-node/NOTICE.txt elasticsearch-7.6.0/modules/x-pack-voting-only-node/LICENSE.txt elasticsearch-7.6.0/modules/x-pack-voting-only-node/x-pack-voting-only-node-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-voting-only-node/plugin-descriptor.properties elasticsearch-7.6.0/modules/x-pack-rollup/x-pack-rollup-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-rollup/NOTICE.txt elasticsearch-7.6.0/modules/x-pack-rollup/LICENSE.txt elasticsearch-7.6.0/modules/x-pack-rollup/plugin-descriptor.properties elasticsearch-7.6.0/modules/x-pack-rollup/plugin-security.policy elasticsearch-7.6.0/modules/search-business-rules/NOTICE.txt elasticsearch-7.6.0/modules/search-business-rules/search-business-rules-7.6.0.jar elasticsearch-7.6.0/modules/search-business-rules/LICENSE.txt elasticsearch-7.6.0/modules/search-business-rules/plugin-descriptor.properties elasticsearch-7.6.0/modules/analysis-common/analysis-common-7.6.0.jar elasticsearch-7.6.0/modules/analysis-common/plugin-descriptor.properties elasticsearch-7.6.0/modules/frozen-indices/frozen-indices-7.6.0.jar elasticsearch-7.6.0/modules/frozen-indices/NOTICE.txt elasticsearch-7.6.0/modules/frozen-indices/LICENSE.txt elasticsearch-7.6.0/modules/frozen-indices/plugin-descriptor.properties elasticsearch-7.6.0/modules/lang-mustache/lang-mustache-client-7.6.0.jar elasticsearch-7.6.0/modules/lang-mustache/compiler-0.9.6.jar elasticsearch-7.6.0/modules/lang-mustache/plugin-descriptor.properties elasticsearch-7.6.0/modules/lang-mustache/plugin-security.policy elasticsearch-7.6.0/modules/x-pack-watcher/jakarta.mail-1.6.4.jar elasticsearch-7.6.0/modules/x-pack-watcher/x-pack-watcher-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-watcher/jakarta.activation-1.2.1.jar elasticsearch-7.6.0/modules/x-pack-watcher/owasp-java-html-sanitizer-r239.jar elasticsearch-7.6.0/modules/x-pack-watcher/NOTICE.txt elasticsearch-7.6.0/modules/x-pack-watcher/LICENSE.txt elasticsearch-7.6.0/modules/x-pack-watcher/plugin-descriptor.properties elasticsearch-7.6.0/modules/x-pack-watcher/plugin-security.policy elasticsearch-7.6.0/modules/x-pack-watcher/guava-16.0.1.jar elasticsearch-7.6.0/modules/lang-expression/lang-expression-7.6.0.jar elasticsearch-7.6.0/modules/lang-expression/asm-commons-5.0.4.jar elasticsearch-7.6.0/modules/lang-expression/antlr4-runtime-4.5.1-1.jar elasticsearch-7.6.0/modules/lang-expression/asm-5.0.4.jar elasticsearch-7.6.0/modules/lang-expression/lucene-expressions-8.4.0.jar elasticsearch-7.6.0/modules/lang-expression/asm-tree-5.0.4.jar elasticsearch-7.6.0/modules/lang-expression/plugin-descriptor.properties elasticsearch-7.6.0/modules/lang-expression/plugin-security.policy elasticsearch-7.6.0/modules/reindex/httpcore-nio-4.4.12.jar elasticsearch-7.6.0/modules/reindex/elasticsearch-rest-client-7.6.0.jar elasticsearch-7.6.0/modules/reindex/reindex-client-7.6.0.jar elasticsearch-7.6.0/modules/reindex/elasticsearch-ssl-config-7.6.0.jar elasticsearch-7.6.0/modules/reindex/httpcore-4.4.12.jar elasticsearch-7.6.0/modules/reindex/commons-logging-1.1.3.jar elasticsearch-7.6.0/modules/reindex/commons-codec-1.11.jar elasticsearch-7.6.0/modules/reindex/httpasyncclient-4.1.4.jar elasticsearch-7.6.0/modules/reindex/httpclient-4.5.10.jar elasticsearch-7.6.0/modules/reindex/plugin-descriptor.properties elasticsearch-7.6.0/modules/reindex/plugin-security.policy elasticsearch-7.6.0/modules/rank-eval/rank-eval-client-7.6.0.jar elasticsearch-7.6.0/modules/rank-eval/plugin-descriptor.properties elasticsearch-7.6.0/modules/parent-join/parent-join-client-7.6.0.jar elasticsearch-7.6.0/modules/parent-join/plugin-descriptor.properties elasticsearch-7.6.0/modules/mapper-extras/mapper-extras-client-7.6.0.jar elasticsearch-7.6.0/modules/mapper-extras/plugin-descriptor.properties elasticsearch-7.6.0/modules/ingest-common/joni-2.1.29.jar elasticsearch-7.6.0/modules/ingest-common/jcodings-1.0.44.jar elasticsearch-7.6.0/modules/ingest-common/elasticsearch-dissect-7.6.0.jar elasticsearch-7.6.0/modules/ingest-common/elasticsearch-grok-7.6.0.jar elasticsearch-7.6.0/modules/ingest-common/ingest-common-7.6.0.jar elasticsearch-7.6.0/modules/ingest-common/plugin-descriptor.properties elasticsearch-7.6.0/modules/ingest-geoip/ingest-geoip-7.6.0.jar elasticsearch-7.6.0/modules/ingest-geoip/jackson-annotations-2.8.11.jar elasticsearch-7.6.0/modules/ingest-geoip/geoip2-2.9.0.jar elasticsearch-7.6.0/modules/ingest-geoip/GeoLite2-City.mmdb elasticsearch-7.6.0/modules/ingest-geoip/jackson-databind-2.8.11.4.jar elasticsearch-7.6.0/modules/ingest-geoip/GeoLite2-Country.mmdb elasticsearch-7.6.0/modules/ingest-geoip/GeoLite2-ASN.mmdb elasticsearch-7.6.0/modules/ingest-geoip/maxmind-db-1.2.2.jar elasticsearch-7.6.0/modules/ingest-geoip/plugin-descriptor.properties elasticsearch-7.6.0/modules/ingest-geoip/plugin-security.policy elasticsearch-7.6.0/modules/x-pack-ml/joni-2.1.29.jar elasticsearch-7.6.0/modules/x-pack-ml/jcodings-1.0.44.jar elasticsearch-7.6.0/modules/x-pack-ml/plugin-security-test.policy elasticsearch-7.6.0/modules/x-pack-ml/elasticsearch-grok-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-ml/platform/ elasticsearch-7.6.0/modules/x-pack-ml/NOTICE.txt elasticsearch-7.6.0/modules/x-pack-ml/icu4j-62.1.jar elasticsearch-7.6.0/modules/x-pack-ml/x-pack-ml-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-ml/LICENSE.txt elasticsearch-7.6.0/modules/x-pack-ml/super-csv-2.4.0.jar elasticsearch-7.6.0/modules/x-pack-ml/plugin-descriptor.properties elasticsearch-7.6.0/modules/x-pack-ml/plugin-security.policy elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/ elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/ elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/ elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/_CodeSignature/ elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/MacOS/ elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/Resources/ elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/lib/ elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/Info.plist elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/lib/libboost_system-clang-darwin80-mt-x64-1_71.dylib elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/lib/libboost_chrono-clang-darwin80-mt-x64-1_71.dylib elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/lib/libboost_log-clang-darwin80-mt-x64-1_71.dylib elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/lib/libMlModel.dylib elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/lib/libboost_program_options-clang-darwin80-mt-x64-1_71.dylib elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/lib/libMlCore.dylib elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/lib/libboost_atomic-clang-darwin80-mt-x64-1_71.dylib elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/lib/libboost_date_time-clang-darwin80-mt-x64-1_71.dylib elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/lib/libboost_log_setup-clang-darwin80-mt-x64-1_71.dylib elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/lib/libMlConfig.dylib elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/lib/libboost_regex-clang-darwin80-mt-x64-1_71.dylib elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/lib/libboost_thread-clang-darwin80-mt-x64-1_71.dylib elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/lib/libboost_iostreams-clang-darwin80-mt-x64-1_71.dylib elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/lib/libboost_filesystem-clang-darwin80-mt-x64-1_71.dylib elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/lib/libMlMaths.dylib elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/lib/libMlApi.dylib elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/Resources/ml-en.dict elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/MacOS/categorize elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/MacOS/autodetect elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/MacOS/autoconfig elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/MacOS/controller elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/MacOS/normalize elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/MacOS/data_frame_analyzer elasticsearch-7.6.0/modules/x-pack-ml/platform/darwin-x86_64/controller.app/Contents/_CodeSignature/CodeResources elasticsearch-7.6.0/modules/flattened/flattened-7.6.0.jar elasticsearch-7.6.0/modules/flattened/NOTICE.txt elasticsearch-7.6.0/modules/flattened/LICENSE.txt elasticsearch-7.6.0/modules/flattened/plugin-descriptor.properties elasticsearch-7.6.0/modules/vectors/vectors-7.6.0.jar elasticsearch-7.6.0/modules/vectors/NOTICE.txt elasticsearch-7.6.0/modules/vectors/LICENSE.txt elasticsearch-7.6.0/modules/vectors/plugin-descriptor.properties elasticsearch-7.6.0/modules/x-pack-graph/x-pack-graph-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-graph/NOTICE.txt elasticsearch-7.6.0/modules/x-pack-graph/LICENSE.txt elasticsearch-7.6.0/modules/x-pack-graph/plugin-descriptor.properties elasticsearch-7.6.0/modules/x-pack-graph/plugin-security.policy elasticsearch-7.6.0/modules/lang-painless/elasticsearch-scripting-painless-spi-7.6.0.jar elasticsearch-7.6.0/modules/lang-painless/antlr4-runtime-4.5.3.jar elasticsearch-7.6.0/modules/lang-painless/lang-painless-7.6.0.jar elasticsearch-7.6.0/modules/lang-painless/asm-util-7.2.jar elasticsearch-7.6.0/modules/lang-painless/asm-7.2.jar elasticsearch-7.6.0/modules/lang-painless/asm-commons-7.2.jar elasticsearch-7.6.0/modules/lang-painless/asm-tree-7.2.jar elasticsearch-7.6.0/modules/lang-painless/asm-analysis-7.2.jar elasticsearch-7.6.0/modules/lang-painless/plugin-descriptor.properties elasticsearch-7.6.0/modules/lang-painless/plugin-security.policy elasticsearch-7.6.0/modules/x-pack-logstash/x-pack-logstash-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-logstash/NOTICE.txt elasticsearch-7.6.0/modules/x-pack-logstash/LICENSE.txt elasticsearch-7.6.0/modules/x-pack-logstash/plugin-descriptor.properties elasticsearch-7.6.0/modules/x-pack-logstash/plugin-security.policy elasticsearch-7.6.0/modules/x-pack-security/nimbus-jose-jwt-8.2.jar elasticsearch-7.6.0/modules/x-pack-security/opensaml-saml-api-3.4.5.jar elasticsearch-7.6.0/modules/x-pack-security/guava-19.0.jar elasticsearch-7.6.0/modules/x-pack-security/oauth2-oidc-sdk-6.16.5.jar elasticsearch-7.6.0/modules/x-pack-security/jakarta.mail-1.6.3.jar elasticsearch-7.6.0/modules/x-pack-security/cryptacular-1.2.3.jar elasticsearch-7.6.0/modules/x-pack-security/opensaml-security-impl-3.4.5.jar elasticsearch-7.6.0/modules/x-pack-security/x-pack-security-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-security/slf4j-api-1.6.2.jar elasticsearch-7.6.0/modules/x-pack-security/log4j-slf4j-impl-2.11.1.jar elasticsearch-7.6.0/modules/x-pack-security/opensaml-messaging-api-3.4.5.jar elasticsearch-7.6.0/modules/x-pack-security/lang-tag-1.4.4.jar elasticsearch-7.6.0/modules/x-pack-security/httpclient-cache-4.5.10.jar elasticsearch-7.6.0/modules/x-pack-security/opensaml-storage-impl-3.4.5.jar elasticsearch-7.6.0/modules/x-pack-security/opensaml-storage-api-3.4.5.jar elasticsearch-7.6.0/modules/x-pack-security/opensaml-soap-api-3.4.5.jar elasticsearch-7.6.0/modules/x-pack-security/json-smart-2.3.jar elasticsearch-7.6.0/modules/x-pack-security/opensaml-profile-impl-3.4.5.jar elasticsearch-7.6.0/modules/x-pack-security/opensaml-profile-api-3.4.5.jar elasticsearch-7.6.0/modules/x-pack-security/xmlsec-2.1.4.jar elasticsearch-7.6.0/modules/x-pack-security/asm-7.1.jar elasticsearch-7.6.0/modules/x-pack-security/opensaml-xmlsec-api-3.4.5.jar elasticsearch-7.6.0/modules/x-pack-security/NOTICE.txt elasticsearch-7.6.0/modules/x-pack-security/opensaml-messaging-impl-3.4.5.jar elasticsearch-7.6.0/modules/x-pack-security/opensaml-security-api-3.4.5.jar elasticsearch-7.6.0/modules/x-pack-security/opensaml-saml-impl-3.4.5.jar elasticsearch-7.6.0/modules/x-pack-security/metrics-core-3.2.2.jar elasticsearch-7.6.0/modules/x-pack-security/opensaml-soap-impl-3.4.5.jar elasticsearch-7.6.0/modules/x-pack-security/accessors-smart-1.2.jar elasticsearch-7.6.0/modules/x-pack-security/LICENSE.txt elasticsearch-7.6.0/modules/x-pack-security/jcip-annotations-1.0.jar elasticsearch-7.6.0/modules/x-pack-security/opensaml-core-3.4.5.jar elasticsearch-7.6.0/modules/x-pack-security/plugin-descriptor.properties elasticsearch-7.6.0/modules/x-pack-security/opensaml-xmlsec-impl-3.4.5.jar elasticsearch-7.6.0/modules/x-pack-security/java-support-7.5.1.jar elasticsearch-7.6.0/modules/x-pack-security/plugin-security.policy elasticsearch-7.6.0/modules/x-pack-deprecation/x-pack-deprecation-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-deprecation/NOTICE.txt elasticsearch-7.6.0/modules/x-pack-deprecation/LICENSE.txt elasticsearch-7.6.0/modules/x-pack-deprecation/plugin-descriptor.properties elasticsearch-7.6.0/modules/x-pack-deprecation/plugin-security.policy elasticsearch-7.6.0/modules/x-pack-monitoring/elasticsearch-rest-client-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-monitoring/elasticsearch-rest-client-sniffer-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-monitoring/x-pack-monitoring-7.6.0.jar elasticsearch-7.6.0/modules/x-pack-monitoring/NOTICE.txt elasticsearch-7.6.0/modules/x-pack-monitoring/LICENSE.txt elasticsearch-7.6.0/modules/x-pack-monitoring/plugin-descriptor.properties elasticsearch-7.6.0/modules/x-pack-monitoring/plugin-security.policy elasticsearch-7.6.0/modules/transport-netty4/netty-codec-4.1.43.Final.jar elasticsearch-7.6.0/modules/transport-netty4/netty-transport-4.1.43.Final.jar elasticsearch-7.6.0/modules/transport-netty4/netty-common-4.1.43.Final.jar elasticsearch-7.6.0/modules/transport-netty4/netty-codec-http-4.1.43.Final.jar elasticsearch-7.6.0/modules/transport-netty4/netty-resolver-4.1.43.Final.jar elasticsearch-7.6.0/modules/transport-netty4/transport-netty4-client-7.6.0.jar elasticsearch-7.6.0/modules/transport-netty4/netty-handler-4.1.43.Final.jar elasticsearch-7.6.0/modules/transport-netty4/netty-buffer-4.1.43.Final.jar elasticsearch-7.6.0/modules/transport-netty4/plugin-descriptor.properties elasticsearch-7.6.0/modules/transport-netty4/plugin-security.policy elasticsearch-7.6.0/modules/repository-url/repository-url-7.6.0.jar elasticsearch-7.6.0/modules/repository-url/plugin-descriptor.properties elasticsearch-7.6.0/modules/repository-url/plugin-security.policy elasticsearch-7.6.0/modules/percolator/percolator-client-7.6.0.jar elasticsearch-7.6.0/modules/percolator/plugin-descriptor.properties elasticsearch-7.6.0/lib/hppc-0.8.1.jar elasticsearch-7.6.0/lib/log4j-api-2.11.1.jar elasticsearch-7.6.0/lib/lucene-join-8.4.0.jar elasticsearch-7.6.0/lib/tools/ elasticsearch-7.6.0/lib/lucene-queryparser-8.4.0.jar elasticsearch-7.6.0/lib/lucene-spatial-extras-8.4.0.jar elasticsearch-7.6.0/lib/jopt-simple-5.0.2.jar elasticsearch-7.6.0/lib/lucene-spatial-8.4.0.jar elasticsearch-7.6.0/lib/lucene-suggest-8.4.0.jar elasticsearch-7.6.0/lib/log4j-core-2.11.1.jar elasticsearch-7.6.0/lib/lucene-queries-8.4.0.jar elasticsearch-7.6.0/lib/jackson-dataformat-yaml-2.8.11.jar elasticsearch-7.6.0/lib/elasticsearch-launchers-7.6.0.jar elasticsearch-7.6.0/lib/lucene-spatial3d-8.4.0.jar elasticsearch-7.6.0/lib/elasticsearch-core-7.6.0.jar elasticsearch-7.6.0/lib/lucene-highlighter-8.4.0.jar elasticsearch-7.6.0/lib/lucene-analyzers-common-8.4.0.jar elasticsearch-7.6.0/lib/t-digest-3.2.jar elasticsearch-7.6.0/lib/elasticsearch-x-content-7.6.0.jar elasticsearch-7.6.0/lib/snakeyaml-1.17.jar elasticsearch-7.6.0/lib/jna-4.5.1.jar elasticsearch-7.6.0/lib/elasticsearch-geo-7.6.0.jar elasticsearch-7.6.0/lib/jackson-dataformat-smile-2.8.11.jar elasticsearch-7.6.0/lib/elasticsearch-plugin-classloader-7.6.0.jar elasticsearch-7.6.0/lib/elasticsearch-secure-sm-7.6.0.jar elasticsearch-7.6.0/lib/spatial4j-0.7.jar elasticsearch-7.6.0/lib/java-version-checker-7.6.0.jar elasticsearch-7.6.0/lib/lucene-core-8.4.0.jar elasticsearch-7.6.0/lib/elasticsearch-cli-7.6.0.jar elasticsearch-7.6.0/lib/elasticsearch-7.6.0.jar elasticsearch-7.6.0/lib/lucene-backward-codecs-8.4.0.jar elasticsearch-7.6.0/lib/lucene-sandbox-8.4.0.jar elasticsearch-7.6.0/lib/HdrHistogram-2.1.9.jar elasticsearch-7.6.0/lib/jackson-dataformat-cbor-2.8.11.jar elasticsearch-7.6.0/lib/lucene-misc-8.4.0.jar elasticsearch-7.6.0/lib/lucene-memory-8.4.0.jar elasticsearch-7.6.0/lib/jackson-core-2.8.11.jar elasticsearch-7.6.0/lib/lucene-grouping-8.4.0.jar elasticsearch-7.6.0/lib/jts-core-1.15.0.jar elasticsearch-7.6.0/lib/joda-time-2.10.4.jar elasticsearch-7.6.0/lib/tools/security-cli/ elasticsearch-7.6.0/lib/tools/plugin-cli/ elasticsearch-7.6.0/lib/tools/plugin-cli/bcpg-fips-1.0.3.jar elasticsearch-7.6.0/lib/tools/plugin-cli/elasticsearch-plugin-cli-7.6.0.jar elasticsearch-7.6.0/lib/tools/plugin-cli/bc-fips-1.0.1.jar elasticsearch-7.6.0/lib/tools/security-cli/elasticsearch-security-cli-7.6.0.jar elasticsearch-7.6.0/lib/tools/security-cli/bcprov-jdk15on-1.61.jar elasticsearch-7.6.0/lib/tools/security-cli/bcpkix-jdk15on-1.61.jar elasticsearch-7.6.0/jdk.app/Contents/ elasticsearch-7.6.0/jdk.app/Contents/_CodeSignature/ elasticsearch-7.6.0/jdk.app/Contents/Home/ elasticsearch-7.6.0/jdk.app/Contents/MacOS/ elasticsearch-7.6.0/jdk.app/Contents/Info.plist elasticsearch-7.6.0/jdk.app/Contents/MacOS/libjli.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/demo/ elasticsearch-7.6.0/jdk.app/Contents/Home/man/ elasticsearch-7.6.0/jdk.app/Contents/Home/bin/ elasticsearch-7.6.0/jdk.app/Contents/Home/include/ elasticsearch-7.6.0/jdk.app/Contents/Home/release elasticsearch-7.6.0/jdk.app/Contents/Home/lib/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/ elasticsearch-7.6.0/jdk.app/Contents/Home/conf/ elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/ elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.security.sasl.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.jartool.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.se.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.zipfs.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.jdeps.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.jstatd.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.jdwp.agent.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.pack.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.sql.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.smartcardio.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.hotspot.agent.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.internal.jvmstat.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.compiler.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.sql.rowset.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.jfr.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.aot.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.rmic.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.crypto.cryptoki.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.internal.vm.compiler.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.scripting.nashorn.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.unsupported.desktop.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.management.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.rmi.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.management.jfr.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.sctp.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.security.jgss.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.internal.vm.compiler.management.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.net.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.prefs.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.logging.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.xml.dom.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.base.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.xml.crypto.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.naming.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.internal.ed.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.naming.dns.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.datatransfer.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.unsupported.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.jlink.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.scripting.nashorn.shell.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.charsets.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.localedata.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.jcmd.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.desktop.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.accessibility.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.attach.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.management.rmi.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.transaction.xa.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.jshell.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.xml.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.management.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.internal.opt.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.httpserver.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.net.http.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.compiler.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.internal.le.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.instrument.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.dynalink.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.management.agent.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.internal.vm.ci.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.security.auth.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.scripting.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.jdi.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.crypto.ec.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.naming.rmi.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.jconsole.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.javadoc.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.editpad.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/jdk.jsobject.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/jmods/java.security.jgss.jmod elasticsearch-7.6.0/jdk.app/Contents/Home/conf/logging.properties elasticsearch-7.6.0/jdk.app/Contents/Home/conf/sound.properties elasticsearch-7.6.0/jdk.app/Contents/Home/conf/security/ elasticsearch-7.6.0/jdk.app/Contents/Home/conf/net.properties elasticsearch-7.6.0/jdk.app/Contents/Home/conf/management/ elasticsearch-7.6.0/jdk.app/Contents/Home/conf/management/jmxremote.access elasticsearch-7.6.0/jdk.app/Contents/Home/conf/management/management.properties elasticsearch-7.6.0/jdk.app/Contents/Home/conf/management/jmxremote.password.template elasticsearch-7.6.0/jdk.app/Contents/Home/conf/security/java.security elasticsearch-7.6.0/jdk.app/Contents/Home/conf/security/java.policy elasticsearch-7.6.0/jdk.app/Contents/Home/conf/security/policy/ elasticsearch-7.6.0/jdk.app/Contents/Home/conf/security/policy/unlimited/ elasticsearch-7.6.0/jdk.app/Contents/Home/conf/security/policy/README.txt elasticsearch-7.6.0/jdk.app/Contents/Home/conf/security/policy/limited/ elasticsearch-7.6.0/jdk.app/Contents/Home/conf/security/policy/limited/default_US_export.policy elasticsearch-7.6.0/jdk.app/Contents/Home/conf/security/policy/limited/exempt_local.policy elasticsearch-7.6.0/jdk.app/Contents/Home/conf/security/policy/limited/default_local.policy elasticsearch-7.6.0/jdk.app/Contents/Home/conf/security/policy/unlimited/default_US_export.policy elasticsearch-7.6.0/jdk.app/Contents/Home/conf/security/policy/unlimited/default_local.policy elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.management.rmi/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.unsupported.desktop/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.scripting.nashorn.shell/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.vm.compiler.management/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.se/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.security.jgss/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jfr/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.management/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.security.sasl/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.net/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jsobject/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.rmic/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.zipfs/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.dynalink/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.compiler/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.xml/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jcmd/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.naming.dns/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.instrument/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.localedata/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.naming.rmi/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.compiler/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.pack/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.prefs/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.crypto.cryptoki/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.editpad/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.logging/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.management/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.vm.compiler/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.base/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.net.http/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.opt/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jconsole/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.sql.rowset/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.security.jgss/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.httpserver/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.naming/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.jvmstat/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jartool/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.unsupported/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jdwp.agent/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.le/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.ed/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.scripting/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.attach/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.security.auth/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.xml.dom/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.charsets/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.scripting.nashorn/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.sctp/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.rmi/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.smartcardio/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jstatd/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.transaction.xa/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.hotspot.agent/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jdi/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.javadoc/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jlink/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.sql/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.management.jfr/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.accessibility/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.datatransfer/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jshell/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.aot/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jdeps/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.desktop/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.crypto.ec/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.management.agent/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.xml.crypto/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.vm.ci/ elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.vm.ci/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.vm.ci/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.vm.ci/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.xml.crypto/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.xml.crypto/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.xml.crypto/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.xml.crypto/santuario.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.management.agent/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.management.agent/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.management.agent/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.crypto.ec/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.crypto.ec/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.crypto.ec/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.crypto.ec/ecc.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.desktop/freetype.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.desktop/mesa3d.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.desktop/colorimaging.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.desktop/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.desktop/opengl.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.desktop/libpng.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.desktop/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.desktop/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.desktop/xwd.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.desktop/giflib.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.desktop/harfbuzz.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.desktop/jpeg.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.desktop/lcms.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jdeps/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jdeps/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jdeps/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.aot/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.aot/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.aot/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jshell/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jshell/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jshell/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.datatransfer/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.datatransfer/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.datatransfer/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.accessibility/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.accessibility/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.accessibility/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.management.jfr/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.management.jfr/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.management.jfr/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.sql/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.sql/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.sql/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jlink/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jlink/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jlink/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.javadoc/jszip.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.javadoc/jquery.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.javadoc/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.javadoc/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.javadoc/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.javadoc/jqueryUI.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jdi/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jdi/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jdi/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.hotspot.agent/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.hotspot.agent/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.hotspot.agent/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.transaction.xa/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.transaction.xa/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.transaction.xa/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jstatd/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jstatd/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jstatd/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.smartcardio/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.smartcardio/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.smartcardio/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.smartcardio/pcsclite.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.rmi/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.rmi/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.rmi/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.sctp/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.sctp/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.sctp/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.scripting.nashorn/joni.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.scripting.nashorn/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.scripting.nashorn/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.scripting.nashorn/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.scripting.nashorn/double-conversion.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.charsets/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.charsets/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.charsets/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.xml.dom/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.xml.dom/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.xml.dom/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.security.auth/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.security.auth/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.security.auth/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.attach/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.attach/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.attach/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.scripting/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.scripting/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.scripting/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.ed/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.ed/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.ed/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.le/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.le/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.le/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.le/jline.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jdwp.agent/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jdwp.agent/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jdwp.agent/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.unsupported/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.unsupported/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.unsupported/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jartool/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jartool/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jartool/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.jvmstat/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.jvmstat/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.jvmstat/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.naming/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.naming/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.naming/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.httpserver/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.httpserver/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.httpserver/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.security.jgss/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.security.jgss/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.security.jgss/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.sql.rowset/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.sql.rowset/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.sql.rowset/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jconsole/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jconsole/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jconsole/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.opt/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.opt/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.opt/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.opt/jopt-simple.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.net.http/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.net.http/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.net.http/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.base/asm.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.base/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.base/public_suffix.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.base/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.base/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.base/cldr.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.base/icu.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.base/unicode.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.base/c-libutl.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.base/aes.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.vm.compiler/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.vm.compiler/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.vm.compiler/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.management/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.management/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.management/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.logging/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.logging/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.logging/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.editpad/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.editpad/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.editpad/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.crypto.cryptoki/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.crypto.cryptoki/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.crypto.cryptoki/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.crypto.cryptoki/pkcs11wrapper.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.prefs/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.prefs/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.prefs/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.pack/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.pack/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.pack/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.compiler/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.compiler/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.compiler/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.naming.rmi/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.naming.rmi/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.naming.rmi/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.localedata/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.localedata/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.localedata/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.localedata/cldr.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.localedata/thaidict.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.instrument/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.instrument/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.instrument/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.naming.dns/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.naming.dns/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.naming.dns/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jcmd/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jcmd/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jcmd/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.xml/bcel.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.xml/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.xml/xalan.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.xml/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.xml/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.xml/dom.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.xml/jcup.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.xml/xerces.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.compiler/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.compiler/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.compiler/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.dynalink/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.dynalink/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.dynalink/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.dynalink/dynalink.md elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.zipfs/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.zipfs/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.zipfs/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.rmic/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.rmic/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.rmic/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jsobject/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jsobject/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jsobject/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.net/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.net/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.net/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.security.sasl/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.security.sasl/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.security.sasl/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.management/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.management/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.management/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jfr/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jfr/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.jfr/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.security.jgss/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.security.jgss/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.security.jgss/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.se/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.se/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.se/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.vm.compiler.management/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.vm.compiler.management/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.internal.vm.compiler.management/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.scripting.nashorn.shell/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.scripting.nashorn.shell/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.scripting.nashorn.shell/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.unsupported.desktop/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.unsupported.desktop/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/jdk.unsupported.desktop/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.management.rmi/LICENSE elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.management.rmi/ADDITIONAL_LICENSE_INFO elasticsearch-7.6.0/jdk.app/Contents/Home/legal/java.management.rmi/ASSEMBLY_EXCEPTION elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libnet.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libnio.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libinstrument.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libzip.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/psfontj2d.properties elasticsearch-7.6.0/jdk.app/Contents/Home/lib/fontconfig.properties.src elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libfreetype.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libjli.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libsplashscreen.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libmanagement_ext.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libdt_socket.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libj2pkcs11.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/jvm.cfg elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libjimage.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/security/ elasticsearch-7.6.0/jdk.app/Contents/Home/lib/jfr/ elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libosxkrb5.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libosxui.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/tzdb.dat elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libmanagement_agent.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/librmi.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libjdwp.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libsunec.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libawt_lwawt.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/server/ elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libjavajpeg.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libmlib_image.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libmanagement.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libjsound.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/ct.sym elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libj2pcsc.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libjsig.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libprefs.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libjawt.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libattach.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/jrt-fs.jar elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libfontmanager.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/fontconfig.bfc elasticsearch-7.6.0/jdk.app/Contents/Home/lib/jspawnhelper elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libosxsecurity.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libextnet.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libjaas.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/liblcms.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libverify.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/psfont.properties.ja elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libj2gss.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libsaproc.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/modules elasticsearch-7.6.0/jdk.app/Contents/Home/lib/classlist elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libjava.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libawt.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libunpack.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libosx.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/libosxapp.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/server/libjvm.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/server/classes.jsa elasticsearch-7.6.0/jdk.app/Contents/Home/lib/server/libjsig.dylib elasticsearch-7.6.0/jdk.app/Contents/Home/lib/jfr/default.jfc elasticsearch-7.6.0/jdk.app/Contents/Home/lib/jfr/profile.jfc elasticsearch-7.6.0/jdk.app/Contents/Home/lib/security/public_suffix_list.dat elasticsearch-7.6.0/jdk.app/Contents/Home/lib/security/default.policy elasticsearch-7.6.0/jdk.app/Contents/Home/lib/security/blacklisted.certs elasticsearch-7.6.0/jdk.app/Contents/Home/lib/security/cacerts elasticsearch-7.6.0/jdk.app/Contents/Home/include/jawt.h elasticsearch-7.6.0/jdk.app/Contents/Home/include/classfile_constants.h elasticsearch-7.6.0/jdk.app/Contents/Home/include/jdwpTransport.h elasticsearch-7.6.0/jdk.app/Contents/Home/include/jvmti.h elasticsearch-7.6.0/jdk.app/Contents/Home/include/jni.h elasticsearch-7.6.0/jdk.app/Contents/Home/include/jvmticmlr.h elasticsearch-7.6.0/jdk.app/Contents/Home/include/darwin/ elasticsearch-7.6.0/jdk.app/Contents/Home/include/darwin/jni_md.h elasticsearch-7.6.0/jdk.app/Contents/Home/include/darwin/jawt_md.h elasticsearch-7.6.0/jdk.app/Contents/Home/bin/unpack200 elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jarsigner elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jaotc elasticsearch-7.6.0/jdk.app/Contents/Home/bin/rmic elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jfr elasticsearch-7.6.0/jdk.app/Contents/Home/bin/rmid elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jdb elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jstack elasticsearch-7.6.0/jdk.app/Contents/Home/bin/rmiregistry elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jar elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jcmd elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jrunscript elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jps elasticsearch-7.6.0/jdk.app/Contents/Home/bin/java elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jhsdb elasticsearch-7.6.0/jdk.app/Contents/Home/bin/javap elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jdeprscan elasticsearch-7.6.0/jdk.app/Contents/Home/bin/javac elasticsearch-7.6.0/jdk.app/Contents/Home/bin/keytool elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jmod elasticsearch-7.6.0/jdk.app/Contents/Home/bin/pack200 elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jjs elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jmap elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jshell elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jstat elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jlink elasticsearch-7.6.0/jdk.app/Contents/Home/bin/serialver elasticsearch-7.6.0/jdk.app/Contents/Home/bin/javadoc elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jinfo elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jstatd elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jdeps elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jconsole elasticsearch-7.6.0/jdk.app/Contents/Home/bin/jimage elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/ elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/javap.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jdeprscan.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/serialver.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jshell.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jstatd.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jdb.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jjs.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/java.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/keytool.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/pack200.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jmod.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jstat.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jcmd.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jfr.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jdeps.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jhsdb.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jconsole.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jar.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/javadoc.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jstack.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jrunscript.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/unpack200.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/rmid.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jmap.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jaotc.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/rmiregistry.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/rmic.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jinfo.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jlink.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/javac.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jps.1 elasticsearch-7.6.0/jdk.app/Contents/Home/man/man1/jarsigner.1 elasticsearch-7.6.0/jdk.app/Contents/Home/demo/README elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/Stylepad/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/FileChooserDemo/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/CodePointIM/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/TransparentRuler/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/SwingSet2/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/Metalworks/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/TableExample/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/SampleTree/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/Notepad/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/J2Ddemo/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/J2Ddemo/J2Ddemo.jar elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/J2Ddemo/README.txt elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/Notepad/Notepad.jar elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/Notepad/README.txt elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/SampleTree/SampleTree.jar elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/SampleTree/README.txt elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/TableExample/TableExample.jar elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/TableExample/README.txt elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/Metalworks/Metalworks.jar elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/Metalworks/README.txt elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/SwingSet2/SwingSet2.jar elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/SwingSet2/README.txt elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/SwingSet2/SwingSet2.html elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/TransparentRuler/TransparentRuler.jar elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/TransparentRuler/README.txt elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/CodePointIM/README_zh_CN.html elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/CodePointIM/README.html elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/CodePointIM/CodePointIM.jar elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/CodePointIM/README_ja.html elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/FileChooserDemo/FileChooserDemo.jar elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/FileChooserDemo/README.txt elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/Stylepad/Stylepad.jar elasticsearch-7.6.0/jdk.app/Contents/Home/demo/jfc/Stylepad/README.txt elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/scripting/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/project.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/README.txt elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/FileChooserDemo/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Font2DTest/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/TransparentRuler/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Metalworks/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/TableExample/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/SwingApplet/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/SampleTree/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Notepad/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Notepad/build.properties elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Notepad/build.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Notepad/nbproject/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Notepad/nbproject/file-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Notepad/nbproject/netbeans-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Notepad/nbproject/jdk.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Notepad/nbproject/project.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/SampleTree/build.properties elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/SampleTree/build.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/SampleTree/nbproject/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/SampleTree/nbproject/file-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/SampleTree/nbproject/netbeans-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/SampleTree/nbproject/jdk.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/SampleTree/nbproject/project.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/SwingApplet/build.properties elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/SwingApplet/build.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/SwingApplet/nbproject/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/SwingApplet/nbproject/file-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/SwingApplet/nbproject/netbeans-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/SwingApplet/nbproject/jdk.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/SwingApplet/nbproject/project.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/TableExample/build.properties elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/TableExample/build.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/TableExample/nbproject/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/TableExample/nbproject/file-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/TableExample/nbproject/netbeans-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/TableExample/nbproject/jdk.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/TableExample/nbproject/project.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Metalworks/build.properties elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Metalworks/build.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Metalworks/nbproject/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Metalworks/nbproject/file-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Metalworks/nbproject/netbeans-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Metalworks/nbproject/jdk.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Metalworks/nbproject/project.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/TransparentRuler/build.properties elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/TransparentRuler/build.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/TransparentRuler/nbproject/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/TransparentRuler/nbproject/file-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/TransparentRuler/nbproject/netbeans-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/TransparentRuler/nbproject/jdk.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/TransparentRuler/nbproject/project.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Font2DTest/build.properties elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Font2DTest/build.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Font2DTest/nbproject/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Font2DTest/nbproject/file-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Font2DTest/nbproject/netbeans-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Font2DTest/nbproject/jdk.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/Font2DTest/nbproject/project.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/FileChooserDemo/build.properties elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/FileChooserDemo/build.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/FileChooserDemo/nbproject/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/FileChooserDemo/nbproject/file-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/FileChooserDemo/nbproject/netbeans-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/FileChooserDemo/nbproject/jdk.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/jfc/FileChooserDemo/nbproject/project.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/FullThreadDump/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/JTop/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/VerboseGC/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/MemoryMonitor/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/MemoryMonitor/build.properties elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/MemoryMonitor/build.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/MemoryMonitor/nbproject/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/MemoryMonitor/nbproject/file-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/MemoryMonitor/nbproject/netbeans-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/MemoryMonitor/nbproject/jdk.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/MemoryMonitor/nbproject/project.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/VerboseGC/build.properties elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/VerboseGC/build.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/VerboseGC/nbproject/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/VerboseGC/nbproject/file-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/VerboseGC/nbproject/netbeans-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/VerboseGC/nbproject/jdk.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/VerboseGC/nbproject/project.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/JTop/build.properties elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/JTop/build.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/JTop/nbproject/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/JTop/nbproject/file-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/JTop/nbproject/netbeans-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/JTop/nbproject/jdk.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/JTop/nbproject/project.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/FullThreadDump/build.properties elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/FullThreadDump/build.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/FullThreadDump/nbproject/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/FullThreadDump/nbproject/file-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/FullThreadDump/nbproject/netbeans-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/FullThreadDump/nbproject/jdk.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/management/FullThreadDump/nbproject/project.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/scripting/jconsole-plugin/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/scripting/jconsole-plugin/build.properties elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/scripting/jconsole-plugin/build.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/scripting/jconsole-plugin/nbproject/ elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/scripting/jconsole-plugin/nbproject/file-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/scripting/jconsole-plugin/nbproject/netbeans-targets.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/scripting/jconsole-plugin/nbproject/jdk.xml elasticsearch-7.6.0/jdk.app/Contents/Home/demo/nbproject/scripting/jconsole-plugin/nbproject/project.xml elasticsearch-7.6.0/jdk.app/Contents/_CodeSignature/CodeResources elasticsearch-7.6.0/config/users_roles elasticsearch-7.6.0/config/role_mapping.yml elasticsearch-7.6.0/config/users elasticsearch-7.6.0/config/elasticsearch.yml elasticsearch-7.6.0/config/roles.yml elasticsearch-7.6.0/config/log4j2.properties elasticsearch-7.6.0/config/jvm.options elasticsearch-7.6.0/bin/elasticsearch-syskeygen elasticsearch-7.6.0/bin/elasticsearch-env elasticsearch-7.6.0/bin/elasticsearch-sql-cli-7.6.0.jar elasticsearch-7.6.0/bin/elasticsearch-env-from-file elasticsearch-7.6.0/bin/elasticsearch-node elasticsearch-7.6.0/bin/elasticsearch-saml-metadata elasticsearch-7.6.0/bin/elasticsearch-keystore elasticsearch-7.6.0/bin/elasticsearch-plugin elasticsearch-7.6.0/bin/x-pack-env elasticsearch-7.6.0/bin/elasticsearch-sql-cli elasticsearch-7.6.0/bin/elasticsearch-shard elasticsearch-7.6.0/bin/elasticsearch-setup-passwords elasticsearch-7.6.0/bin/elasticsearch-migrate elasticsearch-7.6.0/bin/elasticsearch-croneval elasticsearch-7.6.0/bin/elasticsearch-certgen elasticsearch-7.6.0/bin/elasticsearch-certutil elasticsearch-7.6.0/bin/elasticsearch-users elasticsearch-7.6.0/bin/elasticsearch-cli elasticsearch-7.6.0/bin/x-pack-security-env elasticsearch-7.6.0/bin/elasticsearch elasticsearch-7.6.0/bin/x-pack-watcher-env
In [4]:
Copied!
%%bash
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.2-darwin-x86_64.tar.gz
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.2-darwin-x86_64.tar.gz.sha512
shasum -a 512 -c elasticsearch-7.13.2-darwin-x86_64.tar.gz.sha512
tar -xzf elasticsearch-7.13.2-darwin-x86_64.tar.gz
%%bash
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.2-darwin-x86_64.tar.gz
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.2-darwin-x86_64.tar.gz.sha512
shasum -a 512 -c elasticsearch-7.13.2-darwin-x86_64.tar.gz.sha512
tar -xzf elasticsearch-7.13.2-darwin-x86_64.tar.gz
elasticsearch-7.13.2-darwin-x86_64.tar.gz: OK
--2021-06-16 10:51:38-- https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.2-darwin-x86_64.tar.gz Resolving artifacts.elastic.co (artifacts.elastic.co)... 34.120.127.130, 2600:1901:0:1d7:: Connecting to artifacts.elastic.co (artifacts.elastic.co)|34.120.127.130|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 319111204 (304M) [application/x-gzip] Saving to: 'elasticsearch-7.13.2-darwin-x86_64.tar.gz’ 0K .......... .......... .......... .......... .......... 0% 279K 18m38s 50K .......... .......... .......... .......... .......... 0% 455K 15m1s 100K .......... .......... .......... .......... .......... 0% 847K 12m3s 150K .......... .......... .......... .......... .......... 0% 1.40M 9m57s 200K .......... .......... .......... .......... .......... 0% 1.29M 8m44s 250K .......... .......... .......... .......... .......... 0% 2.38M 7m38s 300K .......... .......... .......... .......... .......... 0% 1.12M 7m11s 350K .......... .......... .......... .......... .......... 0% 574K 7m25s 400K .......... .......... .......... .......... .......... 0% 1.63M 6m56s 450K .......... .......... .......... .......... .......... 0% 1.19M 6m40s 500K .......... .......... .......... .......... .......... 0% 1.88M 6m18s 550K .......... .......... .......... .......... .......... 0% 3.09M 5m55s 600K .......... .......... .......... .......... .......... 0% 1.54M 5m43s 650K .......... .......... .......... .......... .......... 0% 1.59M 5m32s 700K .......... .......... .......... .......... .......... 0% 9.00M 5m12s 750K .......... .......... .......... .......... .......... 0% 1.96M 5m2s 800K .......... .......... .......... .......... .......... 0% 3.42M 4m50s 850K .......... .......... .......... .......... .......... 0% 1.10M 4m49s 900K .......... .......... .......... .......... .......... 0% 6.16M 4m36s 950K .......... .......... .......... .......... .......... 0% 1.36M 4m33s 1000K .......... .......... .......... .......... .......... 0% 433K 4m55s 1050K .......... .......... .......... .......... .......... 0% 1.37M 4m51s 1100K .......... .......... .......... .......... .......... 0% 1.54M 4m47s 1150K .......... .......... .......... .......... .......... 0% 2.36M 4m40s 1200K .......... .......... .......... .......... .......... 0% 2.34M 4m34s 1250K .......... .......... .......... .......... .......... 0% 1.43M 4m32s 1300K .......... .......... .......... .......... .......... 0% 1.77M 4m28s 1350K .......... .......... .......... .......... .......... 0% 18.5M 4m19s 1400K .......... .......... .......... .......... .......... 0% 3.19M 4m13s 1450K .......... .......... .......... .......... .......... 0% 1.48M 4m12s 1500K .......... .......... .......... .......... .......... 0% 3.55M 4m6s 1550K .......... .......... .......... .......... .......... 0% 2.25M 4m3s 1600K .......... .......... .......... .......... .......... 0% 3.48M 3m58s 1650K .......... .......... .......... .......... .......... 0% 4.73M 3m53s 1700K .......... .......... .......... .......... .......... 0% 384K 4m9s 1750K .......... .......... .......... .......... .......... 0% 2.01M 4m6s 1800K .......... .......... .......... .......... .......... 0% 1.70M 4m5s 1850K .......... .......... .......... .......... .......... 0% 5.97M 3m59s 1900K .......... .......... .......... .......... .......... 0% 3.13M 3m56s 1950K .......... .......... .......... .......... .......... 0% 3.09M 3m52s 2000K .......... .......... .......... .......... .......... 0% 1.19M 3m53s 2050K .......... .......... .......... .......... .......... 0% 1.84M 3m51s 2100K .......... .......... .......... .......... .......... 0% 5.13M 3m47s 2150K .......... .......... .......... .......... .......... 0% 3.17M 3m44s 2200K .......... .......... .......... .......... .......... 0% 1.59M 3m43s 2250K .......... .......... .......... .......... .......... 0% 8.04M 3m39s 2300K .......... .......... .......... .......... .......... 0% 1.79M 3m38s 2350K .......... .......... .......... .......... .......... 0% 415K 3m49s 2400K .......... .......... .......... .......... .......... 0% 3.53M 3m46s 2450K .......... .......... .......... .......... .......... 0% 3.18M 3m43s 2500K .......... .......... .......... .......... .......... 0% 1.87M 3m42s 2550K .......... .......... .......... .......... .......... 0% 40.2M 3m38s 2600K .......... .......... .......... .......... .......... 0% 4.11M 3m35s 2650K .......... .......... .......... .......... .......... 0% 2.11M 3m34s 2700K .......... .......... .......... .......... .......... 0% 2.99M 3m32s 2750K .......... .......... .......... .......... .......... 0% 5.65M 3m29s 2800K .......... .......... .......... .......... .......... 0% 2.77M 3m27s 2850K .......... .......... .......... .......... .......... 0% 7.58M 3m24s 2900K .......... .......... .......... .......... .......... 0% 2.88M 3m22s 2950K .......... .......... .......... .......... .......... 0% 2.35M 3m21s 3000K .......... .......... .......... .......... .......... 0% 1.84M 3m20s 3050K .......... .......... .......... .......... .......... 0% 36.3M 3m17s 3100K .......... .......... .......... .......... .......... 1% 1.96M 3m17s 3150K .......... .......... .......... .......... .......... 1% 8.12M 3m14s 3200K .......... .......... .......... .......... .......... 1% 2.15M 3m13s 3250K .......... .......... .......... .......... .......... 1% 3.85M 3m11s 3300K .......... .......... .......... .......... .......... 1% 1.63M 3m11s 3350K .......... .......... .......... .......... .......... 1% 4.08M 3m10s 3400K .......... .......... .......... .......... .......... 1% 2.57M 3m9s 3450K .......... .......... .......... .......... .......... 1% 1.96M 3m8s 3500K .......... .......... .......... .......... .......... 1% 6.28M 3m6s 3550K .......... .......... .......... .......... .......... 1% 2.01M 3m5s 3600K .......... .......... .......... .......... .......... 1% 427K 3m13s 3650K .......... .......... .......... .......... .......... 1% 1.50M 3m13s 3700K .......... .......... .......... .......... .......... 1% 1005K 3m14s 3750K .......... .......... .......... .......... .......... 1% 616K 3m18s 3800K .......... .......... .......... .......... .......... 1% 5.47M 3m16s 3850K .......... .......... .......... .......... .......... 1% 1.60M 3m16s 3900K .......... .......... .......... .......... .......... 1% 3.76M 3m15s 3950K .......... .......... .......... .......... .......... 1% 2.05M 3m14s 4000K .......... .......... .......... .......... .......... 1% 766K 3m17s 4050K .......... .......... .......... .......... .......... 1% 5.05M 3m15s 4100K .......... .......... .......... .......... .......... 1% 2.75M 3m14s 4150K .......... .......... .......... .......... .......... 1% 1.62M 3m14s 4200K .......... .......... .......... .......... .......... 1% 1.56M 3m14s 4250K .......... .......... .......... .......... .......... 1% 5.16M 3m12s 4300K .......... .......... .......... .......... .......... 1% 3.44M 3m11s 4350K .......... .......... .......... .......... .......... 1% 3.02M 3m10s 4400K .......... .......... .......... .......... .......... 1% 3.82M 3m8s 4450K .......... .......... .......... .......... .......... 1% 2.55M 3m8s 4500K .......... .......... .......... .......... .......... 1% 1.85M 3m7s 4550K .......... .......... .......... .......... .......... 1% 2.08M 3m7s 4600K .......... .......... .......... .......... .......... 1% 5.75M 3m5s 4650K .......... .......... .......... .......... .......... 1% 1.60M 3m5s 4700K .......... .......... .......... .......... .......... 1% 1.53M 3m5s 4750K .......... .......... .......... .......... .......... 1% 5.78M 3m4s 4800K .......... .......... .......... .......... .......... 1% 1.83M 3m4s 4850K .......... .......... .......... .......... .......... 1% 433K 3m9s 4900K .......... .......... .......... .......... .......... 1% 1.89M 3m9s 4950K .......... .......... .......... .......... .......... 1% 2.23M 3m8s 5000K .......... .......... .......... .......... .......... 1% 4.37M 3m7s 5050K .......... .......... .......... .......... .......... 1% 2.04M 3m7s 5100K .......... .......... .......... .......... .......... 1% 3.51M 3m6s 5150K .......... .......... .......... .......... .......... 1% 3.01M 3m5s 5200K .......... .......... .......... .......... .......... 1% 1.17M 3m5s 5250K .......... .......... .......... .......... .......... 1% 3.21M 3m4s 5300K .......... .......... .......... .......... .......... 1% 3.26M 3m4s 5350K .......... .......... .......... .......... .......... 1% 1.84M 3m3s 5400K .......... .......... .......... .......... .......... 1% 69.5M 3m2s 5450K .......... .......... .......... .......... .......... 1% 9.44M 3m0s 5500K .......... .......... .......... .......... .......... 1% 3.69M 2m59s 5550K .......... .......... .......... .......... .......... 1% 2.51M 2m59s 5600K .......... .......... .......... .......... .......... 1% 3.53M 2m58s 5650K .......... .......... .......... .......... .......... 1% 3.64M 2m57s 5700K .......... .......... .......... .......... .......... 1% 2.96M 2m56s 5750K .......... .......... .......... .......... .......... 1% 1.19M 2m57s 5800K .......... .......... .......... .......... .......... 1% 2.68M 2m56s 5850K .......... .......... .......... .......... .......... 1% 17.4M 2m55s 5900K .......... .......... .......... .......... .......... 1% 7.26M 2m54s 5950K .......... .......... .......... .......... .......... 1% 2.56M 2m53s 6000K .......... .......... .......... .......... .......... 1% 412K 2m58s 6050K .......... .......... .......... .......... .......... 1% 3.21M 2m57s 6100K .......... .......... .......... .......... .......... 1% 997K 2m58s 6150K .......... .......... .......... .......... .......... 1% 2.42M 2m58s 6200K .......... .......... .......... .......... .......... 2% 1.69M 2m58s 6250K .......... .......... .......... .......... .......... 2% 2.66M 2m57s 6300K .......... .......... .......... .......... .......... 2% 2.82M 2m57s 6350K .......... .......... .......... .......... .......... 2% 2.04M 2m56s 6400K .......... .......... .......... .......... .......... 2% 2.04M 2m56s 6450K .......... .......... .......... .......... .......... 2% 4.28M 2m55s 6500K .......... .......... .......... .......... .......... 2% 3.49M 2m55s 6550K .......... .......... .......... .......... .......... 2% 8.81M 2m53s 6600K .......... .......... .......... .......... .......... 2% 1.85M 2m53s 6650K .......... .......... .......... .......... .......... 2% 1.08M 2m54s 6700K .......... .......... .......... .......... .......... 2% 123M 2m53s 6750K .......... .......... .......... .......... .......... 2% 4.05M 2m52s 6800K .......... .......... .......... .......... .......... 2% 2.73M 2m52s 6850K .......... .......... .......... .......... .......... 2% 1.53M 2m52s 6900K .......... .......... .......... .......... .......... 2% 5.50M 2m51s 6950K .......... .......... .......... .......... .......... 2% 1.87M 2m51s 7000K .......... .......... .......... .......... .......... 2% 8.93M 2m50s 7050K .......... .......... .......... .......... .......... 2% 3.45M 2m49s 7100K .......... .......... .......... .......... .......... 2% 3.61M 2m48s 7150K .......... .......... .......... .......... .......... 2% 1.51M 2m49s 7200K .......... .......... .......... .......... .......... 2% 378K 2m53s 7250K .......... .......... .......... .......... .......... 2% 4.40M 2m52s 7300K .......... .......... .......... .......... .......... 2% 3.22M 2m52s 7350K .......... .......... .......... .......... .......... 2% 2.12M 2m51s 7400K .......... .......... .......... .......... .......... 2% 2.63M 2m51s 7450K .......... .......... .......... .......... .......... 2% 2.31M 2m51s 7500K .......... .......... .......... .......... .......... 2% 2.02M 2m50s 7550K .......... .......... .......... .......... .......... 2% 1.65M 2m51s 7600K .......... .......... .......... .......... .......... 2% 70.3M 2m49s 7650K .......... .......... .......... .......... .......... 2% 1.82M 2m49s 7700K .......... .......... .......... .......... .......... 2% 3.78M 2m49s 7750K .......... .......... .......... .......... .......... 2% 3.13M 2m48s 7800K .......... .......... .......... .......... .......... 2% 4.77M 2m48s 7850K .......... .......... .......... .......... .......... 2% 3.93M 2m47s 7900K .......... .......... .......... .......... .......... 2% 1.87M 2m47s 7950K .......... .......... .......... .......... .......... 2% 4.87M 2m46s 8000K .......... .......... .......... .......... .......... 2% 3.94M 2m46s 8050K .......... .......... .......... .......... .......... 2% 3.77M 2m45s 8100K .......... .......... .......... .......... .......... 2% 2.47M 2m45s 8150K .......... .......... .......... .......... .......... 2% 2.59M 2m44s 8200K .......... .......... .......... .......... .......... 2% 437K 2m48s 8250K .......... .......... .......... .......... .......... 2% 1.10M 2m48s 8300K .......... .......... .......... .......... .......... 2% 2.99M 2m48s 8350K .......... .......... .......... .......... .......... 2% 1.79M 2m48s 8400K .......... .......... .......... .......... .......... 2% 5.49M 2m47s 8450K .......... .......... .......... .......... .......... 2% 1.13M 2m47s 8500K .......... .......... .......... .......... .......... 2% 4.43M 2m47s 8550K .......... .......... .......... .......... .......... 2% 291K 2m52s 8600K .......... .......... .......... .......... .......... 2% 1.10M 2m52s 8650K .......... .......... .......... .......... .......... 2% 1.89M 2m52s 8700K .......... .......... .......... .......... .......... 2% 1.04M 2m53s 8750K .......... .......... .......... .......... .......... 2% 1.29M 2m53s 8800K .......... .......... .......... .......... .......... 2% 2.68M 2m53s 8850K .......... .......... .......... .......... .......... 2% 576K 2m55s 8900K .......... .......... .......... .......... .......... 2% 10.7M 2m54s 8950K .......... .......... .......... .......... .......... 2% 1.55M 2m54s 9000K .......... .......... .......... .......... .......... 2% 694K 2m55s 9050K .......... .......... .......... .......... .......... 2% 5.12M 2m55s 9100K .......... .......... .......... .......... .......... 2% 1.70M 2m55s 9150K .......... .......... .......... .......... .......... 2% 779K 2m56s 9200K .......... .......... .......... .......... .......... 2% 2.13M 2m56s 9250K .......... .......... .......... .......... .......... 2% 1.88M 2m55s 9300K .......... .......... .......... .......... .......... 3% 507K 2m58s 9350K .......... .......... .......... .......... .......... 3% 590K 2m59s 9400K .......... .......... .......... .......... .......... 3% 256K 3m5s 9450K .......... .......... .......... .......... .......... 3% 2.14M 3m4s 9500K .......... .......... .......... .......... .......... 3% 3.09M 3m4s 9550K .......... .......... .......... .......... .......... 3% 671K 3m5s 9600K .......... .......... .......... .......... .......... 3% 1.10M 3m6s 9650K .......... .......... .......... .......... .......... 3% 1.21M 3m6s 9700K .......... .......... .......... .......... .......... 3% 791K 3m7s 9750K .......... .......... .......... .......... .......... 3% 9.78M 3m6s 9800K .......... .......... .......... .......... .......... 3% 2.44M 3m6s 9850K .......... .......... .......... .......... .......... 3% 5.12M 3m5s 9900K .......... .......... .......... .......... .......... 3% 2.81M 3m5s 9950K .......... .......... .......... .......... .......... 3% 864K 3m5s 10000K .......... .......... .......... .......... .......... 3% 2.14M 3m5s 10050K .......... .......... .......... .......... .......... 3% 3.50M 3m5s 10100K .......... .......... .......... .......... .......... 3% 2.43M 3m4s 10150K .......... .......... .......... .......... .......... 3% 1.26M 3m5s 10200K .......... .......... .......... .......... .......... 3% 1.67M 3m4s 10250K .......... .......... .......... .......... .......... 3% 14.3M 3m4s 10300K .......... .......... .......... .......... .......... 3% 2.40M 3m3s 10350K .......... .......... .......... .......... .......... 3% 3.44M 3m3s 10400K .......... .......... .......... .......... .......... 3% 1.29M 3m3s 10450K .......... .......... .......... .......... .......... 3% 70.9M 3m2s 10500K .......... .......... .......... .......... .......... 3% 2.78M 3m2s 10550K .......... .......... .......... .......... .......... 3% 7.56M 3m1s 10600K .......... .......... .......... .......... .......... 3% 2.24M 3m1s 10650K .......... .......... .......... .......... .......... 3% 3.95M 3m0s 10700K .......... .......... .......... .......... .......... 3% 355K 3m3s 10750K .......... .......... .......... .......... .......... 3% 1.33M 3m3s 10800K .......... .......... .......... .......... .......... 3% 658K 3m5s 10850K .......... .......... .......... .......... .......... 3% 2.69M 3m4s 10900K .......... .......... .......... .......... .......... 3% 1.83M 3m4s 10950K .......... .......... .......... .......... .......... 3% 3.31M 3m4s 11000K .......... .......... .......... .......... .......... 3% 766K 3m5s 11050K .......... .......... .......... .......... .......... 3% 1.19M 3m5s 11100K .......... .......... .......... .......... .......... 3% 5.11M 3m4s 11150K .......... .......... .......... .......... .......... 3% 1.73M 3m4s 11200K .......... .......... .......... .......... .......... 3% 2.05M 3m4s 11250K .......... .......... .......... .......... .......... 3% 11.5M 3m3s 11300K .......... .......... .......... .......... .......... 3% 1.69M 3m3s 11350K .......... .......... .......... .......... .......... 3% 2.47M 3m3s 11400K .......... .......... .......... .......... .......... 3% 2.28M 3m3s 11450K .......... .......... .......... .......... .......... 3% 2.44M 3m2s 11500K .......... .......... .......... .......... .......... 3% 3.32M 3m2s 11550K .......... .......... .......... .......... .......... 3% 3.45M 3m1s 11600K .......... .......... .......... .......... .......... 3% 5.71M 3m1s 11650K .......... .......... .......... .......... .......... 3% 425K 3m3s 11700K .......... .......... .......... .......... .......... 3% 1.65M 3m3s 11750K .......... .......... .......... .......... .......... 3% 2.84M 3m3s 11800K .......... .......... .......... .......... .......... 3% 3.28M 3m2s 11850K .......... .......... .......... .......... .......... 3% 3.68M 3m2s 11900K .......... .......... .......... .......... .......... 3% 2.62M 3m1s 11950K .......... .......... .......... .......... .......... 3% 1007K 3m2s 12000K .......... .......... .......... .......... .......... 3% 2.34M 3m2s 12050K .......... .......... .......... .......... .......... 3% 1.79M 3m1s 12100K .......... .......... .......... .......... .......... 3% 3.59M 3m1s 12150K .......... .......... .......... .......... .......... 3% 1.19M 3m1s 12200K .......... .......... .......... .......... .......... 3% 7.11M 3m1s 12250K .......... .......... .......... .......... .......... 3% 2.13M 3m0s 12300K .......... .......... .......... .......... .......... 3% 1.08M 3m1s 12350K .......... .......... .......... .......... .......... 3% 1.24M 3m1s 12400K .......... .......... .......... .......... .......... 3% 3.19M 3m1s 12450K .......... .......... .......... .......... .......... 4% 924K 3m1s 12500K .......... .......... .......... .......... .......... 4% 2.91M 3m1s 12550K .......... .......... .......... .......... .......... 4% 2.83M 3m0s 12600K .......... .......... .......... .......... .......... 4% 3.50M 3m0s 12650K .......... .......... .......... .......... .......... 4% 3.00M 3m0s 12700K .......... .......... .......... .......... .......... 4% 348K 3m2s 12750K .......... .......... .......... .......... .......... 4% 1.64M 3m2s 12800K .......... .......... .......... .......... .......... 4% 3.06M 3m2s 12850K .......... .......... .......... .......... .......... 4% 811K 3m3s 12900K .......... .......... .......... .......... .......... 4% 2.38M 3m2s 12950K .......... .......... .......... .......... .......... 4% 1.42M 3m2s 13000K .......... .......... .......... .......... .......... 4% 7.78M 3m2s 13050K .......... .......... .......... .......... .......... 4% 2.82M 3m1s 13100K .......... .......... .......... .......... .......... 4% 7.49M 3m1s 13150K .......... .......... .......... .......... .......... 4% 691K 3m2s 13200K .......... .......... .......... .......... .......... 4% 67.4M 3m1s 13250K .......... .......... .......... .......... .......... 4% 4.52M 3m1s 13300K .......... .......... .......... .......... .......... 4% 3.08M 3m0s 13350K .......... .......... .......... .......... .......... 4% 887K 3m1s 13400K .......... .......... .......... .......... .......... 4% 4.83M 3m0s 13450K .......... .......... .......... .......... .......... 4% 40.1M 3m0s 13500K .......... .......... .......... .......... .......... 4% 2.72M 2m59s 13550K .......... .......... .......... .......... .......... 4% 3.95M 2m59s 13600K .......... .......... .......... .......... .......... 4% 1.17M 2m59s 13650K .......... .......... .......... .......... .......... 4% 6.15M 2m59s 13700K .......... .......... .......... .......... .......... 4% 476K 3m0s 13750K .......... .......... .......... .......... .......... 4% 6.48M 3m0s 13800K .......... .......... .......... .......... .......... 4% 1.90M 3m0s 13850K .......... .......... .......... .......... .......... 4% 1.24M 3m0s 13900K .......... .......... .......... .......... .......... 4% 1.19M 3m0s 13950K .......... .......... .......... .......... .......... 4% 2.82M 3m0s 14000K .......... .......... .......... .......... .......... 4% 2.10M 3m0s 14050K .......... .......... .......... .......... .......... 4% 508K 3m1s 14100K .......... .......... .......... .......... .......... 4% 1.75M 3m1s 14150K .......... .......... .......... .......... .......... 4% 1.59M 3m1s 14200K .......... .......... .......... .......... .......... 4% 2.74M 3m1s 14250K .......... .......... .......... .......... .......... 4% 2.77M 3m0s 14300K .......... .......... .......... .......... .......... 4% 982K 3m1s 14350K .......... .......... .......... .......... .......... 4% 1.71M 3m1s 14400K .......... .......... .......... .......... .......... 4% 2.57M 3m0s 14450K .......... .......... .......... .......... .......... 4% 1.09M 3m1s 14500K .......... .......... .......... .......... .......... 4% 2.12M 3m0s 14550K .......... .......... .......... .......... .......... 4% 749K 3m1s 14600K .......... .......... .......... .......... .......... 4% 883K 3m2s 14650K .......... .......... .......... .......... .......... 4% 60.0K 3m18s 14700K .......... .......... .......... .......... .......... 4% 255M 3m17s 14750K .......... .......... .......... .......... .......... 4% 240M 3m16s 14800K .......... .......... .......... .......... .......... 4% 371M 3m16s 14850K .......... .......... .......... .......... .......... 4% 325M 3m15s 14900K .......... .......... .......... .......... .......... 4% 350M 3m14s 14950K .......... .......... .......... .......... .......... 4% 352M 3m14s 15000K .......... .......... .......... .......... .......... 4% 395M 3m13s 15050K .......... .......... .......... .......... .......... 4% 409M 3m12s 15100K .......... .......... .......... .......... .......... 4% 390M 3m12s 15150K .......... .......... .......... .......... .......... 4% 786K 3m12s 15200K .......... .......... .......... .......... .......... 4% 357M 3m12s 15250K .......... .......... .......... .......... .......... 4% 399M 3m11s 15300K .......... .......... .......... .......... .......... 4% 395M 3m10s 15350K .......... .......... .......... .......... .......... 4% 111K 3m18s 15400K .......... .......... .......... .......... .......... 4% 137K 3m25s 15450K .......... .......... .......... .......... .......... 4% 166M 3m24s 15500K .......... .......... .......... .......... .......... 4% 29.6M 3m23s 15550K .......... .......... .......... .......... .......... 5% 171M 3m23s 15600K .......... .......... .......... .......... .......... 5% 208M 3m22s 15650K .......... .......... .......... .......... .......... 5% 208M 3m21s 15700K .......... .......... .......... .......... .......... 5% 189M 3m21s 15750K .......... .......... .......... .......... .......... 5% 153M 3m20s 15800K .......... .......... .......... .......... .......... 5% 176M 3m19s 15850K .......... .......... .......... .......... .......... 5% 165M 3m19s 15900K .......... .......... .......... .......... .......... 5% 174M 3m18s 15950K .......... .......... .......... .......... .......... 5% 148M 3m17s 16000K .......... .......... .......... .......... .......... 5% 4.61M 3m17s 16050K .......... .......... .......... .......... .......... 5% 2.44M 3m17s 16100K .......... .......... .......... .......... .......... 5% 1.47M 3m17s 16150K .......... .......... .......... .......... .......... 5% 1.46M 3m17s 16200K .......... .......... .......... .......... .......... 5% 4.07M 3m16s 16250K .......... .......... .......... .......... .......... 5% 2.52M 3m16s 16300K .......... .......... .......... .......... .......... 5% 2.56M 3m16s 16350K .......... .......... .......... .......... .......... 5% 1.69M 3m15s 16400K .......... .......... .......... .......... .......... 5% 1.10M 3m16s 16450K .......... .......... .......... .......... .......... 5% 5.74M 3m15s 16500K .......... .......... .......... .......... .......... 5% 1.79M 3m15s 16550K .......... .......... .......... .......... .......... 5% 1.36M 3m15s 16600K .......... .......... .......... .......... .......... 5% 10.7M 3m14s 16650K .......... .......... .......... .......... .......... 5% 925K 3m15s 16700K .......... .......... .......... .......... .......... 5% 1.27M 3m15s 16750K .......... .......... .......... .......... .......... 5% 263K 3m18s 16800K .......... .......... .......... .......... .......... 5% 5.51M 3m17s 16850K .......... .......... .......... .......... .......... 5% 676K 3m18s 16900K .......... .......... .......... .......... .......... 5% 817K 3m18s 16950K .......... .......... .......... .......... .......... 5% 1.11M 3m18s 17000K .......... .......... .......... .......... .......... 5% 2.89M 3m18s 17050K .......... .......... .......... .......... .......... 5% 1.29M 3m18s 17100K .......... .......... .......... .......... .......... 5% 25.5M 3m18s 17150K .......... .......... .......... .......... .......... 5% 3.81M 3m17s 17200K .......... .......... .......... .......... .......... 5% 1017K 3m17s 17250K .......... .......... .......... .......... .......... 5% 1.92M 3m17s 17300K .......... .......... .......... .......... .......... 5% 2.53M 3m17s 17350K .......... .......... .......... .......... .......... 5% 9.94M 3m16s 17400K .......... .......... .......... .......... .......... 5% 2.56M 3m16s 17450K .......... .......... .......... .......... .......... 5% 1.34M 3m16s 17500K .......... .......... .......... .......... .......... 5% 3.30M 3m16s 17550K .......... .......... .......... .......... .......... 5% 980K 3m16s 17600K .......... .......... .......... .......... .......... 5% 856K 3m16s 17650K .......... .......... .......... .......... .......... 5% 15.2M 3m16s 17700K .......... .......... .......... .......... .......... 5% 1.97M 3m16s 17750K .......... .......... .......... .......... .......... 5% 6.55M 3m15s 17800K .......... .......... .......... .......... .......... 5% 1.11M 3m15s 17850K .......... .......... .......... .......... .......... 5% 1.39M 3m15s 17900K .......... .......... .......... .......... .......... 5% 5.10M 3m15s 17950K .......... .......... .......... .......... .......... 5% 2.99M 3m15s 18000K .......... .......... .......... .......... .......... 5% 1.34M 3m15s 18050K .......... .......... .......... .......... .......... 5% 359K 3m16s 18100K .......... .......... .......... .......... .......... 5% 2.07M 3m16s 18150K .......... .......... .......... .......... .......... 5% 1.39M 3m16s 18200K .......... .......... .......... .......... .......... 5% 3.08M 3m16s 18250K .......... .......... .......... .......... .......... 5% 1.74M 3m16s 18300K .......... .......... .......... .......... .......... 5% 2.34M 3m16s 18350K .......... .......... .......... .......... .......... 5% 1.20M 3m16s 18400K .......... .......... .......... .......... .......... 5% 2.28M 3m15s 18450K .......... .......... .......... .......... .......... 5% 1.27M 3m15s 18500K .......... .......... .......... .......... .......... 5% 1.71M 3m15s 18550K .......... .......... .......... .......... .......... 5% 1.41M 3m15s 18600K .......... .......... .......... .......... .......... 5% 2.91M 3m15s 18650K .......... .......... .......... .......... .......... 6% 3.36M 3m15s 18700K .......... .......... .......... .......... .......... 6% 2.72M 3m14s 18750K .......... .......... .......... .......... .......... 6% 915K 3m15s 18800K .......... .......... .......... .......... .......... 6% 2.37M 3m15s 18850K .......... .......... .......... .......... .......... 6% 3.20M 3m14s 18900K .......... .......... .......... .......... .......... 6% 1.56M 3m14s 18950K .......... .......... .......... .......... .......... 6% 2.09M 3m14s 19000K .......... .......... .......... .......... .......... 6% 1.80M 3m14s 19050K .......... .......... .......... .......... .......... 6% 1.30M 3m14s 19100K .......... .......... .......... .......... .......... 6% 2.76M 3m14s 19150K .......... .......... .......... .......... .......... 6% 1.84M 3m13s 19200K .......... .......... .......... .......... .......... 6% 2.82M 3m13s 19250K .......... .......... .......... .......... .......... 6% 2.38M 3m13s 19300K .......... .......... .......... .......... .......... 6% 1.50M 3m13s 19350K .......... .......... .......... .......... .......... 6% 1.91M 3m13s 19400K .......... .......... .......... .......... .......... 6% 2.56M 3m13s 19450K .......... .......... .......... .......... .......... 6% 3.21M 3m12s 19500K .......... .......... .......... .......... .......... 6% 1.88M 3m12s 19550K .......... .......... .......... .......... .......... 6% 1.00M 3m12s 19600K .......... .......... .......... .......... .......... 6% 2.92M 3m12s 19650K .......... .......... .......... .......... .......... 6% 1.35M 3m12s 19700K .......... .......... .......... .......... .......... 6% 1.16M 3m12s 19750K .......... .......... .......... .......... .......... 6% 4.34M 3m12s 19800K .......... .......... .......... .......... .......... 6% 2.73M 3m12s 19850K .......... .......... .......... .......... .......... 6% 2.48M 3m11s 19900K .......... .......... .......... .......... .......... 6% 1.51M 3m11s 19950K .......... .......... .......... .......... .......... 6% 1.48M 3m11s 20000K .......... .......... .......... .......... .......... 6% 1021K 3m11s 20050K .......... .......... .......... .......... .......... 6% 1.35M 3m11s 20100K .......... .......... .......... .......... .......... 6% 15.9M 3m11s 20150K .......... .......... .......... .......... .......... 6% 2.20M 3m11s 20200K .......... .......... .......... .......... .......... 6% 3.09M 3m11s 20250K .......... .......... .......... .......... .......... 6% 7.09M 3m10s 20300K .......... .......... .......... .......... .......... 6% 3.69M 3m10s 20350K .......... .......... .......... .......... .......... 6% 1.19M 3m10s 20400K .......... .......... .......... .......... .......... 6% 3.38M 3m10s 20450K .......... .......... .......... .......... .......... 6% 2.30M 3m9s 20500K .......... .......... .......... .......... .......... 6% 1.73M 3m9s 20550K .......... .......... .......... .......... .......... 6% 2.03M 3m9s 20600K .......... .......... .......... .......... .......... 6% 1.63M 3m9s 20650K .......... .......... .......... .......... .......... 6% 2.56M 3m9s 20700K .......... .......... .......... .......... .......... 6% 3.56M 3m9s 20750K .......... .......... .......... .......... .......... 6% 1.27M 3m9s 20800K .......... .......... .......... .......... .......... 6% 965K 3m9s 20850K .......... .......... .......... .......... .......... 6% 47.7M 3m8s 20900K .......... .......... .......... .......... .......... 6% 1.95M 3m8s 20950K .......... .......... .......... .......... .......... 6% 4.58M 3m8s 21000K .......... .......... .......... .......... .......... 6% 1.57M 3m8s 21050K .......... .......... .......... .......... .......... 6% 3.96M 3m8s 21100K .......... .......... .......... .......... .......... 6% 2.20M 3m7s 21150K .......... .......... .......... .......... .......... 6% 738K 3m8s 21200K .......... .......... .......... .......... .......... 6% 3.96M 3m8s 21250K .......... .......... .......... .......... .......... 6% 1.92M 3m7s 21300K .......... .......... .......... .......... .......... 6% 1.53M 3m7s 21350K .......... .......... .......... .......... .......... 6% 2.50M 3m7s 21400K .......... .......... .......... .......... .......... 6% 1.11M 3m7s 21450K .......... .......... .......... .......... .......... 6% 3.51M 3m7s 21500K .......... .......... .......... .......... .......... 6% 2.78M 3m7s 21550K .......... .......... .......... .......... .......... 6% 1.18M 3m7s 21600K .......... .......... .......... .......... .......... 6% 2.68M 3m7s 21650K .......... .......... .......... .......... .......... 6% 5.32M 3m6s 21700K .......... .......... .......... .......... .......... 6% 3.09M 3m6s 21750K .......... .......... .......... .......... .......... 6% 443K 3m7s 21800K .......... .......... .......... .......... .......... 7% 1.98M 3m7s 21850K .......... .......... .......... .......... .......... 7% 1.42M 3m7s 21900K .......... .......... .......... .......... .......... 7% 2.54M 3m7s 21950K .......... .......... .......... .......... .......... 7% 2.96M 3m7s 22000K .......... .......... .......... .......... .......... 7% 2.98M 3m6s 22050K .......... .......... .......... .......... .......... 7% 1.65M 3m6s 22100K .......... .......... .......... .......... .......... 7% 2.94M 3m6s 22150K .......... .......... .......... .......... .......... 7% 2.52M 3m6s 22200K .......... .......... .......... .......... .......... 7% 1.85M 3m6s 22250K .......... .......... .......... .......... .......... 7% 2.30M 3m6s 22300K .......... .......... .......... .......... .......... 7% 1.66M 3m5s 22350K .......... .......... .......... .......... .......... 7% 1.78M 3m5s 22400K .......... .......... .......... .......... .......... 7% 2.99M 3m5s 22450K .......... .......... .......... .......... .......... 7% 2.90M 3m5s 22500K .......... .......... .......... .......... .......... 7% 2.27M 3m5s 22550K .......... .......... .......... .......... .......... 7% 1.94M 3m5s 22600K .......... .......... .......... .......... .......... 7% 1.72M 3m5s 22650K .......... .......... .......... .......... .......... 7% 3.29M 3m4s 22700K .......... .......... .......... .......... .......... 7% 2.79M 3m4s 22750K .......... .......... .......... .......... .......... 7% 827K 3m4s 22800K .......... .......... .......... .......... .......... 7% 1.92M 3m4s 22850K .......... .......... .......... .......... .......... 7% 11.9M 3m4s 22900K .......... .......... .......... .......... .......... 7% 5.00M 3m4s 22950K .......... .......... .......... .......... .......... 7% 2.39M 3m3s 23000K .......... .......... .......... .......... .......... 7% 1.82M 3m3s 23050K .......... .......... .......... .......... .......... 7% 3.02M 3m3s 23100K .......... .......... .......... .......... .......... 7% 1.21M 3m3s 23150K .......... .......... .......... .......... .......... 7% 820K 3m4s 23200K .......... .......... .......... .......... .......... 7% 42.9M 3m3s 23250K .......... .......... .......... .......... .......... 7% 5.16M 3m3s 23300K .......... .......... .......... .......... .......... 7% 3.72M 3m3s 23350K .......... .......... .......... .......... .......... 7% 291K 3m4s 23400K .......... .......... .......... .......... .......... 7% 592K 3m5s 23450K .......... .......... .......... .......... .......... 7% 2.19M 3m5s 23500K .......... .......... .......... .......... .......... 7% 2.24M 3m5s 23550K .......... .......... .......... .......... .......... 7% 2.11M 3m4s 23600K .......... .......... .......... .......... .......... 7% 1.63M 3m4s 23650K .......... .......... .......... .......... .......... 7% 1.72M 3m4s 23700K .......... .......... .......... .......... .......... 7% 784K 3m5s 23750K .......... .......... .......... .......... .......... 7% 108K 3m10s 23800K .......... .......... .......... .......... .......... 7% 73.9M 3m9s 23850K .......... .......... .......... .......... .......... 7% 83.0M 3m9s 23900K .......... .......... .......... .......... .......... 7% 83.6M 3m9s 23950K .......... .......... .......... .......... .......... 7% 71.6M 3m8s 24000K .......... .......... .......... .......... .......... 7% 85.8M 3m8s 24050K .......... .......... .......... .......... .......... 7% 84.5M 3m7s 24100K .......... .......... .......... .......... .......... 7% 71.6M 3m7s 24150K .......... .......... .......... .......... .......... 7% 98.5M 3m6s 24200K .......... .......... .......... .......... .......... 7% 6.32M 3m6s 24250K .......... .......... .......... .......... .......... 7% 3.11M 3m6s 24300K .......... .......... .......... .......... .......... 7% 957K 3m6s 24350K .......... .......... .......... .......... .......... 7% 534K 3m7s 24400K .......... .......... .......... .......... .......... 7% 892K 3m7s 24450K .......... .......... .......... .......... .......... 7% 2.47M 3m7s 24500K .......... .......... .......... .......... .......... 7% 756K 3m7s 24550K .......... .......... .......... .......... .......... 7% 439K 3m8s 24600K .......... .......... .......... .......... .......... 7% 802K 3m8s 24650K .......... .......... .......... .......... .......... 7% 1.75M 3m8s 24700K .......... .......... .......... .......... .......... 7% 530K 3m9s 24750K .......... .......... .......... .......... .......... 7% 2.88M 3m9s 24800K .......... .......... .......... .......... .......... 7% 463K 3m10s 24850K .......... .......... .......... .......... .......... 7% 548K 3m10s 24900K .......... .......... .......... .......... .......... 8% 70.9K 3m18s 24950K .......... .......... .......... .......... .......... 8% 180M 3m18s 25000K .......... .......... .......... .......... .......... 8% 245M 3m17s 25050K .......... .......... .......... .......... .......... 8% 236M 3m17s 25100K .......... .......... .......... .......... .......... 8% 238M 3m16s 25150K .......... .......... .......... .......... .......... 8% 206M 3m16s 25200K .......... .......... .......... .......... .......... 8% 227M 3m15s 25250K .......... .......... .......... .......... .......... 8% 241M 3m15s 25300K .......... .......... .......... .......... .......... 8% 246M 3m15s 25350K .......... .......... .......... .......... .......... 8% 217M 3m14s 25400K .......... .......... .......... .......... .......... 8% 245M 3m14s 25450K .......... .......... .......... .......... .......... 8% 247M 3m13s 25500K .......... .......... .......... .......... .......... 8% 245M 3m13s 25550K .......... .......... .......... .......... .......... 8% 1.58M 3m13s 25600K .......... .......... .......... .......... .......... 8% 765K 3m13s 25650K .......... .......... .......... .......... .......... 8% 1.68M 3m13s 25700K .......... .......... .......... .......... .......... 8% 537K 3m14s 25750K .......... .......... .......... .......... .......... 8% 1.44M 3m14s 25800K .......... .......... .......... .......... .......... 8% 1.41M 3m14s 25850K .......... .......... .......... .......... .......... 8% 3.26M 3m13s 25900K .......... .......... .......... .......... .......... 8% 1.95M 3m13s 25950K .......... .......... .......... .......... .......... 8% 1.92M 3m13s 26000K .......... .......... .......... .......... .......... 8% 1.29M 3m13s 26050K .......... .......... .......... .......... .......... 8% 5.30M 3m13s 26100K .......... .......... .......... .......... .......... 8% 3.83M 3m13s 26150K .......... .......... .......... .......... .......... 8% 3.39M 3m12s 26200K .......... .......... .......... .......... .......... 8% 3.05M 3m12s 26250K .......... .......... .......... .......... .......... 8% 1.47M 3m12s 26300K .......... .......... .......... .......... .......... 8% 953K 3m12s 26350K .......... .......... .......... .......... .......... 8% 2.45M 3m12s 26400K .......... .......... .......... .......... .......... 8% 286K 3m14s 26450K .......... .......... .......... .......... .......... 8% 2.23M 3m13s 26500K .......... .......... .......... .......... .......... 8% 1.14M 3m13s 26550K .......... .......... .......... .......... .......... 8% 1.83M 3m13s 26600K .......... .......... .......... .......... .......... 8% 2.98M 3m13s 26650K .......... .......... .......... .......... .......... 8% 2.87M 3m13s 26700K .......... .......... .......... .......... .......... 8% 2.75M 3m13s 26750K .......... .......... .......... .......... .......... 8% 1.75M 3m13s 26800K .......... .......... .......... .......... .......... 8% 1.94M 3m13s 26850K .......... .......... .......... .......... .......... 8% 2.76M 3m12s 26900K .......... .......... .......... .......... .......... 8% 3.31M 3m12s 26950K .......... .......... .......... .......... .......... 8% 2.88M 3m12s 27000K .......... .......... .......... .......... .......... 8% 2.09M 3m12s 27050K .......... .......... .......... .......... .......... 8% 2.23M 3m12s 27100K .......... .......... .......... .......... .......... 8% 462K 3m12s 27150K .......... .......... .......... .......... .......... 8% 1.69M 3m12s 27200K .......... .......... .......... .......... .......... 8% 957K 3m12s 27250K .......... .......... .......... .......... .......... 8% 18.8M 3m12s 27300K .......... .......... .......... .......... .......... 8% 2.73M 3m12s 27350K .......... .......... .......... .......... .......... 8% 3.96M 3m12s 27400K .......... .......... .......... .......... .......... 8% 2.82M 3m11s 27450K .......... .......... .......... .......... .......... 8% 2.15M 3m11s 27500K .......... .......... .......... .......... .......... 8% 1.71M 3m11s 27550K .......... .......... .......... .......... .......... 8% 1.80M 3m11s 27600K .......... .......... .......... .......... .......... 8% 3.20M 3m11s 27650K .......... .......... .......... .......... .......... 8% 3.51M 3m11s 27700K .......... .......... .......... .......... .......... 8% 2.23M 3m10s 27750K .......... .......... .......... .......... .......... 8% 1.68M 3m10s 27800K .......... .......... .......... .......... .......... 8% 2.91M 3m10s 27850K .......... .......... .......... .......... .......... 8% 2.84M 3m10s 27900K .......... .......... .......... .......... .......... 8% 2.87M 3m10s 27950K .......... .......... .......... .......... .......... 8% 719K 3m10s 28000K .......... .......... .......... .......... .......... 9% 1.48M 3m10s 28050K .......... .......... .......... .......... .......... 9% 1.01M 3m10s 28100K .......... .......... .......... .......... .......... 9% 3.12M 3m10s 28150K .......... .......... .......... .......... .......... 9% 1.23M 3m10s 28200K .......... .......... .......... .......... .......... 9% 831K 3m10s 28250K .......... .......... .......... .......... .......... 9% 1.96M 3m10s 28300K .......... .......... .......... .......... .......... 9% 894K 3m10s 28350K .......... .......... .......... .......... .......... 9% 214K 3m12s 28400K .......... .......... .......... .......... .......... 9% 594K 3m13s 28450K .......... .......... .......... .......... .......... 9% 1.67M 3m13s 28500K .......... .......... .......... .......... .......... 9% 1.26M 3m13s 28550K .......... .......... .......... .......... .......... 9% 887K 3m13s 28600K .......... .......... .......... .......... .......... 9% 2.24M 3m13s 28650K .......... .......... .......... .......... .......... 9% 915K 3m13s 28700K .......... .......... .......... .......... .......... 9% 3.72M 3m13s 28750K .......... .......... .......... .......... .......... 9% 1.46M 3m13s 28800K .......... .......... .......... .......... .......... 9% 5.42M 3m12s 28850K .......... .......... .......... .......... .......... 9% 1.67M 3m12s 28900K .......... .......... .......... .......... .......... 9% 688K 3m13s 28950K .......... .......... .......... .......... .......... 9% 2.87M 3m12s 29000K .......... .......... .......... .......... .......... 9% 1.31M 3m12s 29050K .......... .......... .......... .......... .......... 9% 1019K 3m12s 29100K .......... .......... .......... .......... .......... 9% 771K 3m13s 29150K .......... .......... .......... .......... .......... 9% 461K 3m13s 29200K .......... .......... .......... .......... .......... 9% 2.90M 3m13s 29250K .......... .......... .......... .......... .......... 9% 3.08M 3m13s 29300K .......... .......... .......... .......... .......... 9% 2.42M 3m13s 29350K .......... .......... .......... .......... .......... 9% 881K 3m13s 29400K .......... .......... .......... .......... .......... 9% 4.06M 3m13s 29450K .......... .......... .......... .......... .......... 9% 70.9K 3m19s 29500K .......... .......... .......... .......... .......... 9% 354M 3m19s 29550K .......... .......... .......... .......... .......... 9% 335M 3m18s 29600K .......... .......... .......... .......... .......... 9% 395M 3m18s 29650K .......... .......... .......... .......... .......... 9% 402M 3m18s 29700K .......... .......... .......... .......... .......... 9% 403M 3m17s 29750K .......... .......... .......... .......... .......... 9% 363M 3m17s 29800K .......... .......... .......... .......... .......... 9% 353M 3m17s 29850K .......... .......... .......... .......... .......... 9% 388M 3m16s 29900K .......... .......... .......... .......... .......... 9% 392M 3m16s 29950K .......... .......... .......... .......... .......... 9% 347M 3m15s 30000K .......... .......... .......... .......... .......... 9% 93.2M 3m15s 30050K .......... .......... .......... .......... .......... 9% 1.74M 3m15s 30100K .......... .......... .......... .......... .......... 9% 1.21M 3m15s 30150K .......... .......... .......... .......... .......... 9% 2.15M 3m15s 30200K .......... .......... .......... .......... .......... 9% 2.05M 3m15s 30250K .......... .......... .......... .......... .......... 9% 2.16M 3m15s 30300K .......... .......... .......... .......... .......... 9% 5.82M 3m14s 30350K .......... .......... .......... .......... .......... 9% 1.26M 3m14s 30400K .......... .......... .......... .......... .......... 9% 4.05M 3m14s 30450K .......... .......... .......... .......... .......... 9% 1.89M 3m14s 30500K .......... .......... .......... .......... .......... 9% 62.8M 3m14s 30550K .......... .......... .......... .......... .......... 9% 2.92M 3m13s 30600K .......... .......... .......... .......... .......... 9% 1.42M 3m13s 30650K .......... .......... .......... .......... .......... 9% 2.15M 3m13s 30700K .......... .......... .......... .......... .......... 9% 2.60M 3m13s 30750K .......... .......... .......... .......... .......... 9% 381K 3m14s 30800K .......... .......... .......... .......... .......... 9% 2.68M 3m14s 30850K .......... .......... .......... .......... .......... 9% 3.98M 3m14s 30900K .......... .......... .......... .......... .......... 9% 1.39M 3m14s 30950K .......... .......... .......... .......... .......... 9% 8.53M 3m13s 31000K .......... .......... .......... .......... .......... 9% 3.00M 3m13s 31050K .......... .......... .......... .......... .......... 9% 2.27M 3m13s 31100K .......... .......... .......... .......... .......... 9% 1.61M 3m13s 31150K .......... .......... .......... .......... .......... 10% 2.03M 3m13s 31200K .......... .......... .......... .......... .......... 10% 1.88M 3m13s 31250K .......... .......... .......... .......... .......... 10% 1.09M 3m13s 31300K .......... .......... .......... .......... .......... 10% 2.08M 3m12s 31350K .......... .......... .......... .......... .......... 10% 2.51M 3m12s 31400K .......... .......... .......... .......... .......... 10% 3.46M 3m12s 31450K .......... .......... .......... .......... .......... 10% 1.68M 3m12s 31500K .......... .......... .......... .......... .......... 10% 3.24M 3m12s 31550K .......... .......... .......... .......... .......... 10% 2.02M 3m12s 31600K .......... .......... .......... .......... .......... 10% 1.89M 3m12s 31650K .......... .......... .......... .......... .......... 10% 1.51M 3m12s 31700K .......... .......... .......... .......... .......... 10% 1.84M 3m11s 31750K .......... .......... .......... .......... .......... 10% 1.81M 3m11s 31800K .......... .......... .......... .......... .......... 10% 5.69M 3m11s 31850K .......... .......... .......... .......... .......... 10% 3.79M 3m11s 31900K .......... .......... .......... .......... .......... 10% 2.64M 3m11s 31950K .......... .......... .......... .......... .......... 10% 972K 3m11s 32000K .......... .......... .......... .......... .......... 10% 463K 3m11s 32050K .......... .......... .......... .......... .......... 10% 2.19M 3m11s 32100K .......... .......... .......... .......... .......... 10% 2.14M 3m11s 32150K .......... .......... .......... .......... .......... 10% 1.78M 3m11s 32200K .......... .......... .......... .......... .......... 10% 1.76M 3m11s 32250K .......... .......... .......... .......... .......... 10% 6.56M 3m11s 32300K .......... .......... .......... .......... .......... 10% 3.00M 3m11s 32350K .......... .......... .......... .......... .......... 10% 701K 3m11s 32400K .......... .......... .......... .......... .......... 10% 6.67M 3m11s 32450K .......... .......... .......... .......... .......... 10% 3.11M 3m10s 32500K .......... .......... .......... .......... .......... 10% 5.94M 3m10s 32550K .......... .......... .......... .......... .......... 10% 4.72M 3m10s 32600K .......... .......... .......... .......... .......... 10% 884K 3m10s 32650K .......... .......... .......... .......... .......... 10% 2.42M 3m10s 32700K .......... .......... .......... .......... .......... 10% 2.02M 3m10s 32750K .......... .......... .......... .......... .......... 10% 1.17M 3m10s 32800K .......... .......... .......... .......... .......... 10% 1.33M 3m10s 32850K .......... .......... .......... .......... .......... 10% 2.11M 3m10s 32900K .......... .......... .......... .......... .......... 10% 1.71M 3m10s 32950K .......... .......... .......... .......... .......... 10% 6.15M 3m9s 33000K .......... .......... .......... .......... .......... 10% 1.55M 3m9s 33050K .......... .......... .......... .......... .......... 10% 15.2M 3m9s 33100K .......... .......... .......... .......... .......... 10% 400K 3m10s 33150K .......... .......... .......... .......... .......... 10% 845K 3m10s 33200K .......... .......... .......... .......... .......... 10% 2.09M 3m10s 33250K .......... .......... .......... .......... .......... 10% 2.99M 3m10s 33300K .......... .......... .......... .......... .......... 10% 3.69M 3m9s 33350K .......... .......... .......... .......... .......... 10% 2.08M 3m9s 33400K .......... .......... .......... .......... .......... 10% 1.93M 3m9s 33450K .......... .......... .......... .......... .......... 10% 1.11M 3m9s 33500K .......... .......... .......... .......... .......... 10% 5.77M 3m9s 33550K .......... .......... .......... .......... .......... 10% 1.06M 3m9s 33600K .......... .......... .......... .......... .......... 10% 1.45M 3m9s 33650K .......... .......... .......... .......... .......... 10% 3.60M 3m9s 33700K .......... .......... .......... .......... .......... 10% 31.7M 3m8s 33750K .......... .......... .......... .......... .......... 10% 3.13M 3m8s 33800K .......... .......... .......... .......... .......... 10% 3.73M 3m8s 33850K .......... .......... .......... .......... .......... 10% 735K 3m8s 33900K .......... .......... .......... .......... .......... 10% 227M 3m8s 33950K .......... .......... .......... .......... .......... 10% 1.34M 3m8s 34000K .......... .......... .......... .......... .......... 10% 1.70M 3m8s 34050K .......... .......... .......... .......... .......... 10% 428K 3m9s 34100K .......... .......... .......... .......... .......... 10% 2.36M 3m8s 34150K .......... .......... .......... .......... .......... 10% 2.96M 3m8s 34200K .......... .......... .......... .......... .......... 10% 2.35M 3m8s 34250K .......... .......... .......... .......... .......... 11% 2.22M 3m8s 34300K .......... .......... .......... .......... .......... 11% 1.72M 3m8s 34350K .......... .......... .......... .......... .......... 11% 3.40M 3m8s 34400K .......... .......... .......... .......... .......... 11% 891K 3m8s 34450K .......... .......... .......... .......... .......... 11% 1.72M 3m8s 34500K .......... .......... .......... .......... .......... 11% 2.28M 3m8s 34550K .......... .......... .......... .......... .......... 11% 7.73M 3m7s 34600K .......... .......... .......... .......... .......... 11% 2.72M 3m7s 34650K .......... .......... .......... .......... .......... 11% 2.10M 3m7s 34700K .......... .......... .......... .......... .......... 11% 5.28M 3m7s 34750K .......... .......... .......... .......... .......... 11% 2.13M 3m7s 34800K .......... .......... .......... .......... .......... 11% 1.95M 3m7s 34850K .......... .......... .......... .......... .......... 11% 1.17M 3m7s 34900K .......... .......... .......... .......... .......... 11% 4.96M 3m6s 34950K .......... .......... .......... .......... .......... 11% 1.69M 3m6s 35000K .......... .......... .......... .......... .......... 11% 3.20M 3m6s 35050K .......... .......... .......... .......... .......... 11% 258K 3m7s 35100K .......... .......... .......... .......... .......... 11% 1.87M 3m7s 35150K .......... .......... .......... .......... .......... 11% 607K 3m8s 35200K .......... .......... .......... .......... .......... 11% 2.45M 3m8s 35250K .......... .......... .......... .......... .......... 11% 783K 3m8s 35300K .......... .......... .......... .......... .......... 11% 1.87M 3m8s 35350K .......... .......... .......... .......... .......... 11% 2.43M 3m7s 35400K .......... .......... .......... .......... .......... 11% 1.69M 3m7s 35450K .......... .......... .......... .......... .......... 11% 1.99M 3m7s 35500K .......... .......... .......... .......... .......... 11% 2.13M 3m7s 35550K .......... .......... .......... .......... .......... 11% 3.26M 3m7s 35600K .......... .......... .......... .......... .......... 11% 2.20M 3m7s 35650K .......... .......... .......... .......... .......... 11% 1.17M 3m7s 35700K .......... .......... .......... .......... .......... 11% 3.56M 3m7s 35750K .......... .......... .......... .......... .......... 11% 3.45M 3m7s 35800K .......... .......... .......... .......... .......... 11% 2.98M 3m6s 35850K .......... .......... .......... .......... .......... 11% 2.61M 3m6s 35900K .......... .......... .......... .......... .......... 11% 947K 3m6s 35950K .......... .......... .......... .......... .......... 11% 2.40M 3m6s 36000K .......... .......... .......... .......... .......... 11% 5.81M 3m6s 36050K .......... .......... .......... .......... .......... 11% 2.65M 3m6s 36100K .......... .......... .......... .......... .......... 11% 1.88M 3m6s 36150K .......... .......... .......... .......... .......... 11% 8.85M 3m5s 36200K .......... .......... .......... .......... .......... 11% 2.08M 3m5s 36250K .......... .......... .......... .......... .......... 11% 450K 3m6s 36300K .......... .......... .......... .......... .......... 11% 1.47M 3m6s 36350K .......... .......... .......... .......... .......... 11% 1.27M 3m6s 36400K .......... .......... .......... .......... .......... 11% 1.50M 3m6s 36450K .......... .......... .......... .......... .......... 11% 6.93M 3m6s 36500K .......... .......... .......... .......... .......... 11% 3.24M 3m5s 36550K .......... .......... .......... .......... .......... 11% 3.10M 3m5s 36600K .......... .......... .......... .......... .......... 11% 1.70M 3m5s 36650K .......... .......... .......... .......... .......... 11% 1.73M 3m5s 36700K .......... .......... .......... .......... .......... 11% 82.1M 3m5s 36750K .......... .......... .......... .......... .......... 11% 1.73M 3m5s 36800K .......... .......... .......... .......... .......... 11% 3.35M 3m5s 36850K .......... .......... .......... .......... .......... 11% 2.42M 3m4s 36900K .......... .......... .......... .......... .......... 11% 3.53M 3m4s 36950K .......... .......... .......... .......... .......... 11% 2.04M 3m4s 37000K .......... .......... .......... .......... .......... 11% 3.90M 3m4s 37050K .......... .......... .......... .......... .......... 11% 3.00M 3m4s 37100K .......... .......... .......... .......... .......... 11% 1.35M 3m4s 37150K .......... .......... .......... .......... .......... 11% 1019K 3m4s 37200K .......... .......... .......... .......... .......... 11% 5.13M 3m4s 37250K .......... .......... .......... .......... .......... 11% 742K 3m4s 37300K .......... .......... .......... .......... .......... 11% 2.21M 3m4s 37350K .......... .......... .......... .......... .......... 12% 2.57M 3m4s 37400K .......... .......... .......... .......... .......... 12% 2.80M 3m3s 37450K .......... .......... .......... .......... .......... 12% 1.84M 3m3s 37500K .......... .......... .......... .......... .......... 12% 2.22M 3m3s 37550K .......... .......... .......... .......... .......... 12% 3.88M 3m3s 37600K .......... .......... .......... .......... .......... 12% 3.28M 3m3s 37650K .......... .......... .......... .......... .......... 12% 1.71M 3m3s 37700K .......... .......... .......... .......... .......... 12% 1.46M 3m3s 37750K .......... .......... .......... .......... .......... 12% 5.13M 3m3s 37800K .......... .......... .......... .......... .......... 12% 4.77M 3m2s 37850K .......... .......... .......... .......... .......... 12% 1.26M 3m2s 37900K .......... .......... .......... .......... .......... 12% 2.09M 3m2s 37950K .......... .......... .......... .......... .......... 12% 5.47M 3m2s 38000K .......... .......... .......... .......... .......... 12% 3.47M 3m2s 38050K .......... .......... .......... .......... .......... 12% 1.79M 3m2s 38100K .......... .......... .......... .......... .......... 12% 5.45M 3m2s 38150K .......... .......... .......... .......... .......... 12% 3.19M 3m1s 38200K .......... .......... .......... .......... .......... 12% 1.86M 3m1s 38250K .......... .......... .......... .......... .......... 12% 3.11M 3m1s 38300K .......... .......... .......... .......... .......... 12% 1.75M 3m1s 38350K .......... .......... .......... .......... .......... 12% 3.39M 3m1s 38400K .......... .......... .......... .......... .......... 12% 3.85M 3m1s 38450K .......... .......... .......... .......... .......... 12% 2.49M 3m1s 38500K .......... .......... .......... .......... .......... 12% 1.10M 3m1s 38550K .......... .......... .......... .......... .......... 12% 5.78M 3m1s 38600K .......... .......... .......... .......... .......... 12% 2.38M 3m0s 38650K .......... .......... .......... .......... .......... 12% 10.9M 3m0s 38700K .......... .......... .......... .......... .......... 12% 3.17M 3m0s 38750K .......... .......... .......... .......... .......... 12% 3.97M 3m0s 38800K .......... .......... .......... .......... .......... 12% 3.55M 3m0s 38850K .......... .......... .......... .......... .......... 12% 4.34M 2m59s 38900K .......... .......... .......... .......... .......... 12% 2.92M 2m59s 38950K .......... .......... .......... .......... .......... 12% 384K 3m0s 39000K .......... .......... .......... .......... .......... 12% 2.84M 3m0s 39050K .......... .......... .......... .......... .......... 12% 1.55M 3m0s 39100K .......... .......... .......... .......... .......... 12% 1.07M 3m0s 39150K .......... .......... .......... .......... .......... 12% 3.09M 3m0s 39200K .......... .......... .......... .......... .......... 12% 5.44M 3m0s 39250K .......... .......... .......... .......... .......... 12% 1.11M 3m0s 39300K .......... .......... .......... .......... .......... 12% 1.55M 3m0s 39350K .......... .......... .......... .......... .......... 12% 2.95M 2m59s 39400K .......... .......... .......... .......... .......... 12% 3.26M 2m59s 39450K .......... .......... .......... .......... .......... 12% 1.52M 2m59s 39500K .......... .......... .......... .......... .......... 12% 3.96M 2m59s 39550K .......... .......... .......... .......... .......... 12% 1.98M 2m59s 39600K .......... .......... .......... .......... .......... 12% 2.39M 2m59s 39650K .......... .......... .......... .......... .......... 12% 8.03M 2m59s 39700K .......... .......... .......... .......... .......... 12% 211K 3m0s 39750K .......... .......... .......... .......... .......... 12% 7.57M 3m0s 39800K .......... .......... .......... .......... .......... 12% 5.87M 3m0s 39850K .......... .......... .......... .......... .......... 12% 1.47M 2m59s 39900K .......... .......... .......... .......... .......... 12% 4.92M 2m59s 39950K .......... .......... .......... .......... .......... 12% 3.09M 2m59s 40000K .......... .......... .......... .......... .......... 12% 1.13M 2m59s 40050K .......... .......... .......... .......... .......... 12% 1.26M 2m59s 40100K .......... .......... .......... .......... .......... 12% 1.09M 2m59s 40150K .......... .......... .......... .......... .......... 12% 2.75M 2m59s 40200K .......... .......... .......... .......... .......... 12% 1.94M 2m59s 40250K .......... .......... .......... .......... .......... 12% 5.35M 2m59s 40300K .......... .......... .......... .......... .......... 12% 990K 2m59s 40350K .......... .......... .......... .......... .......... 12% 928K 2m59s 40400K .......... .......... .......... .......... .......... 12% 3.04M 2m59s 40450K .......... .......... .......... .......... .......... 12% 2.22M 2m59s 40500K .......... .......... .......... .......... .......... 13% 325K 3m0s 40550K .......... .......... .......... .......... .......... 13% 1.99M 2m59s 40600K .......... .......... .......... .......... .......... 13% 4.41M 2m59s 40650K .......... .......... .......... .......... .......... 13% 1.18M 2m59s 40700K .......... .......... .......... .......... .......... 13% 12.0M 2m59s 40750K .......... .......... .......... .......... .......... 13% 2.26M 2m59s 40800K .......... .......... .......... .......... .......... 13% 2.40M 2m59s 40850K .......... .......... .......... .......... .......... 13% 122K 3m1s 40900K .......... .......... .......... .......... .......... 13% 79.1M 3m1s 40950K .......... .......... .......... .......... .......... 13% 71.1M 3m1s 41000K .......... .......... .......... .......... .......... 13% 83.8M 3m1s 41050K .......... .......... .......... .......... .......... 13% 4.62M 3m0s 41100K .......... .......... .......... .......... .......... 13% 84.4M 3m0s 41150K .......... .......... .......... .......... .......... 13% 66.6M 3m0s 41200K .......... .......... .......... .......... .......... 13% 83.4M 3m0s 41250K .......... .......... .......... .......... .......... 13% 172M 2m59s 41300K .......... .......... .......... .......... .......... 13% 355M 2m59s 41350K .......... .......... .......... .......... .......... 13% 105K 3m2s 41400K .......... .......... .......... .......... .......... 13% 73.1M 3m2s 41450K .......... .......... .......... .......... .......... 13% 61.6M 3m1s 41500K .......... .......... .......... .......... .......... 13% 78.0M 3m1s 41550K .......... .......... .......... .......... .......... 13% 68.6M 3m1s 41600K .......... .......... .......... .......... .......... 13% 6.17M 3m1s 41650K .......... .......... .......... .......... .......... 13% 332M 3m1s 41700K .......... .......... .......... .......... .......... 13% 303M 3m0s 41750K .......... .......... .......... .......... .......... 13% 356M 3m0s 41800K .......... .......... .......... .......... .......... 13% 414M 3m0s 41850K .......... .......... .......... .......... .......... 13% 245M 3m0s 41900K .......... .......... .......... .......... .......... 13% 2.08M 2m59s 41950K .......... .......... .......... .......... .......... 13% 1.84M 2m59s 42000K .......... .......... .......... .......... .......... 13% 114K 3m2s 42050K .......... .......... .......... .......... .......... 13% 68.8M 3m2s 42100K .......... .......... .......... .......... .......... 13% 83.1M 3m1s 42150K .......... .......... .......... .......... .......... 13% 75.3M 3m1s 42200K .......... .......... .......... .......... .......... 13% 84.1M 3m1s 42250K .......... .......... .......... .......... .......... 13% 88.5M 3m1s 42300K .......... .......... .......... .......... .......... 13% 87.5M 3m0s 42350K .......... .......... .......... .......... .......... 13% 69.9M 3m0s 42400K .......... .......... .......... .......... .......... 13% 85.2M 3m0s 42450K .......... .......... .......... .......... .......... 13% 60.4M 3m0s 42500K .......... .......... .......... .......... .......... 13% 84.4M 3m0s 42550K .......... .......... .......... .......... .......... 13% 75.6M 2m59s 42600K .......... .......... .......... .......... .......... 13% 83.5M 2m59s 42650K .......... .......... .......... .......... .......... 13% 83.4M 2m59s 42700K .......... .......... .......... .......... .......... 13% 74.8M 2m59s 42750K .......... .......... .......... .......... .......... 13% 2.09M 2m58s 42800K .......... .......... .......... .......... .......... 13% 3.38M 2m58s 42850K .......... .......... .......... .......... .......... 13% 1.64M 2m58s 42900K .......... .......... .......... .......... .......... 13% 1.72M 2m58s 42950K .......... .......... .......... .......... .......... 13% 1.71M 2m58s 43000K .......... .......... .......... .......... .......... 13% 1.76M 2m58s 43050K .......... .......... .......... .......... .......... 13% 2.20M 2m58s 43100K .......... .......... .......... .......... .......... 13% 1.82M 2m58s 43150K .......... .......... .......... .......... .......... 13% 1.09M 2m58s 43200K .......... .......... .......... .......... .......... 13% 784K 2m58s 43250K .......... .......... .......... .......... .......... 13% 7.66M 2m58s 43300K .......... .......... .......... .......... .......... 13% 5.31M 2m58s 43350K .......... .......... .......... .......... .......... 13% 586K 2m58s 43400K .......... .......... .......... .......... .......... 13% 1017K 2m58s 43450K .......... .......... .......... .......... .......... 13% 1.92M 2m58s 43500K .......... .......... .......... .......... .......... 13% 2.21M 2m58s 43550K .......... .......... .......... .......... .......... 13% 2.34M 2m58s 43600K .......... .......... .......... .......... .......... 14% 2.26M 2m58s 43650K .......... .......... .......... .......... .......... 14% 1.47M 2m58s 43700K .......... .......... .......... .......... .......... 14% 2.89M 2m58s 43750K .......... .......... .......... .......... .......... 14% 3.06M 2m57s 43800K .......... .......... .......... .......... .......... 14% 2.46M 2m57s 43850K .......... .......... .......... .......... .......... 14% 2.71M 2m57s 43900K .......... .......... .......... .......... .......... 14% 938K 2m57s 43950K .......... .......... .......... .......... .......... 14% 1.55M 2m57s 44000K .......... .......... .......... .......... .......... 14% 14.8M 2m57s 44050K .......... .......... .......... .......... .......... 14% 1.91M 2m57s 44100K .......... .......... .......... .......... .......... 14% 2.75M 2m57s 44150K .......... .......... .......... .......... .......... 14% 2.98M 2m57s 44200K .......... .......... .......... .......... .......... 14% 4.33M 2m56s 44250K .......... .......... .......... .......... .......... 14% 504K 2m57s 44300K .......... .......... .......... .......... .......... 14% 636K 2m57s 44350K .......... .......... .......... .......... .......... 14% 1.60M 2m57s 44400K .......... .......... .......... .......... .......... 14% 1.56M 2m57s 44450K .......... .......... .......... .......... .......... 14% 2.45M 2m57s 44500K .......... .......... .......... .......... .......... 14% 1.67M 2m57s 44550K .......... .......... .......... .......... .......... 14% 3.56M 2m57s 44600K .......... .......... .......... .......... .......... 14% 3.90M 2m57s 44650K .......... .......... .......... .......... .......... 14% 5.60M 2m56s 44700K .......... .......... .......... .......... .......... 14% 2.38M 2m56s 44750K .......... .......... .......... .......... .......... 14% 1.56M 2m56s 44800K .......... .......... .......... .......... .......... 14% 4.18M 2m56s 44850K .......... .......... .......... .......... .......... 14% 2.38M 2m56s 44900K .......... .......... .......... .......... .......... 14% 3.08M 2m56s 44950K .......... .......... .......... .......... .......... 14% 5.77M 2m56s 45000K .......... .......... .......... .......... .......... 14% 356K 2m56s 45050K .......... .......... .......... .......... .......... 14% 1.02M 2m56s 45100K .......... .......... .......... .......... .......... 14% 1.72M 2m56s 45150K .......... .......... .......... .......... .......... 14% 495K 2m57s 45200K .......... .......... .......... .......... .......... 14% 2.36M 2m56s 45250K .......... .......... .......... .......... .......... 14% 1.52M 2m56s 45300K .......... .......... .......... .......... .......... 14% 2.16M 2m56s 45350K .......... .......... .......... .......... .......... 14% 6.39M 2m56s 45400K .......... .......... .......... .......... .......... 14% 3.27M 2m56s 45450K .......... .......... .......... .......... .......... 14% 2.75M 2m56s 45500K .......... .......... .......... .......... .......... 14% 9.30M 2m56s 45550K .......... .......... .......... .......... .......... 14% 1.81M 2m56s 45600K .......... .......... .......... .......... .......... 14% 2.06M 2m56s 45650K .......... .......... .......... .......... .......... 14% 2.64M 2m55s 45700K .......... .......... .......... .......... .......... 14% 1.38M 2m55s 45750K .......... .......... .......... .......... .......... 14% 1.93M 2m55s 45800K .......... .......... .......... .......... .......... 14% 1.53M 2m55s 45850K .......... .......... .......... .......... .......... 14% 3.92M 2m55s 45900K .......... .......... .......... .......... .......... 14% 3.71M 2m55s 45950K .......... .......... .......... .......... .......... 14% 914K 2m55s 46000K .......... .......... .......... .......... .......... 14% 3.11M 2m55s 46050K .......... .......... .......... .......... .......... 14% 433K 2m55s 46100K .......... .......... .......... .......... .......... 14% 2.55M 2m55s 46150K .......... .......... .......... .......... .......... 14% 1.39M 2m55s 46200K .......... .......... .......... .......... .......... 14% 3.32M 2m55s 46250K .......... .......... .......... .......... .......... 14% 2.93M 2m55s 46300K .......... .......... .......... .......... .......... 14% 3.30M 2m55s 46350K .......... .......... .......... .......... .......... 14% 1.20M 2m55s 46400K .......... .......... .......... .......... .......... 14% 857K 2m55s 46450K .......... .......... .......... .......... .......... 14% 5.67M 2m55s 46500K .......... .......... .......... .......... .......... 14% 6.08M 2m55s 46550K .......... .......... .......... .......... .......... 14% 1.75M 2m55s 46600K .......... .......... .......... .......... .......... 14% 3.36M 2m54s 46650K .......... .......... .......... .......... .......... 14% 4.00M 2m54s 46700K .......... .......... .......... .......... .......... 15% 4.12M 2m54s 46750K .......... .......... .......... .......... .......... 15% 1.38M 2m54s 46800K .......... .......... .......... .......... .......... 15% 11.3M 2m54s 46850K .......... .......... .......... .......... .......... 15% 4.12M 2m54s 46900K .......... .......... .......... .......... .......... 15% 3.19M 2m54s 46950K .......... .......... .......... .......... .......... 15% 2.68M 2m54s 47000K .......... .......... .......... .......... .......... 15% 2.09M 2m53s 47050K .......... .......... .......... .......... .......... 15% 1.41M 2m53s 47100K .......... .......... .......... .......... .......... 15% 1.59M 2m53s 47150K .......... .......... .......... .......... .......... 15% 411K 2m54s 47200K .......... .......... .......... .......... .......... 15% 2.28M 2m54s 47250K .......... .......... .......... .......... .......... 15% 6.46M 2m54s 47300K .......... .......... .......... .......... .......... 15% 2.46M 2m53s 47350K .......... .......... .......... .......... .......... 15% 2.13M 2m53s 47400K .......... .......... .......... .......... .......... 15% 2.10M 2m53s 47450K .......... .......... .......... .......... .......... 15% 2.56M 2m53s 47500K .......... .......... .......... .......... .......... 15% 3.71M 2m53s 47550K .......... .......... .......... .......... .......... 15% 4.93M 2m53s 47600K .......... .......... .......... .......... .......... 15% 1.51M 2m53s 47650K .......... .......... .......... .......... .......... 15% 1.87M 2m53s 47700K .......... .......... .......... .......... .......... 15% 2.91M 2m53s 47750K .......... .......... .......... .......... .......... 15% 3.14M 2m53s 47800K .......... .......... .......... .......... .......... 15% 3.03M 2m52s 47850K .......... .......... .......... .......... .......... 15% 72.0M 2m52s 47900K .......... .......... .......... .......... .......... 15% 3.83M 2m52s 47950K .......... .......... .......... .......... .......... 15% 1.56M 2m52s 48000K .......... .......... .......... .......... .......... 15% 2.09M 2m52s 48050K .......... .......... .......... .......... .......... 15% 1.98M 2m52s 48100K .......... .......... .......... .......... .......... 15% 440K 2m52s 48150K .......... .......... .......... .......... .......... 15% 2.71M 2m52s 48200K .......... .......... .......... .......... .......... 15% 1.63M 2m52s 48250K .......... .......... .......... .......... .......... 15% 4.78M 2m52s 48300K .......... .......... .......... .......... .......... 15% 2.33M 2m52s 48350K .......... .......... .......... .......... .......... 15% 1.99M 2m52s 48400K .......... .......... .......... .......... .......... 15% 2.65M 2m52s 48450K .......... .......... .......... .......... .......... 15% 2.27M 2m52s 48500K .......... .......... .......... .......... .......... 15% 1.88M 2m51s 48550K .......... .......... .......... .......... .......... 15% 1.93M 2m51s 48600K .......... .......... .......... .......... .......... 15% 2.34M 2m51s 48650K .......... .......... .......... .......... .......... 15% 7.41M 2m51s 48700K .......... .......... .......... .......... .......... 15% 2.19M 2m51s 48750K .......... .......... .......... .......... .......... 15% 1.75M 2m51s 48800K .......... .......... .......... .......... .......... 15% 2.49M 2m51s 48850K .......... .......... .......... .......... .......... 15% 3.38M 2m51s 48900K .......... .......... .......... .......... .......... 15% 4.01M 2m51s 48950K .......... .......... .......... .......... .......... 15% 1.08M 2m51s 49000K .......... .......... .......... .......... .......... 15% 8.97M 2m50s 49050K .......... .......... .......... .......... .......... 15% 1.76M 2m50s 49100K .......... .......... .......... .......... .......... 15% 2.99M 2m50s 49150K .......... .......... .......... .......... .......... 15% 2.08M 2m50s 49200K .......... .......... .......... .......... .......... 15% 2.17M 2m50s 49250K .......... .......... .......... .......... .......... 15% 4.31M 2m50s 49300K .......... .......... .......... .......... .......... 15% 1.25M 2m50s 49350K .......... .......... .......... .......... .......... 15% 5.42M 2m50s 49400K .......... .......... .......... .......... .......... 15% 5.51M 2m50s 49450K .......... .......... .......... .......... .......... 15% 1.65M 2m50s 49500K .......... .......... .......... .......... .......... 15% 2.68M 2m50s 49550K .......... .......... .......... .......... .......... 15% 1.78M 2m49s 49600K .......... .......... .......... .......... .......... 15% 10.5M 2m49s 49650K .......... .......... .......... .......... .......... 15% 3.11M 2m49s 49700K .......... .......... .......... .......... .......... 15% 1.59M 2m49s 49750K .......... .......... .......... .......... .......... 15% 4.58M 2m49s 49800K .......... .......... .......... .......... .......... 15% 2.53M 2m49s 49850K .......... .......... .......... .......... .......... 16% 2.49M 2m49s 49900K .......... .......... .......... .......... .......... 16% 1.10M 2m49s 49950K .......... .......... .......... .......... .......... 16% 1.03M 2m49s 50000K .......... .......... .......... .......... .......... 16% 3.70M 2m49s 50050K .......... .......... .......... .......... .......... 16% 2.48M 2m49s 50100K .......... .......... .......... .......... .......... 16% 3.19M 2m49s 50150K .......... .......... .......... .......... .......... 16% 1.26M 2m49s 50200K .......... .......... .......... .......... .......... 16% 2.09M 2m48s 50250K .......... .......... .......... .......... .......... 16% 3.83M 2m48s 50300K .......... .......... .......... .......... .......... 16% 7.13M 2m48s 50350K .......... .......... .......... .......... .......... 16% 2.97M 2m48s 50400K .......... .......... .......... .......... .......... 16% 1.35M 2m48s 50450K .......... .......... .......... .......... .......... 16% 3.68M 2m48s 50500K .......... .......... .......... .......... .......... 16% 2.31M 2m48s 50550K .......... .......... .......... .......... .......... 16% 442K 2m48s 50600K .......... .......... .......... .......... .......... 16% 50.4M 2m48s 50650K .......... .......... .......... .......... .......... 16% 3.36M 2m48s 50700K .......... .......... .......... .......... .......... 16% 2.78M 2m48s 50750K .......... .......... .......... .......... .......... 16% 1.77M 2m48s 50800K .......... .......... .......... .......... .......... 16% 2.73M 2m48s 50850K .......... .......... .......... .......... .......... 16% 1.98M 2m48s 50900K .......... .......... .......... .......... .......... 16% 11.2M 2m47s 50950K .......... .......... .......... .......... .......... 16% 4.26M 2m47s 51000K .......... .......... .......... .......... .......... 16% 1.20M 2m47s 51050K .......... .......... .......... .......... .......... 16% 1.07M 2m47s 51100K .......... .......... .......... .......... .......... 16% 3.22M 2m47s 51150K .......... .......... .......... .......... .......... 16% 405K 2m48s 51200K .......... .......... .......... .......... .......... 16% 1.51M 2m48s 51250K .......... .......... .......... .......... .......... 16% 1.27M 2m48s 51300K .......... .......... .......... .......... .......... 16% 2.40M 2m47s 51350K .......... .......... .......... .......... .......... 16% 66.7M 2m47s 51400K .......... .......... .......... .......... .......... 16% 4.00M 2m47s 51450K .......... .......... .......... .......... .......... 16% 1.08M 2m47s 51500K .......... .......... .......... .......... .......... 16% 3.75M 2m47s 51550K .......... .......... .......... .......... .......... 16% 3.19M 2m47s 51600K .......... .......... .......... .......... .......... 16% 3.33M 2m47s 51650K .......... .......... .......... .......... .......... 16% 1.22M 2m47s 51700K .......... .......... .......... .......... .......... 16% 3.17M 2m47s 51750K .......... .......... .......... .......... .......... 16% 5.64M 2m47s 51800K .......... .......... .......... .......... .......... 16% 2.75M 2m46s 51850K .......... .......... .......... .......... .......... 16% 6.27M 2m46s 51900K .......... .......... .......... .......... .......... 16% 1.65M 2m46s 51950K .......... .......... .......... .......... .......... 16% 438K 2m47s 52000K .......... .......... .......... .......... .......... 16% 2.43M 2m47s 52050K .......... .......... .......... .......... .......... 16% 2.77M 2m46s 52100K .......... .......... .......... .......... .......... 16% 2.81M 2m46s 52150K .......... .......... .......... .......... .......... 16% 2.46M 2m46s 52200K .......... .......... .......... .......... .......... 16% 1.47M 2m46s 52250K .......... .......... .......... .......... .......... 16% 3.61M 2m46s 52300K .......... .......... .......... .......... .......... 16% 2.25M 2m46s 52350K .......... .......... .......... .......... .......... 16% 2.65M 2m46s 52400K .......... .......... .......... .......... .......... 16% 2.62M 2m46s 52450K .......... .......... .......... .......... .......... 16% 1.47M 2m46s 52500K .......... .......... .......... .......... .......... 16% 5.38M 2m46s 52550K .......... .......... .......... .......... .......... 16% 2.49M 2m46s 52600K .......... .......... .......... .......... .......... 16% 3.78M 2m45s 52650K .......... .......... .......... .......... .......... 16% 2.90M 2m45s 52700K .......... .......... .......... .......... .......... 16% 337K 2m46s 52750K .......... .......... .......... .......... .......... 16% 1.70M 2m46s 52800K .......... .......... .......... .......... .......... 16% 2.82M 2m46s 52850K .......... .......... .......... .......... .......... 16% 3.31M 2m46s 52900K .......... .......... .......... .......... .......... 16% 1.32M 2m46s 52950K .......... .......... .......... .......... .......... 17% 9.24M 2m45s 53000K .......... .......... .......... .......... .......... 17% 2.73M 2m45s 53050K .......... .......... .......... .......... .......... 17% 2.11M 2m45s 53100K .......... .......... .......... .......... .......... 17% 2.47M 2m45s 53150K .......... .......... .......... .......... .......... 17% 984K 2m45s 53200K .......... .......... .......... .......... .......... 17% 1.58M 2m45s 53250K .......... .......... .......... .......... .......... 17% 9.56M 2m45s 53300K .......... .......... .......... .......... .......... 17% 1.93M 2m45s 53350K .......... .......... .......... .......... .......... 17% 6.36M 2m45s 53400K .......... .......... .......... .......... .......... 17% 1.24M 2m45s 53450K .......... .......... .......... .......... .......... 17% 3.29M 2m45s 53500K .......... .......... .......... .......... .......... 17% 8.86M 2m45s 53550K .......... .......... .......... .......... .......... 17% 2.69M 2m44s 53600K .......... .......... .......... .......... .......... 17% 4.63M 2m44s 53650K .......... .......... .......... .......... .......... 17% 1.20M 2m44s 53700K .......... .......... .......... .......... .......... 17% 1.76M 2m44s 53750K .......... .......... .......... .......... .......... 17% 66.4M 2m44s 53800K .......... .......... .......... .......... .......... 17% 4.28M 2m44s 53850K .......... .......... .......... .......... .......... 17% 429K 2m44s 53900K .......... .......... .......... .......... .......... 17% 1.27M 2m44s 53950K .......... .......... .......... .......... .......... 17% 3.13M 2m44s 54000K .......... .......... .......... .......... .......... 17% 3.12M 2m44s 54050K .......... .......... .......... .......... .......... 17% 4.36M 2m44s 54100K .......... .......... .......... .......... .......... 17% 8.07M 2m44s 54150K .......... .......... .......... .......... .......... 17% 2.98M 2m44s 54200K .......... .......... .......... .......... .......... 17% 1.09M 2m44s 54250K .......... .......... .......... .......... .......... 17% 2.51M 2m44s 54300K .......... .......... .......... .......... .......... 17% 2.97M 2m44s 54350K .......... .......... .......... .......... .......... 17% 2.33M 2m43s 54400K .......... .......... .......... .......... .......... 17% 1.65M 2m43s 54450K .......... .......... .......... .......... .......... 17% 1.39M 2m43s 54500K .......... .......... .......... .......... .......... 17% 6.85M 2m43s 54550K .......... .......... .......... .......... .......... 17% 4.03M 2m43s 54600K .......... .......... .......... .......... .......... 17% 4.10M 2m43s 54650K .......... .......... .......... .......... .......... 17% 699K 2m43s 54700K .......... .......... .......... .......... .......... 17% 1.38M 2m43s 54750K .......... .......... .......... .......... .......... 17% 2.11M 2m43s 54800K .......... .......... .......... .......... .......... 17% 1.14M 2m43s 54850K .......... .......... .......... .......... .......... 17% 2.74M 2m43s 54900K .......... .......... .......... .......... .......... 17% 2.75M 2m43s 54950K .......... .......... .......... .......... .......... 17% 2.43M 2m43s 55000K .......... .......... .......... .......... .......... 17% 1.89M 2m43s 55050K .......... .......... .......... .......... .......... 17% 1.71M 2m43s 55100K .......... .......... .......... .......... .......... 17% 6.35M 2m43s 55150K .......... .......... .......... .......... .......... 17% 2.30M 2m42s 55200K .......... .......... .......... .......... .......... 17% 2.20M 2m42s 55250K .......... .......... .......... .......... .......... 17% 7.23M 2m42s 55300K .......... .......... .......... .......... .......... 17% 365K 2m43s 55350K .......... .......... .......... .......... .......... 17% 5.38M 2m43s 55400K .......... .......... .......... .......... .......... 17% 2.88M 2m42s 55450K .......... .......... .......... .......... .......... 17% 3.86M 2m42s 55500K .......... .......... .......... .......... .......... 17% 1.92M 2m42s 55550K .......... .......... .......... .......... .......... 17% 1.25M 2m42s 55600K .......... .......... .......... .......... .......... 17% 53.6M 2m42s 55650K .......... .......... .......... .......... .......... 17% 1.55M 2m42s 55700K .......... .......... .......... .......... .......... 17% 6.22M 2m42s 55750K .......... .......... .......... .......... .......... 17% 3.08M 2m42s 55800K .......... .......... .......... .......... .......... 17% 1.86M 2m42s 55850K .......... .......... .......... .......... .......... 17% 2.62M 2m42s 55900K .......... .......... .......... .......... .......... 17% 5.40M 2m42s 55950K .......... .......... .......... .......... .......... 17% 2.94M 2m41s 56000K .......... .......... .......... .......... .......... 17% 6.19M 2m41s 56050K .......... .......... .......... .......... .......... 18% 4.37M 2m41s 56100K .......... .......... .......... .......... .......... 18% 1.45M 2m41s 56150K .......... .......... .......... .......... .......... 18% 1.20M 2m41s 56200K .......... .......... .......... .......... .......... 18% 80.3M 2m41s 56250K .......... .......... .......... .......... .......... 18% 4.40M 2m41s 56300K .......... .......... .......... .......... .......... 18% 428K 2m41s 56350K .......... .......... .......... .......... .......... 18% 1.41M 2m41s 56400K .......... .......... .......... .......... .......... 18% 4.47M 2m41s 56450K .......... .......... .......... .......... .......... 18% 3.43M 2m41s 56500K .......... .......... .......... .......... .......... 18% 4.08M 2m41s 56550K .......... .......... .......... .......... .......... 18% 1.10M 2m41s 56600K .......... .......... .......... .......... .......... 18% 14.2M 2m41s 56650K .......... .......... .......... .......... .......... 18% 1.34M 2m41s 56700K .......... .......... .......... .......... .......... 18% 3.48M 2m41s 56750K .......... .......... .......... .......... .......... 18% 1.53M 2m41s 56800K .......... .......... .......... .......... .......... 18% 198M 2m40s 56850K .......... .......... .......... .......... .......... 18% 2.70M 2m40s 56900K .......... .......... .......... .......... .......... 18% 2.42M 2m40s 56950K .......... .......... .......... .......... .......... 18% 1.31M 2m40s 57000K .......... .......... .......... .......... .......... 18% 678K 2m40s 57050K .......... .......... .......... .......... .......... 18% 2.30M 2m40s 57100K .......... .......... .......... .......... .......... 18% 128K 2m42s 57150K .......... .......... .......... .......... .......... 18% 59.5M 2m42s 57200K .......... .......... .......... .......... .......... 18% 85.1M 2m42s 57250K .......... .......... .......... .......... .......... 18% 85.9M 2m41s 57300K .......... .......... .......... .......... .......... 18% 81.3M 2m41s 57350K .......... .......... .......... .......... .......... 18% 78.2M 2m41s 57400K .......... .......... .......... .......... .......... 18% 87.5M 2m41s 57450K .......... .......... .......... .......... .......... 18% 85.7M 2m41s 57500K .......... .......... .......... .......... .......... 18% 86.4M 2m41s 57550K .......... .......... .......... .......... .......... 18% 71.6M 2m40s 57600K .......... .......... .......... .......... .......... 18% 64.0M 2m40s 57650K .......... .......... .......... .......... .......... 18% 84.8M 2m40s 57700K .......... .......... .......... .......... .......... 18% 86.3M 2m40s 57750K .......... .......... .......... .......... .......... 18% 76.9M 2m40s 57800K .......... .......... .......... .......... .......... 18% 85.0M 2m40s 57850K .......... .......... .......... .......... .......... 18% 86.8M 2m39s 57900K .......... .......... .......... .......... .......... 18% 6.58M 2m39s 57950K .......... .......... .......... .......... .......... 18% 2.29M 2m39s 58000K .......... .......... .......... .......... .......... 18% 59.2M 2m39s 58050K .......... .......... .......... .......... .......... 18% 4.28M 2m39s 58100K .......... .......... .......... .......... .......... 18% 2.04M 2m39s 58150K .......... .......... .......... .......... .......... 18% 2.12M 2m39s 58200K .......... .......... .......... .......... .......... 18% 21.3M 2m39s 58250K .......... .......... .......... .......... .......... 18% 2.80M 2m38s 58300K .......... .......... .......... .......... .......... 18% 5.59M 2m38s 58350K .......... .......... .......... .......... .......... 18% 256K 2m39s 58400K .......... .......... .......... .......... .......... 18% 2.96M 2m39s 58450K .......... .......... .......... .......... .......... 18% 3.67M 2m39s 58500K .......... .......... .......... .......... .......... 18% 1.79M 2m39s 58550K .......... .......... .......... .......... .......... 18% 1.78M 2m39s 58600K .......... .......... .......... .......... .......... 18% 1.68M 2m39s 58650K .......... .......... .......... .......... .......... 18% 1.52M 2m39s 58700K .......... .......... .......... .......... .......... 18% 19.7M 2m39s 58750K .......... .......... .......... .......... .......... 18% 1.09M 2m39s 58800K .......... .......... .......... .......... .......... 18% 1.78M 2m38s 58850K .......... .......... .......... .......... .......... 18% 6.62M 2m38s 58900K .......... .......... .......... .......... .......... 18% 2.50M 2m38s 58950K .......... .......... .......... .......... .......... 18% 67.5M 2m38s 59000K .......... .......... .......... .......... .......... 18% 3.58M 2m38s 59050K .......... .......... .......... .......... .......... 18% 712K 2m38s 59100K .......... .......... .......... .......... .......... 18% 3.64M 2m38s 59150K .......... .......... .......... .......... .......... 18% 4.11M 2m38s 59200K .......... .......... .......... .......... .......... 19% 1.25M 2m38s 59250K .......... .......... .......... .......... .......... 19% 1.83M 2m38s 59300K .......... .......... .......... .......... .......... 19% 2.25M 2m38s 59350K .......... .......... .......... .......... .......... 19% 164M 2m38s 59400K .......... .......... .......... .......... .......... 19% 2.49M 2m38s 59450K .......... .......... .......... .......... .......... 19% 694K 2m38s 59500K .......... .......... .......... .......... .......... 19% 3.01M 2m38s 59550K .......... .......... .......... .......... .......... 19% 5.85M 2m37s 59600K .......... .......... .......... .......... .......... 19% 750K 2m38s 59650K .......... .......... .......... .......... .......... 19% 2.39M 2m38s 59700K .......... .......... .......... .......... .......... 19% 2.27M 2m37s 59750K .......... .......... .......... .......... .......... 19% 1.39M 2m37s 59800K .......... .......... .......... .......... .......... 19% 2.44M 2m37s 59850K .......... .......... .......... .......... .......... 19% 2.55M 2m37s 59900K .......... .......... .......... .......... .......... 19% 2.75M 2m37s 59950K .......... .......... .......... .......... .......... 19% 754K 2m37s 60000K .......... .......... .......... .......... .......... 19% 252K 2m38s 60050K .......... .......... .......... .......... .......... 19% 3.10M 2m38s 60100K .......... .......... .......... .......... .......... 19% 3.83M 2m38s 60150K .......... .......... .......... .......... .......... 19% 1.85M 2m38s 60200K .......... .......... .......... .......... .......... 19% 4.21M 2m38s 60250K .......... .......... .......... .......... .......... 19% 1.35M 2m38s 60300K .......... .......... .......... .......... .......... 19% 16.7M 2m37s 60350K .......... .......... .......... .......... .......... 19% 2.64M 2m37s 60400K .......... .......... .......... .......... .......... 19% 2.06M 2m37s 60450K .......... .......... .......... .......... .......... 19% 2.05M 2m37s 60500K .......... .......... .......... .......... .......... 19% 2.65M 2m37s 60550K .......... .......... .......... .......... .......... 19% 2.56M 2m37s 60600K .......... .......... .......... .......... .......... 19% 3.10M 2m37s 60650K .......... .......... .......... .......... .......... 19% 2.58M 2m37s 60700K .......... .......... .......... .......... .......... 19% 384K 2m37s 60750K .......... .......... .......... .......... .......... 19% 102K 2m39s 60800K .......... .......... .......... .......... .......... 19% 81.8M 2m39s 60850K .......... .......... .......... .......... .......... 19% 82.9M 2m39s 60900K .......... .......... .......... .......... .......... 19% 84.6M 2m39s 60950K .......... .......... .......... .......... .......... 19% 77.4M 2m38s 61000K .......... .......... .......... .......... .......... 19% 85.9M 2m38s 61050K .......... .......... .......... .......... .......... 19% 82.1M 2m38s 61100K .......... .......... .......... .......... .......... 19% 86.8M 2m38s 61150K .......... .......... .......... .......... .......... 19% 72.3M 2m38s 61200K .......... .......... .......... .......... .......... 19% 85.6M 2m38s 61250K .......... .......... .......... .......... .......... 19% 85.7M 2m38s 61300K .......... .......... .......... .......... .......... 19% 87.4M 2m37s 61350K .......... .......... .......... .......... .......... 19% 2.71M 2m37s 61400K .......... .......... .......... .......... .......... 19% 11.4M 2m37s 61450K .......... .......... .......... .......... .......... 19% 2.10M 2m37s 61500K .......... .......... .......... .......... .......... 19% 2.28M 2m37s 61550K .......... .......... .......... .......... .......... 19% 1.16M 2m37s 61600K .......... .......... .......... .......... .......... 19% 1.43M 2m37s 61650K .......... .......... .......... .......... .......... 19% 1.52M 2m37s 61700K .......... .......... .......... .......... .......... 19% 12.0M 2m37s 61750K .......... .......... .......... .......... .......... 19% 416K 2m37s 61800K .......... .......... .......... .......... .......... 19% 1.46M 2m37s 61850K .......... .......... .......... .......... .......... 19% 3.41M 2m37s 61900K .......... .......... .......... .......... .......... 19% 3.45M 2m37s 61950K .......... .......... .......... .......... .......... 19% 1.91M 2m37s 62000K .......... .......... .......... .......... .......... 19% 1.35M 2m37s 62050K .......... .......... .......... .......... .......... 19% 3.38M 2m37s 62100K .......... .......... .......... .......... .......... 19% 2.58M 2m37s 62150K .......... .......... .......... .......... .......... 19% 2.10M 2m37s 62200K .......... .......... .......... .......... .......... 19% 3.53M 2m37s 62250K .......... .......... .......... .......... .......... 19% 1.60M 2m36s 62300K .......... .......... .......... .......... .......... 20% 947K 2m37s 62350K .......... .......... .......... .......... .......... 20% 3.08M 2m36s 62400K .......... .......... .......... .......... .......... 20% 1.74M 2m36s 62450K .......... .......... .......... .......... .......... 20% 20.3M 2m36s 62500K .......... .......... .......... .......... .......... 20% 974K 2m36s 62550K .......... .......... .......... .......... .......... 20% 2.09M 2m36s 62600K .......... .......... .......... .......... .......... 20% 81.6M 2m36s 62650K .......... .......... .......... .......... .......... 20% 2.31M 2m36s 62700K .......... .......... .......... .......... .......... 20% 1.61M 2m36s 62750K .......... .......... .......... .......... .......... 20% 388K 2m36s 62800K .......... .......... .......... .......... .......... 20% 1.61M 2m36s 62850K .......... .......... .......... .......... .......... 20% 1.28M 2m36s 62900K .......... .......... .......... .......... .......... 20% 1.63M 2m36s 62950K .......... .......... .......... .......... .......... 20% 3.57M 2m36s 63000K .......... .......... .......... .......... .......... 20% 3.57M 2m36s 63050K .......... .......... .......... .......... .......... 20% 2.43M 2m36s 63100K .......... .......... .......... .......... .......... 20% 1.06M 2m36s 63150K .......... .......... .......... .......... .......... 20% 3.63M 2m36s 63200K .......... .......... .......... .......... .......... 20% 3.97M 2m36s 63250K .......... .......... .......... .......... .......... 20% 1.65M 2m36s 63300K .......... .......... .......... .......... .......... 20% 1.23M 2m36s 63350K .......... .......... .......... .......... .......... 20% 2.72M 2m36s 63400K .......... .......... .......... .......... .......... 20% 6.02M 2m36s 63450K .......... .......... .......... .......... .......... 20% 2.05M 2m35s 63500K .......... .......... .......... .......... .......... 20% 1.76M 2m35s 63550K .......... .......... .......... .......... .......... 20% 1.42M 2m35s 63600K .......... .......... .......... .......... .......... 20% 1.23M 2m35s 63650K .......... .......... .......... .......... .......... 20% 110K 2m37s 63700K .......... .......... .......... .......... .......... 20% 75.9M 2m37s 63750K .......... .......... .......... .......... .......... 20% 73.7M 2m37s 63800K .......... .......... .......... .......... .......... 20% 86.2M 2m37s 63850K .......... .......... .......... .......... .......... 20% 84.7M 2m36s 63900K .......... .......... .......... .......... .......... 20% 81.9M 2m36s 63950K .......... .......... .......... .......... .......... 20% 71.3M 2m36s 64000K .......... .......... .......... .......... .......... 20% 83.9M 2m36s 64050K .......... .......... .......... .......... .......... 20% 84.1M 2m36s 64100K .......... .......... .......... .......... .......... 20% 228M 2m36s 64150K .......... .......... .......... .......... .......... 20% 387M 2m36s 64200K .......... .......... .......... .......... .......... 20% 424M 2m35s 64250K .......... .......... .......... .......... .......... 20% 2.13M 2m35s 64300K .......... .......... .......... .......... .......... 20% 4.12M 2m35s 64350K .......... .......... .......... .......... .......... 20% 3.48M 2m35s 64400K .......... .......... .......... .......... .......... 20% 1.29M 2m35s 64450K .......... .......... .......... .......... .......... 20% 586K 2m35s 64500K .......... .......... .......... .......... .......... 20% 1.99M 2m35s 64550K .......... .......... .......... .......... .......... 20% 2.27M 2m35s 64600K .......... .......... .......... .......... .......... 20% 2.08M 2m35s 64650K .......... .......... .......... .......... .......... 20% 1.56M 2m35s 64700K .......... .......... .......... .......... .......... 20% 1.78M 2m35s 64750K .......... .......... .......... .......... .......... 20% 643K 2m35s 64800K .......... .......... .......... .......... .......... 20% 765K 2m35s 64850K .......... .......... .......... .......... .......... 20% 2.74M 2m35s 64900K .......... .......... .......... .......... .......... 20% 1.14M 2m35s 64950K .......... .......... .......... .......... .......... 20% 1.60M 2m35s 65000K .......... .......... .......... .......... .......... 20% 3.23M 2m35s 65050K .......... .......... .......... .......... .......... 20% 2.03M 2m35s 65100K .......... .......... .......... .......... .......... 20% 1.08M 2m35s 65150K .......... .......... .......... .......... .......... 20% 785K 2m35s 65200K .......... .......... .......... .......... .......... 20% 1.34M 2m35s 65250K .......... .......... .......... .......... .......... 20% 482K 2m35s 65300K .......... .......... .......... .......... .......... 20% 1.94M 2m35s 65350K .......... .......... .......... .......... .......... 20% 2.40M 2m35s 65400K .......... .......... .......... .......... .......... 21% 968K 2m35s 65450K .......... .......... .......... .......... .......... 21% 15.1M 2m35s 65500K .......... .......... .......... .......... .......... 21% 3.09M 2m35s 65550K .......... .......... .......... .......... .......... 21% 1.72M 2m35s 65600K .......... .......... .......... .......... .......... 21% 1.28M 2m35s 65650K .......... .......... .......... .......... .......... 21% 4.19M 2m35s 65700K .......... .......... .......... .......... .......... 21% 2.33M 2m35s 65750K .......... .......... .......... .......... .......... 21% 2.36M 2m35s 65800K .......... .......... .......... .......... .......... 21% 1.61M 2m35s 65850K .......... .......... .......... .......... .......... 21% 2.20M 2m35s 65900K .......... .......... .......... .......... .......... 21% 3.77M 2m35s 65950K .......... .......... .......... .......... .......... 21% 1.57M 2m34s 66000K .......... .......... .......... .......... .......... 21% 2.85M 2m34s 66050K .......... .......... .......... .......... .......... 21% 1.99M 2m34s 66100K .......... .......... .......... .......... .......... 21% 1.82M 2m34s 66150K .......... .......... .......... .......... .......... 21% 379K 2m35s 66200K .......... .......... .......... .......... .......... 21% 2.03M 2m35s 66250K .......... .......... .......... .......... .......... 21% 599K 2m35s 66300K .......... .......... .......... .......... .......... 21% 3.10M 2m35s 66350K .......... .......... .......... .......... .......... 21% 1.39M 2m35s 66400K .......... .......... .......... .......... .......... 21% 831K 2m35s 66450K .......... .......... .......... .......... .......... 21% 511K 2m35s 66500K .......... .......... .......... .......... .......... 21% 699K 2m35s 66550K .......... .......... .......... .......... .......... 21% 48.6K 2m39s 66600K .......... .......... .......... .......... .......... 21% 278M 2m39s 66650K .......... .......... .......... .......... .......... 21% 287M 2m38s 66700K .......... .......... .......... .......... .......... 21% 285M 2m38s 66750K .......... .......... .......... .......... .......... 21% 239M 2m38s 66800K .......... .......... .......... .......... .......... 21% 283M 2m38s 66850K .......... .......... .......... .......... .......... 21% 284M 2m38s 66900K .......... .......... .......... .......... .......... 21% 283M 2m38s 66950K .......... .......... .......... .......... .......... 21% 259M 2m37s 67000K .......... .......... .......... .......... .......... 21% 290M 2m37s 67050K .......... .......... .......... .......... .......... 21% 281M 2m37s 67100K .......... .......... .......... .......... .......... 21% 1.64M 2m37s 67150K .......... .......... .......... .......... .......... 21% 1.27M 2m37s 67200K .......... .......... .......... .......... .......... 21% 905K 2m37s 67250K .......... .......... .......... .......... .......... 21% 786K 2m37s 67300K .......... .......... .......... .......... .......... 21% 5.39M 2m37s 67350K .......... .......... .......... .......... .......... 21% 1.66M 2m37s 67400K .......... .......... .......... .......... .......... 21% 1.96M 2m37s 67450K .......... .......... .......... .......... .......... 21% 1.11M 2m37s 67500K .......... .......... .......... .......... .......... 21% 136K 2m38s 67550K .......... .......... .......... .......... .......... 21% 67.0M 2m38s 67600K .......... .......... .......... .......... .......... 21% 83.3M 2m38s 67650K .......... .......... .......... .......... .......... 21% 84.1M 2m38s 67700K .......... .......... .......... .......... .......... 21% 83.9M 2m38s 67750K .......... .......... .......... .......... .......... 21% 75.9M 2m37s 67800K .......... .......... .......... .......... .......... 21% 86.6M 2m37s 67850K .......... .......... .......... .......... .......... 21% 659K 2m37s 67900K .......... .......... .......... .......... .......... 21% 3.64M 2m37s 67950K .......... .......... .......... .......... .......... 21% 896K 2m37s 68000K .......... .......... .......... .......... .......... 21% 2.47M 2m37s 68050K .......... .......... .......... .......... .......... 21% 1.25M 2m37s 68100K .......... .......... .......... .......... .......... 21% 832K 2m37s 68150K .......... .......... .......... .......... .......... 21% 71.7K 2m40s 68200K .......... .......... .......... .......... .......... 21% 80.0M 2m40s 68250K .......... .......... .......... .......... .......... 21% 82.4M 2m39s 68300K .......... .......... .......... .......... .......... 21% 82.7M 2m39s 68350K .......... .......... .......... .......... .......... 21% 67.8M 2m39s 68400K .......... .......... .......... .......... .......... 21% 79.6M 2m39s 68450K .......... .......... .......... .......... .......... 21% 83.5M 2m39s 68500K .......... .......... .......... .......... .......... 21% 84.0M 2m39s 68550K .......... .......... .......... .......... .......... 22% 88.4M 2m39s 68600K .......... .......... .......... .......... .......... 22% 410M 2m38s 68650K .......... .......... .......... .......... .......... 22% 413M 2m38s 68700K .......... .......... .......... .......... .......... 22% 417M 2m38s 68750K .......... .......... .......... .......... .......... 22% 352M 2m38s 68800K .......... .......... .......... .......... .......... 22% 2.85M 2m38s 68850K .......... .......... .......... .......... .......... 22% 4.25M 2m38s 68900K .......... .......... .......... .......... .......... 22% 342K 2m38s 68950K .......... .......... .......... .......... .......... 22% 1.60M 2m38s 69000K .......... .......... .......... .......... .......... 22% 548K 2m38s 69050K .......... .......... .......... .......... .......... 22% 1.07M 2m38s 69100K .......... .......... .......... .......... .......... 22% 685K 2m38s 69150K .......... .......... .......... .......... .......... 22% 1.64M 2m38s 69200K .......... .......... .......... .......... .......... 22% 2.45M 2m38s 69250K .......... .......... .......... .......... .......... 22% 1.23M 2m38s 69300K .......... .......... .......... .......... .......... 22% 1.96M 2m38s 69350K .......... .......... .......... .......... .......... 22% 2.83M 2m38s 69400K .......... .......... .......... .......... .......... 22% 4.44M 2m38s 69450K .......... .......... .......... .......... .......... 22% 1.38M 2m38s 69500K .......... .......... .......... .......... .......... 22% 3.35M 2m38s 69550K .......... .......... .......... .......... .......... 22% 2.32M 2m38s 69600K .......... .......... .......... .......... .......... 22% 1.87M 2m38s 69650K .......... .......... .......... .......... .......... 22% 2.00M 2m38s 69700K .......... .......... .......... .......... .......... 22% 964K 2m38s 69750K .......... .......... .......... .......... .......... 22% 10.3M 2m38s 69800K .......... .......... .......... .......... .......... 22% 1.34M 2m38s 69850K .......... .......... .......... .......... .......... 22% 691K 2m38s 69900K .......... .......... .......... .......... .......... 22% 1.82M 2m38s 69950K .......... .......... .......... .......... .......... 22% 47.6M 2m38s 70000K .......... .......... .......... .......... .......... 22% 2.74M 2m37s 70050K .......... .......... .......... .......... .......... 22% 3.78M 2m37s 70100K .......... .......... .......... .......... .......... 22% 384K 2m38s 70150K .......... .......... .......... .......... .......... 22% 1.80M 2m38s 70200K .......... .......... .......... .......... .......... 22% 1.07M 2m38s 70250K .......... .......... .......... .......... .......... 22% 1.09M 2m38s 70300K .......... .......... .......... .......... .......... 22% 12.3M 2m37s 70350K .......... .......... .......... .......... .......... 22% 2.11M 2m37s 70400K .......... .......... .......... .......... .......... 22% 1.63M 2m37s 70450K .......... .......... .......... .......... .......... 22% 1.69M 2m37s 70500K .......... .......... .......... .......... .......... 22% 2.13M 2m37s 70550K .......... .......... .......... .......... .......... 22% 2.18M 2m37s 70600K .......... .......... .......... .......... .......... 22% 1.75M 2m37s 70650K .......... .......... .......... .......... .......... 22% 1.39M 2m37s 70700K .......... .......... .......... .......... .......... 22% 2.58M 2m37s 70750K .......... .......... .......... .......... .......... 22% 1.46M 2m37s 70800K .......... .......... .......... .......... .......... 22% 1.80M 2m37s 70850K .......... .......... .......... .......... .......... 22% 1.90M 2m37s 70900K .......... .......... .......... .......... .......... 22% 1.06M 2m37s 70950K .......... .......... .......... .......... .......... 22% 2.17M 2m37s 71000K .......... .......... .......... .......... .......... 22% 938K 2m37s 71050K .......... .......... .......... .......... .......... 22% 2.61M 2m37s 71100K .......... .......... .......... .......... .......... 22% 1.32M 2m37s 71150K .......... .......... .......... .......... .......... 22% 1.57M 2m37s 71200K .......... .......... .......... .......... .......... 22% 2.30M 2m37s 71250K .......... .......... .......... .......... .......... 22% 4.00M 2m37s 71300K .......... .......... .......... .......... .......... 22% 7.12M 2m36s 71350K .......... .......... .......... .......... .......... 22% 1.65M 2m36s 71400K .......... .......... .......... .......... .......... 22% 436K 2m37s 71450K .......... .......... .......... .......... .......... 22% 1.69M 2m37s 71500K .......... .......... .......... .......... .......... 22% 1.42M 2m37s 71550K .......... .......... .......... .......... .......... 22% 952K 2m37s 71600K .......... .......... .......... .......... .......... 22% 2.02M 2m37s 71650K .......... .......... .......... .......... .......... 23% 3.91M 2m36s 71700K .......... .......... .......... .......... .......... 23% 2.44M 2m36s 71750K .......... .......... .......... .......... .......... 23% 1.45M 2m36s 71800K .......... .......... .......... .......... .......... 23% 2.33M 2m36s 71850K .......... .......... .......... .......... .......... 23% 13.0M 2m36s 71900K .......... .......... .......... .......... .......... 23% 3.61M 2m36s 71950K .......... .......... .......... .......... .......... 23% 2.08M 2m36s 72000K .......... .......... .......... .......... .......... 23% 1.49M 2m36s 72050K .......... .......... .......... .......... .......... 23% 1.46M 2m36s 72100K .......... .......... .......... .......... .......... 23% 808K 2m36s 72150K .......... .......... .......... .......... .......... 23% 2.41M 2m36s 72200K .......... .......... .......... .......... .......... 23% 2.79M 2m36s 72250K .......... .......... .......... .......... .......... 23% 5.24M 2m36s 72300K .......... .......... .......... .......... .......... 23% 1.49M 2m36s 72350K .......... .......... .......... .......... .......... 23% 1.72M 2m36s 72400K .......... .......... .......... .......... .......... 23% 3.82M 2m36s 72450K .......... .......... .......... .......... .......... 23% 2.31M 2m35s 72500K .......... .......... .......... .......... .......... 23% 2.15M 2m35s 72550K .......... .......... .......... .......... .......... 23% 1.40M 2m35s 72600K .......... .......... .......... .......... .......... 23% 990K 2m35s 72650K .......... .......... .......... .......... .......... 23% 2.21M 2m35s 72700K .......... .......... .......... .......... .......... 23% 5.42M 2m35s 72750K .......... .......... .......... .......... .......... 23% 1.07M 2m35s 72800K .......... .......... .......... .......... .......... 23% 1.46M 2m35s 72850K .......... .......... .......... .......... .......... 23% 3.69M 2m35s 72900K .......... .......... .......... .......... .......... 23% 23.5M 2m35s 72950K .......... .......... .......... .......... .......... 23% 4.26M 2m35s 73000K .......... .......... .......... .......... .......... 23% 1.84M 2m35s 73050K .......... .......... .......... .......... .......... 23% 14.3M 2m35s 73100K .......... .......... .......... .......... .......... 23% 2.42M 2m35s 73150K .......... .......... .......... .......... .......... 23% 371K 2m35s 73200K .......... .......... .......... .......... .......... 23% 2.28M 2m35s 73250K .......... .......... .......... .......... .......... 23% 699K 2m35s 73300K .......... .......... .......... .......... .......... 23% 15.7M 2m35s 73350K .......... .......... .......... .......... .......... 23% 4.13M 2m35s 73400K .......... .......... .......... .......... .......... 23% 721K 2m35s 73450K .......... .......... .......... .......... .......... 23% 2.09M 2m35s 73500K .......... .......... .......... .......... .......... 23% 2.14M 2m35s 73550K .......... .......... .......... .......... .......... 23% 504K 2m35s 73600K .......... .......... .......... .......... .......... 23% 1.58M 2m35s 73650K .......... .......... .......... .......... .......... 23% 1.23M 2m35s 73700K .......... .......... .......... .......... .......... 23% 1.46M 2m35s 73750K .......... .......... .......... .......... .......... 23% 875K 2m35s 73800K .......... .......... .......... .......... .......... 23% 595K 2m35s 73850K .......... .......... .......... .......... .......... 23% 219K 2m36s 73900K .......... .......... .......... .......... .......... 23% 421K 2m36s 73950K .......... .......... .......... .......... .......... 23% 722K 2m36s 74000K .......... .......... .......... .......... .......... 23% 995K 2m36s 74050K .......... .......... .......... .......... .......... 23% 751K 2m36s 74100K .......... .......... .......... .......... .......... 23% 1.99M 2m36s 74150K .......... .......... .......... .......... .......... 23% 1.79M 2m36s 74200K .......... .......... .......... .......... .......... 23% 1.60M 2m36s 74250K .......... .......... .......... .......... .......... 23% 1.54M 2m36s 74300K .......... .......... .......... .......... .......... 23% 2.62M 2m36s 74350K .......... .......... .......... .......... .......... 23% 719K 2m36s 74400K .......... .......... .......... .......... .......... 23% 5.91M 2m36s 74450K .......... .......... .......... .......... .......... 23% 2.03M 2m36s 74500K .......... .......... .......... .......... .......... 23% 384K 2m36s 74550K .......... .......... .......... .......... .......... 23% 1.41M 2m36s 74600K .......... .......... .......... .......... .......... 23% 4.64M 2m36s 74650K .......... .......... .......... .......... .......... 23% 2.23M 2m36s 74700K .......... .......... .......... .......... .......... 23% 1.65M 2m36s 74750K .......... .......... .......... .......... .......... 24% 1.31M 2m36s 74800K .......... .......... .......... .......... .......... 24% 3.70M 2m36s 74850K .......... .......... .......... .......... .......... 24% 1.02M 2m36s 74900K .......... .......... .......... .......... .......... 24% 1.21M 2m36s 74950K .......... .......... .......... .......... .......... 24% 2.41M 2m36s 75000K .......... .......... .......... .......... .......... 24% 18.0M 2m35s 75050K .......... .......... .......... .......... .......... 24% 2.97M 2m35s 75100K .......... .......... .......... .......... .......... 24% 2.58M 2m35s 75150K .......... .......... .......... .......... .......... 24% 1.99M 2m35s 75200K .......... .......... .......... .......... .......... 24% 2.24M 2m35s 75250K .......... .......... .......... .......... .......... 24% 389K 2m35s 75300K .......... .......... .......... .......... .......... 24% 577K 2m36s 75350K .......... .......... .......... .......... .......... 24% 5.21M 2m35s 75400K .......... .......... .......... .......... .......... 24% 1.52M 2m35s 75450K .......... .......... .......... .......... .......... 24% 2.67M 2m35s 75500K .......... .......... .......... .......... .......... 24% 1.69M 2m35s 75550K .......... .......... .......... .......... .......... 24% 2.03M 2m35s 75600K .......... .......... .......... .......... .......... 24% 3.10M 2m35s 75650K .......... .......... .......... .......... .......... 24% 2.46M 2m35s 75700K .......... .......... .......... .......... .......... 24% 744K 2m35s 75750K .......... .......... .......... .......... .......... 24% 63.2M 2m35s 75800K .......... .......... .......... .......... .......... 24% 2.17M 2m35s 75850K .......... .......... .......... .......... .......... 24% 4.45M 2m35s 75900K .......... .......... .......... .......... .......... 24% 476K 2m35s 75950K .......... .......... .......... .......... .......... 24% 682K 2m35s 76000K .......... .......... .......... .......... .......... 24% 1.08M 2m35s 76050K .......... .......... .......... .......... .......... 24% 1.01M 2m35s 76100K .......... .......... .......... .......... .......... 24% 1.53M 2m35s 76150K .......... .......... .......... .......... .......... 24% 1.13M 2m35s 76200K .......... .......... .......... .......... .......... 24% 2.86M 2m35s 76250K .......... .......... .......... .......... .......... 24% 4.41M 2m35s 76300K .......... .......... .......... .......... .......... 24% 4.65M 2m35s 76350K .......... .......... .......... .......... .......... 24% 2.08M 2m35s 76400K .......... .......... .......... .......... .......... 24% 1.10M 2m35s 76450K .......... .......... .......... .......... .......... 24% 3.35M 2m35s 76500K .......... .......... .......... .......... .......... 24% 3.58M 2m35s 76550K .......... .......... .......... .......... .......... 24% 2.99M 2m34s 76600K .......... .......... .......... .......... .......... 24% 344K 2m35s 76650K .......... .......... .......... .......... .......... 24% 2.16M 2m35s 76700K .......... .......... .......... .......... .......... 24% 3.25M 2m35s 76750K .......... .......... .......... .......... .......... 24% 1.74M 2m35s 76800K .......... .......... .......... .......... .......... 24% 1.87M 2m35s 76850K .......... .......... .......... .......... .......... 24% 2.59M 2m34s 76900K .......... .......... .......... .......... .......... 24% 2.29M 2m34s 76950K .......... .......... .......... .......... .......... 24% 2.17M 2m34s 77000K .......... .......... .......... .......... .......... 24% 2.19M 2m34s 77050K .......... .......... .......... .......... .......... 24% 1.15M 2m34s 77100K .......... .......... .......... .......... .......... 24% 3.50M 2m34s 77150K .......... .......... .......... .......... .......... 24% 2.39M 2m34s 77200K .......... .......... .......... .......... .......... 24% 2.84M 2m34s 77250K .......... .......... .......... .......... .......... 24% 1.48M 2m34s 77300K .......... .......... .......... .......... .......... 24% 3.64M 2m34s 77350K .......... .......... .......... .......... .......... 24% 566K 2m34s 77400K .......... .......... .......... .......... .......... 24% 6.52M 2m34s 77450K .......... .......... .......... .......... .......... 24% 1.53M 2m34s 77500K .......... .......... .......... .......... .......... 24% 250K 2m34s 77550K .......... .......... .......... .......... .......... 24% 4.24M 2m34s 77600K .......... .......... .......... .......... .......... 24% 485K 2m34s 77650K .......... .......... .......... .......... .......... 24% 2.10M 2m34s 77700K .......... .......... .......... .......... .......... 24% 780K 2m34s 77750K .......... .......... .......... .......... .......... 24% 2.23M 2m34s 77800K .......... .......... .......... .......... .......... 24% 2.01M 2m34s 77850K .......... .......... .......... .......... .......... 24% 1.67M 2m34s 77900K .......... .......... .......... .......... .......... 25% 1.37M 2m34s 77950K .......... .......... .......... .......... .......... 25% 543K 2m34s 78000K .......... .......... .......... .......... .......... 25% 2.75M 2m34s 78050K .......... .......... .......... .......... .......... 25% 2.74M 2m34s 78100K .......... .......... .......... .......... .......... 25% 2.43M 2m34s 78150K .......... .......... .......... .......... .......... 25% 1.57M 2m34s 78200K .......... .......... .......... .......... .......... 25% 1.66M 2m34s 78250K .......... .......... .......... .......... .......... 25% 2.67M 2m34s 78300K .......... .......... .......... .......... .......... 25% 1.44M 2m34s 78350K .......... .......... .......... .......... .......... 25% 2.72M 2m34s 78400K .......... .......... .......... .......... .......... 25% 2.16M 2m34s 78450K .......... .......... .......... .......... .......... 25% 2.15M 2m34s 78500K .......... .......... .......... .......... .......... 25% 356K 2m34s 78550K .......... .......... .......... .......... .......... 25% 3.31M 2m34s 78600K .......... .......... .......... .......... .......... 25% 2.32M 2m34s 78650K .......... .......... .......... .......... .......... 25% 2.18M 2m34s 78700K .......... .......... .......... .......... .......... 25% 1.32M 2m34s 78750K .......... .......... .......... .......... .......... 25% 2.46M 2m34s 78800K .......... .......... .......... .......... .......... 25% 1.48M 2m34s 78850K .......... .......... .......... .......... .......... 25% 3.28M 2m34s 78900K .......... .......... .......... .......... .......... 25% 4.47M 2m33s 78950K .......... .......... .......... .......... .......... 25% 3.12M 2m33s 79000K .......... .......... .......... .......... .......... 25% 1.67M 2m33s 79050K .......... .......... .......... .......... .......... 25% 1.75M 2m33s 79100K .......... .......... .......... .......... .......... 25% 3.95M 2m33s 79150K .......... .......... .......... .......... .......... 25% 1.58M 2m33s 79200K .......... .......... .......... .......... .......... 25% 9.08M 2m33s 79250K .......... .......... .......... .......... .......... 25% 2.18M 2m33s 79300K .......... .......... .......... .......... .......... 25% 2.97M 2m33s 79350K .......... .......... .......... .......... .......... 25% 1.92M 2m33s 79400K .......... .......... .......... .......... .......... 25% 2.25M 2m33s 79450K .......... .......... .......... .......... .......... 25% 878K 2m33s 79500K .......... .......... .......... .......... .......... 25% 2.71M 2m33s 79550K .......... .......... .......... .......... .......... 25% 718K 2m33s 79600K .......... .......... .......... .......... .......... 25% 2.47M 2m33s 79650K .......... .......... .......... .......... .......... 25% 2.69M 2m33s 79700K .......... .......... .......... .......... .......... 25% 3.83M 2m33s 79750K .......... .......... .......... .......... .......... 25% 5.54M 2m32s 79800K .......... .......... .......... .......... .......... 25% 2.14M 2m32s 79850K .......... .......... .......... .......... .......... 25% 1.13M 2m32s 79900K .......... .......... .......... .......... .......... 25% 1.72M 2m32s 79950K .......... .......... .......... .......... .......... 25% 7.07M 2m32s 80000K .......... .......... .......... .......... .......... 25% 877K 2m32s 80050K .......... .......... .......... .......... .......... 25% 2.98M 2m32s 80100K .......... .......... .......... .......... .......... 25% 9.77M 2m32s 80150K .......... .......... .......... .......... .......... 25% 424K 2m32s 80200K .......... .......... .......... .......... .......... 25% 1.52M 2m32s 80250K .......... .......... .......... .......... .......... 25% 1.23M 2m32s 80300K .......... .......... .......... .......... .......... 25% 5.53M 2m32s 80350K .......... .......... .......... .......... .......... 25% 85.7K 2m34s 80400K .......... .......... .......... .......... .......... 25% 192M 2m34s 80450K .......... .......... .......... .......... .......... 25% 210M 2m33s 80500K .......... .......... .......... .......... .......... 25% 202M 2m33s 80550K .......... .......... .......... .......... .......... 25% 172M 2m33s 80600K .......... .......... .......... .......... .......... 25% 207M 2m33s 80650K .......... .......... .......... .......... .......... 25% 200M 2m33s 80700K .......... .......... .......... .......... .......... 25% 206M 2m33s 80750K .......... .......... .......... .......... .......... 25% 172M 2m33s 80800K .......... .......... .......... .......... .......... 25% 196M 2m33s 80850K .......... .......... .......... .......... .......... 25% 206M 2m32s 80900K .......... .......... .......... .......... .......... 25% 210M 2m32s 80950K .......... .......... .......... .......... .......... 25% 179M 2m32s 81000K .......... .......... .......... .......... .......... 26% 251M 2m32s 81050K .......... .......... .......... .......... .......... 26% 94.4M 2m32s 81100K .......... .......... .......... .......... .......... 26% 1.15M 2m32s 81150K .......... .......... .......... .......... .......... 26% 1.68M 2m32s 81200K .......... .......... .......... .......... .......... 26% 2.06M 2m32s 81250K .......... .......... .......... .......... .......... 26% 1.83M 2m32s 81300K .......... .......... .......... .......... .......... 26% 3.75M 2m32s 81350K .......... .......... .......... .......... .......... 26% 5.76M 2m32s 81400K .......... .......... .......... .......... .......... 26% 11.7M 2m31s 81450K .......... .......... .......... .......... .......... 26% 1.46M 2m31s 81500K .......... .......... .......... .......... .......... 26% 2.17M 2m31s 81550K .......... .......... .......... .......... .......... 26% 1.76M 2m31s 81600K .......... .......... .......... .......... .......... 26% 3.33M 2m31s 81650K .......... .......... .......... .......... .......... 26% 65.6M 2m31s 81700K .......... .......... .......... .......... .......... 26% 4.38M 2m31s 81750K .......... .......... .......... .......... .......... 26% 1.53M 2m31s 81800K .......... .......... .......... .......... .......... 26% 2.60M 2m31s 81850K .......... .......... .......... .......... .......... 26% 2.50M 2m31s 81900K .......... .......... .......... .......... .......... 26% 450K 2m31s 81950K .......... .......... .......... .......... .......... 26% 1.90M 2m31s 82000K .......... .......... .......... .......... .......... 26% 1.71M 2m31s 82050K .......... .......... .......... .......... .......... 26% 2.11M 2m31s 82100K .......... .......... .......... .......... .......... 26% 2.48M 2m31s 82150K .......... .......... .......... .......... .......... 26% 3.34M 2m31s 82200K .......... .......... .......... .......... .......... 26% 3.54M 2m31s 82250K .......... .......... .......... .......... .......... 26% 2.44M 2m31s 82300K .......... .......... .......... .......... .......... 26% 1.61M 2m31s 82350K .......... .......... .......... .......... .......... 26% 2.15M 2m30s 82400K .......... .......... .......... .......... .......... 26% 1.88M 2m30s 82450K .......... .......... .......... .......... .......... 26% 1.77M 2m30s 82500K .......... .......... .......... .......... .......... 26% 40.8M 2m30s 82550K .......... .......... .......... .......... .......... 26% 1.37M 2m30s 82600K .......... .......... .......... .......... .......... 26% 13.1M 2m30s 82650K .......... .......... .......... .......... .......... 26% 3.10M 2m30s 82700K .......... .......... .......... .......... .......... 26% 2.94M 2m30s 82750K .......... .......... .......... .......... .......... 26% 1.21M 2m30s 82800K .......... .......... .......... .......... .......... 26% 2.93M 2m30s 82850K .......... .......... .......... .......... .......... 26% 2.91M 2m30s 82900K .......... .......... .......... .......... .......... 26% 3.90M 2m30s 82950K .......... .......... .......... .......... .......... 26% 3.85M 2m30s 83000K .......... .......... .......... .......... .......... 26% 3.11M 2m30s 83050K .......... .......... .......... .......... .......... 26% 1.11M 2m30s 83100K .......... .......... .......... .......... .......... 26% 3.12M 2m29s 83150K .......... .......... .......... .......... .......... 26% 4.04M 2m29s 83200K .......... .......... .......... .......... .......... 26% 1.82M 2m29s 83250K .......... .......... .......... .......... .......... 26% 1.22M 2m29s 83300K .......... .......... .......... .......... .......... 26% 4.05M 2m29s 83350K .......... .......... .......... .......... .......... 26% 1.67M 2m29s 83400K .......... .......... .......... .......... .......... 26% 377K 2m29s 83450K .......... .......... .......... .......... .......... 26% 1.61M 2m29s 83500K .......... .......... .......... .......... .......... 26% 1.56M 2m29s 83550K .......... .......... .......... .......... .......... 26% 2.22M 2m29s 83600K .......... .......... .......... .......... .......... 26% 3.28M 2m29s 83650K .......... .......... .......... .......... .......... 26% 2.18M 2m29s 83700K .......... .......... .......... .......... .......... 26% 1.14M 2m29s 83750K .......... .......... .......... .......... .......... 26% 2.33M 2m29s 83800K .......... .......... .......... .......... .......... 26% 2.73M 2m29s 83850K .......... .......... .......... .......... .......... 26% 2.20M 2m29s 83900K .......... .......... .......... .......... .......... 26% 2.40M 2m29s 83950K .......... .......... .......... .......... .......... 26% 4.16M 2m29s 84000K .......... .......... .......... .......... .......... 26% 2.50M 2m29s 84050K .......... .......... .......... .......... .......... 26% 1.81M 2m29s 84100K .......... .......... .......... .......... .......... 27% 2.20M 2m29s 84150K .......... .......... .......... .......... .......... 27% 359K 2m29s 84200K .......... .......... .......... .......... .......... 27% 1.31M 2m29s 84250K .......... .......... .......... .......... .......... 27% 925K 2m29s 84300K .......... .......... .......... .......... .......... 27% 1.56M 2m29s 84350K .......... .......... .......... .......... .......... 27% 1.41M 2m29s 84400K .......... .......... .......... .......... .......... 27% 1.70M 2m29s 84450K .......... .......... .......... .......... .......... 27% 1.39M 2m29s 84500K .......... .......... .......... .......... .......... 27% 3.97M 2m29s 84550K .......... .......... .......... .......... .......... 27% 1.96M 2m29s 84600K .......... .......... .......... .......... .......... 27% 1.09M 2m29s 84650K .......... .......... .......... .......... .......... 27% 1.71M 2m29s 84700K .......... .......... .......... .......... .......... 27% 1.78M 2m29s 84750K .......... .......... .......... .......... .......... 27% 2.08M 2m28s 84800K .......... .......... .......... .......... .......... 27% 3.41M 2m28s 84850K .......... .......... .......... .......... .......... 27% 304K 2m29s 84900K .......... .......... .......... .......... .......... 27% 336K 2m29s 84950K .......... .......... .......... .......... .......... 27% 391K 2m29s 85000K .......... .......... .......... .......... .......... 27% 2.02M 2m29s 85050K .......... .......... .......... .......... .......... 27% 1.45M 2m29s 85100K .......... .......... .......... .......... .......... 27% 2.15M 2m29s 85150K .......... .......... .......... .......... .......... 27% 1.27M 2m29s 85200K .......... .......... .......... .......... .......... 27% 4.69M 2m29s 85250K .......... .......... .......... .......... .......... 27% 2.48M 2m29s 85300K .......... .......... .......... .......... .......... 27% 981K 2m29s 85350K .......... .......... .......... .......... .......... 27% 2.93M 2m29s 85400K .......... .......... .......... .......... .......... 27% 1.69M 2m29s 85450K .......... .......... .......... .......... .......... 27% 1.03M 2m29s 85500K .......... .......... .......... .......... .......... 27% 2.86M 2m29s 85550K .......... .......... .......... .......... .......... 27% 2.67M 2m29s 85600K .......... .......... .......... .......... .......... 27% 3.16M 2m29s 85650K .......... .......... .......... .......... .......... 27% 733K 2m29s 85700K .......... .......... .......... .......... .......... 27% 2.50M 2m29s 85750K .......... .......... .......... .......... .......... 27% 56.2K 2m31s 85800K .......... .......... .......... .......... .......... 27% 2.32M 2m31s 85850K .......... .......... .......... .......... .......... 27% 504K 2m31s 85900K .......... .......... .......... .......... .......... 27% 674K 2m31s 85950K .......... .......... .......... .......... .......... 27% 841K 2m31s 86000K .......... .......... .......... .......... .......... 27% 5.48M 2m31s 86050K .......... .......... .......... .......... .......... 27% 2.01M 2m31s 86100K .......... .......... .......... .......... .......... 27% 2.66M 2m31s 86150K .......... .......... .......... .......... .......... 27% 1.74M 2m31s 86200K .......... .......... .......... .......... .......... 27% 4.49M 2m31s 86250K .......... .......... .......... .......... .......... 27% 1.55M 2m31s 86300K .......... .......... .......... .......... .......... 27% 1.87M 2m30s 86350K .......... .......... .......... .......... .......... 27% 2.70M 2m30s 86400K .......... .......... .......... .......... .......... 27% 796K 2m30s 86450K .......... .......... .......... .......... .......... 27% 1.30M 2m30s 86500K .......... .......... .......... .......... .......... 27% 2.02M 2m30s 86550K .......... .......... .......... .......... .......... 27% 999K 2m30s 86600K .......... .......... .......... .......... .......... 27% 3.07M 2m30s 86650K .......... .......... .......... .......... .......... 27% 1.02M 2m30s 86700K .......... .......... .......... .......... .......... 27% 116K 2m31s 86750K .......... .......... .......... .......... .......... 27% 1.81M 2m31s 86800K .......... .......... .......... .......... .......... 27% 1.55M 2m31s 86850K .......... .......... .......... .......... .......... 27% 471K 2m31s 86900K .......... .......... .......... .......... .......... 27% 567K 2m31s 86950K .......... .......... .......... .......... .......... 27% 1.68M 2m31s 87000K .......... .......... .......... .......... .......... 27% 1.76M 2m31s 87050K .......... .......... .......... .......... .......... 27% 184K 2m32s 87100K .......... .......... .......... .......... .......... 27% 261K 2m32s 87150K .......... .......... .......... .......... .......... 27% 628K 2m32s 87200K .......... .......... .......... .......... .......... 27% 645K 2m32s 87250K .......... .......... .......... .......... .......... 28% 939K 2m32s 87300K .......... .......... .......... .......... .......... 28% 391K 2m33s 87350K .......... .......... .......... .......... .......... 28% 719K 2m33s 87400K .......... .......... .......... .......... .......... 28% 132K 2m34s 87450K .......... .......... .......... .......... .......... 28% 347K 2m34s 87500K .......... .......... .......... .......... .......... 28% 1.62M 2m34s 87550K .......... .......... .......... .......... .......... 28% 1018K 2m34s 87600K .......... .......... .......... .......... .......... 28% 25.9M 2m34s 87650K .......... .......... .......... .......... .......... 28% 3.15M 2m34s 87700K .......... .......... .......... .......... .......... 28% 26.6M 2m34s 87750K .......... .......... .......... .......... .......... 28% 2.07M 2m33s 87800K .......... .......... .......... .......... .......... 28% 843K 2m33s 87850K .......... .......... .......... .......... .......... 28% 128K 2m34s 87900K .......... .......... .......... .......... .......... 28% 27.2M 2m34s 87950K .......... .......... .......... .......... .......... 28% 24.9M 2m34s 88000K .......... .......... .......... .......... .......... 28% 50.3M 2m34s 88050K .......... .......... .......... .......... .......... 28% 137M 2m34s 88100K .......... .......... .......... .......... .......... 28% 127M 2m34s 88150K .......... .......... .......... .......... .......... 28% 136M 2m34s 88200K .......... .......... .......... .......... .......... 28% 123M 2m34s 88250K .......... .......... .......... .......... .......... 28% 138M 2m33s 88300K .......... .......... .......... .......... .......... 28% 138M 2m33s 88350K .......... .......... .......... .......... .......... 28% 137M 2m33s 88400K .......... .......... .......... .......... .......... 28% 110M 2m33s 88450K .......... .......... .......... .......... .......... 28% 139M 2m33s 88500K .......... .......... .......... .......... .......... 28% 133M 2m33s 88550K .......... .......... .......... .......... .......... 28% 6.04M 2m33s 88600K .......... .......... .......... .......... .......... 28% 4.70M 2m33s 88650K .......... .......... .......... .......... .......... 28% 4.03M 2m33s 88700K .......... .......... .......... .......... .......... 28% 2.44M 2m32s 88750K .......... .......... .......... .......... .......... 28% 1.26M 2m32s 88800K .......... .......... .......... .......... .......... 28% 4.45M 2m32s 88850K .......... .......... .......... .......... .......... 28% 2.56M 2m32s 88900K .......... .......... .......... .......... .......... 28% 4.32M 2m32s 88950K .......... .......... .......... .......... .......... 28% 2.11M 2m32s 89000K .......... .......... .......... .......... .......... 28% 4.38M 2m32s 89050K .......... .......... .......... .......... .......... 28% 379K 2m32s 89100K .......... .......... .......... .......... .......... 28% 1.79M 2m32s 89150K .......... .......... .......... .......... .......... 28% 835K 2m32s 89200K .......... .......... .......... .......... .......... 28% 1.82M 2m32s 89250K .......... .......... .......... .......... .......... 28% 4.47M 2m32s 89300K .......... .......... .......... .......... .......... 28% 2.85M 2m32s 89350K .......... .......... .......... .......... .......... 28% 2.61M 2m32s 89400K .......... .......... .......... .......... .......... 28% 1.86M 2m32s 89450K .......... .......... .......... .......... .......... 28% 3.35M 2m32s 89500K .......... .......... .......... .......... .......... 28% 2.33M 2m32s 89550K .......... .......... .......... .......... .......... 28% 2.97M 2m32s 89600K .......... .......... .......... .......... .......... 28% 899K 2m32s 89650K .......... .......... .......... .......... .......... 28% 2.01M 2m32s 89700K .......... .......... .......... .......... .......... 28% 3.43M 2m31s 89750K .......... .......... .......... .......... .......... 28% 1.66M 2m31s 89800K .......... .......... .......... .......... .......... 28% 1.15M 2m31s 89850K .......... .......... .......... .......... .......... 28% 12.6M 2m31s 89900K .......... .......... .......... .......... .......... 28% 2.37M 2m31s 89950K .......... .......... .......... .......... .......... 28% 2.22M 2m31s 90000K .......... .......... .......... .......... .......... 28% 2.97M 2m31s 90050K .......... .......... .......... .......... .......... 28% 2.70M 2m31s 90100K .......... .......... .......... .......... .......... 28% 339K 2m31s 90150K .......... .......... .......... .......... .......... 28% 2.60M 2m31s 90200K .......... .......... .......... .......... .......... 28% 1.35M 2m31s 90250K .......... .......... .......... .......... .......... 28% 2.92M 2m31s 90300K .......... .......... .......... .......... .......... 28% 3.51M 2m31s 90350K .......... .......... .......... .......... .......... 29% 2.94M 2m31s 90400K .......... .......... .......... .......... .......... 29% 2.28M 2m31s 90450K .......... .......... .......... .......... .......... 29% 1.61M 2m31s 90500K .......... .......... .......... .......... .......... 29% 4.92M 2m31s 90550K .......... .......... .......... .......... .......... 29% 1.87M 2m31s 90600K .......... .......... .......... .......... .......... 29% 2.63M 2m31s 90650K .......... .......... .......... .......... .......... 29% 2.50M 2m31s 90700K .......... .......... .......... .......... .......... 29% 550K 2m31s 90750K .......... .......... .......... .......... .......... 29% 2.33M 2m31s 90800K .......... .......... .......... .......... .......... 29% 1.72M 2m31s 90850K .......... .......... .......... .......... .......... 29% 1.57M 2m31s 90900K .......... .......... .......... .......... .......... 29% 5.44M 2m30s 90950K .......... .......... .......... .......... .......... 29% 1.95M 2m30s 91000K .......... .......... .......... .......... .......... 29% 1.55M 2m30s 91050K .......... .......... .......... .......... .......... 29% 377K 2m31s 91100K .......... .......... .......... .......... .......... 29% 3.62M 2m30s 91150K .......... .......... .......... .......... .......... 29% 2.91M 2m30s 91200K .......... .......... .......... .......... .......... 29% 1.35M 2m30s 91250K .......... .......... .......... .......... .......... 29% 4.15M 2m30s 91300K .......... .......... .......... .......... .......... 29% 1.91M 2m30s 91350K .......... .......... .......... .......... .......... 29% 5.06M 2m30s 91400K .......... .......... .......... .......... .......... 29% 3.97M 2m30s 91450K .......... .......... .......... .......... .......... 29% 3.32M 2m30s 91500K .......... .......... .......... .......... .......... 29% 1.19M 2m30s 91550K .......... .......... .......... .......... .......... 29% 2.86M 2m30s 91600K .......... .......... .......... .......... .......... 29% 2.51M 2m30s 91650K .......... .......... .......... .......... .......... 29% 2.48M 2m30s 91700K .......... .......... .......... .......... .......... 29% 1.53M 2m30s 91750K .......... .......... .......... .......... .......... 29% 3.05M 2m30s 91800K .......... .......... .......... .......... .......... 29% 2.18M 2m30s 91850K .......... .......... .......... .......... .......... 29% 3.01M 2m29s 91900K .......... .......... .......... .......... .......... 29% 2.88M 2m29s 91950K .......... .......... .......... .......... .......... 29% 317K 2m30s 92000K .......... .......... .......... .......... .......... 29% 2.48M 2m30s 92050K .......... .......... .......... .......... .......... 29% 665K 2m30s 92100K .......... .......... .......... .......... .......... 29% 2.08M 2m30s 92150K .......... .......... .......... .......... .......... 29% 2.69M 2m29s 92200K .......... .......... .......... .......... .......... 29% 663K 2m30s 92250K .......... .......... .......... .......... .......... 29% 2.62M 2m29s 92300K .......... .......... .......... .......... .......... 29% 2.40M 2m29s 92350K .......... .......... .......... .......... .......... 29% 2.24M 2m29s 92400K .......... .......... .......... .......... .......... 29% 665K 2m29s 92450K .......... .......... .......... .......... .......... 29% 2.04M 2m29s 92500K .......... .......... .......... .......... .......... 29% 14.4M 2m29s 92550K .......... .......... .......... .......... .......... 29% 1.88M 2m29s 92600K .......... .......... .......... .......... .......... 29% 2.14M 2m29s 92650K .......... .......... .......... .......... .......... 29% 2.99M 2m29s 92700K .......... .......... .......... .......... .......... 29% 2.30M 2m29s 92750K .......... .......... .......... .......... .......... 29% 130M 2m29s 92800K .......... .......... .......... .......... .......... 29% 1.09M 2m29s 92850K .......... .......... .......... .......... .......... 29% 2.47M 2m29s 92900K .......... .......... .......... .......... .......... 29% 3.54M 2m29s 92950K .......... .......... .......... .......... .......... 29% 3.54M 2m29s 93000K .......... .......... .......... .......... .......... 29% 3.63M 2m29s 93050K .......... .......... .......... .......... .......... 29% 3.08M 2m28s 93100K .......... .......... .......... .......... .......... 29% 331K 2m29s 93150K .......... .......... .......... .......... .......... 29% 1.14M 2m29s 93200K .......... .......... .......... .......... .......... 29% 1.17M 2m29s 93250K .......... .......... .......... .......... .......... 29% 1.45M 2m29s 93300K .......... .......... .......... .......... .......... 29% 3.01M 2m29s 93350K .......... .......... .......... .......... .......... 29% 5.26M 2m28s 93400K .......... .......... .......... .......... .......... 29% 1.86M 2m28s 93450K .......... .......... .......... .......... .......... 30% 4.53M 2m28s 93500K .......... .......... .......... .......... .......... 30% 3.11M 2m28s 93550K .......... .......... .......... .......... .......... 30% 2.29M 2m28s 93600K .......... .......... .......... .......... .......... 30% 2.65M 2m28s 93650K .......... .......... .......... .......... .......... 30% 49.0M 2m28s 93700K .......... .......... .......... .......... .......... 30% 1.32M 2m28s 93750K .......... .......... .......... .......... .......... 30% 1.97M 2m28s 93800K .......... .......... .......... .......... .......... 30% 3.80M 2m28s 93850K .......... .......... .......... .......... .......... 30% 407K 2m28s 93900K .......... .......... .......... .......... .......... 30% 1.84M 2m28s 93950K .......... .......... .......... .......... .......... 30% 1.66M 2m28s 94000K .......... .......... .......... .......... .......... 30% 3.48M 2m28s 94050K .......... .......... .......... .......... .......... 30% 2.39M 2m28s 94100K .......... .......... .......... .......... .......... 30% 5.50M 2m28s 94150K .......... .......... .......... .......... .......... 30% 1.96M 2m28s 94200K .......... .......... .......... .......... .......... 30% 2.04M 2m28s 94250K .......... .......... .......... .......... .......... 30% 2.18M 2m28s 94300K .......... .......... .......... .......... .......... 30% 2.59M 2m27s 94350K .......... .......... .......... .......... .......... 30% 2.43M 2m27s 94400K .......... .......... .......... .......... .......... 30% 758K 2m27s 94450K .......... .......... .......... .......... .......... 30% 1.49M 2m27s 94500K .......... .......... .......... .......... .......... 30% 27.4M 2m27s 94550K .......... .......... .......... .......... .......... 30% 5.06M 2m27s 94600K .......... .......... .......... .......... .......... 30% 434K 2m27s 94650K .......... .......... .......... .......... .......... 30% 451K 2m28s 94700K .......... .......... .......... .......... .......... 30% 1.45M 2m27s 94750K .......... .......... .......... .......... .......... 30% 1.62M 2m27s 94800K .......... .......... .......... .......... .......... 30% 8.92M 2m27s 94850K .......... .......... .......... .......... .......... 30% 1.90M 2m27s 94900K .......... .......... .......... .......... .......... 30% 1.88M 2m27s 94950K .......... .......... .......... .......... .......... 30% 3.33M 2m27s 95000K .......... .......... .......... .......... .......... 30% 2.35M 2m27s 95050K .......... .......... .......... .......... .......... 30% 2.98M 2m27s 95100K .......... .......... .......... .......... .......... 30% 1.31M 2m27s 95150K .......... .......... .......... .......... .......... 30% 2.85M 2m27s 95200K .......... .......... .......... .......... .......... 30% 1.90M 2m27s 95250K .......... .......... .......... .......... .......... 30% 703K 2m27s 95300K .......... .......... .......... .......... .......... 30% 864K 2m27s 95350K .......... .......... .......... .......... .......... 30% 1.53M 2m27s 95400K .......... .......... .......... .......... .......... 30% 18.8M 2m27s 95450K .......... .......... .......... .......... .......... 30% 2.33M 2m27s 95500K .......... .......... .......... .......... .......... 30% 1.56M 2m27s 95550K .......... .......... .......... .......... .......... 30% 13.8M 2m27s 95600K .......... .......... .......... .......... .......... 30% 1.86M 2m27s 95650K .......... .......... .......... .......... .......... 30% 1.24M 2m26s 95700K .......... .......... .......... .......... .......... 30% 2.15M 2m26s 95750K .......... .......... .......... .......... .......... 30% 426K 2m27s 95800K .......... .......... .......... .......... .......... 30% 947K 2m27s 95850K .......... .......... .......... .......... .......... 30% 1.47M 2m27s 95900K .......... .......... .......... .......... .......... 30% 1.95M 2m27s 95950K .......... .......... .......... .......... .......... 30% 570K 2m27s 96000K .......... .......... .......... .......... .......... 30% 2.56M 2m27s 96050K .......... .......... .......... .......... .......... 30% 603K 2m27s 96100K .......... .......... .......... .......... .......... 30% 1.55M 2m27s 96150K .......... .......... .......... .......... .......... 30% 767K 2m27s 96200K .......... .......... .......... .......... .......... 30% 1.95M 2m27s 96250K .......... .......... .......... .......... .......... 30% 925K 2m27s 96300K .......... .......... .......... .......... .......... 30% 1.88M 2m27s 96350K .......... .......... .......... .......... .......... 30% 2.07M 2m26s 96400K .......... .......... .......... .......... .......... 30% 347K 2m27s 96450K .......... .......... .......... .......... .......... 30% 1.61M 2m27s 96500K .......... .......... .......... .......... .......... 30% 2.46M 2m27s 96550K .......... .......... .......... .......... .......... 30% 1.89M 2m27s 96600K .......... .......... .......... .......... .......... 31% 1.89M 2m26s 96650K .......... .......... .......... .......... .......... 31% 2.71M 2m26s 96700K .......... .......... .......... .......... .......... 31% 1.88M 2m26s 96750K .......... .......... .......... .......... .......... 31% 1.06M 2m26s 96800K .......... .......... .......... .......... .......... 31% 1.67M 2m26s 96850K .......... .......... .......... .......... .......... 31% 5.21M 2m26s 96900K .......... .......... .......... .......... .......... 31% 3.14M 2m26s 96950K .......... .......... .......... .......... .......... 31% 3.65M 2m26s 97000K .......... .......... .......... .......... .......... 31% 1.55M 2m26s 97050K .......... .......... .......... .......... .......... 31% 2.84M 2m26s 97100K .......... .......... .......... .......... .......... 31% 3.37M 2m26s 97150K .......... .......... .......... .......... .......... 31% 1.84M 2m26s 97200K .......... .......... .......... .......... .......... 31% 2.23M 2m26s 97250K .......... .......... .......... .......... .......... 31% 784K 2m26s 97300K .......... .......... .......... .......... .......... 31% 4.25M 2m26s 97350K .......... .......... .......... .......... .......... 31% 5.70M 2m26s 97400K .......... .......... .......... .......... .......... 31% 3.47M 2m26s 97450K .......... .......... .......... .......... .......... 31% 2.09M 2m25s 97500K .......... .......... .......... .......... .......... 31% 1.93M 2m25s 97550K .......... .......... .......... .......... .......... 31% 1.32M 2m25s 97600K .......... .......... .......... .......... .......... 31% 6.20M 2m25s 97650K .......... .......... .......... .......... .......... 31% 936K 2m25s 97700K .......... .......... .......... .......... .......... 31% 2.13M 2m25s 97750K .......... .......... .......... .......... .......... 31% 21.8M 2m25s 97800K .......... .......... .......... .......... .......... 31% 2.65M 2m25s 97850K .......... .......... .......... .......... .......... 31% 4.06M 2m25s 97900K .......... .......... .......... .......... .......... 31% 1015K 2m25s 97950K .......... .......... .......... .......... .......... 31% 1.89M 2m25s 98000K .......... .......... .......... .......... .......... 31% 2.09M 2m25s 98050K .......... .......... .......... .......... .......... 31% 14.3M 2m25s 98100K .......... .......... .......... .......... .......... 31% 906K 2m25s 98150K .......... .......... .......... .......... .......... 31% 2.31M 2m25s 98200K .......... .......... .......... .......... .......... 31% 1.40M 2m25s 98250K .......... .......... .......... .......... .......... 31% 1.03M 2m25s 98300K .......... .......... .......... .......... .......... 31% 1.24M 2m25s 98350K .......... .......... .......... .......... .......... 31% 1.76M 2m25s 98400K .......... .......... .......... .......... .......... 31% 2.55M 2m25s 98450K .......... .......... .......... .......... .......... 31% 2.91M 2m24s 98500K .......... .......... .......... .......... .......... 31% 2.29M 2m24s 98550K .......... .......... .......... .......... .......... 31% 4.04M 2m24s 98600K .......... .......... .......... .......... .......... 31% 2.62M 2m24s 98650K .......... .......... .......... .......... .......... 31% 1.30M 2m24s 98700K .......... .......... .......... .......... .......... 31% 4.21M 2m24s 98750K .......... .......... .......... .......... .......... 31% 2.72M 2m24s 98800K .......... .......... .......... .......... .......... 31% 3.03M 2m24s 98850K .......... .......... .......... .......... .......... 31% 1.31M 2m24s 98900K .......... .......... .......... .......... .......... 31% 1.29M 2m24s 98950K .......... .......... .......... .......... .......... 31% 2.51M 2m24s 99000K .......... .......... .......... .......... .......... 31% 4.34M 2m24s 99050K .......... .......... .......... .......... .......... 31% 2.42M 2m24s 99100K .......... .......... .......... .......... .......... 31% 713K 2m24s 99150K .......... .......... .......... .......... .......... 31% 2.73M 2m24s 99200K .......... .......... .......... .......... .......... 31% 1.73M 2m24s 99250K .......... .......... .......... .......... .......... 31% 1.28M 2m24s 99300K .......... .......... .......... .......... .......... 31% 434K 2m24s 99350K .......... .......... .......... .......... .......... 31% 1.95M 2m24s 99400K .......... .......... .......... .......... .......... 31% 1.11M 2m24s 99450K .......... .......... .......... .......... .......... 31% 3.68M 2m24s 99500K .......... .......... .......... .......... .......... 31% 2.26M 2m24s 99550K .......... .......... .......... .......... .......... 31% 1.46M 2m24s 99600K .......... .......... .......... .......... .......... 31% 1.61M 2m24s 99650K .......... .......... .......... .......... .......... 31% 3.75M 2m23s 99700K .......... .......... .......... .......... .......... 32% 2.05M 2m23s 99750K .......... .......... .......... .......... .......... 32% 2.82M 2m23s 99800K .......... .......... .......... .......... .......... 32% 2.00M 2m23s 99850K .......... .......... .......... .......... .......... 32% 1.28M 2m23s 99900K .......... .......... .......... .......... .......... 32% 1.21M 2m23s 99950K .......... .......... .......... .......... .......... 32% 3.37M 2m23s 100000K .......... .......... .......... .......... .......... 32% 28.3M 2m23s 100050K .......... .......... .......... .......... .......... 32% 3.54M 2m23s 100100K .......... .......... .......... .......... .......... 32% 2.78M 2m23s 100150K .......... .......... .......... .......... .......... 32% 2.10M 2m23s 100200K .......... .......... .......... .......... .......... 32% 2.70M 2m23s 100250K .......... .......... .......... .......... .......... 32% 2.97M 2m23s 100300K .......... .......... .......... .......... .......... 32% 5.24M 2m23s 100350K .......... .......... .......... .......... .......... 32% 1.26M 2m23s 100400K .......... .......... .......... .......... .......... 32% 3.44M 2m23s 100450K .......... .......... .......... .......... .......... 32% 3.63M 2m22s 100500K .......... .......... .......... .......... .......... 32% 1.85M 2m22s 100550K .......... .......... .......... .......... .......... 32% 2.10M 2m22s 100600K .......... .......... .......... .......... .......... 32% 2.28M 2m22s 100650K .......... .......... .......... .......... .......... 32% 4.60M 2m22s 100700K .......... .......... .......... .......... .......... 32% 1.57M 2m22s 100750K .......... .......... .......... .......... .......... 32% 423K 2m22s 100800K .......... .......... .......... .......... .......... 32% 1.53M 2m22s 100850K .......... .......... .......... .......... .......... 32% 815K 2m22s 100900K .......... .......... .......... .......... .......... 32% 2.47M 2m22s 100950K .......... .......... .......... .......... .......... 32% 632K 2m22s 101000K .......... .......... .......... .......... .......... 32% 2.99M 2m22s 101050K .......... .......... .......... .......... .......... 32% 707K 2m22s 101100K .......... .......... .......... .......... .......... 32% 519K 2m22s 101150K .......... .......... .......... .......... .......... 32% 1.24M 2m22s 101200K .......... .......... .......... .......... .......... 32% 4.67M 2m22s 101250K .......... .......... .......... .......... .......... 32% 808K 2m22s 101300K .......... .......... .......... .......... .......... 32% 2.52M 2m22s 101350K .......... .......... .......... .......... .......... 32% 499K 2m22s 101400K .......... .......... .......... .......... .......... 32% 4.05M 2m22s 101450K .......... .......... .......... .......... .......... 32% 4.60M 2m22s 101500K .......... .......... .......... .......... .......... 32% 1.26M 2m22s 101550K .......... .......... .......... .......... .......... 32% 1.76M 2m22s 101600K .......... .......... .......... .......... .......... 32% 19.2M 2m22s 101650K .......... .......... .......... .......... .......... 32% 1.88M 2m22s 101700K .......... .......... .......... .......... .......... 32% 1.94M 2m22s 101750K .......... .......... .......... .......... .......... 32% 2.00M 2m22s 101800K .......... .......... .......... .......... .......... 32% 727K 2m22s 101850K .......... .......... .......... .......... .......... 32% 875K 2m22s 101900K .......... .......... .......... .......... .......... 32% 2.63M 2m22s 101950K .......... .......... .......... .......... .......... 32% 1.78M 2m22s 102000K .......... .......... .......... .......... .......... 32% 2.21M 2m22s 102050K .......... .......... .......... .......... .......... 32% 3.35M 2m22s 102100K .......... .......... .......... .......... .......... 32% 2.90M 2m22s 102150K .......... .......... .......... .......... .......... 32% 1.66M 2m22s 102200K .......... .......... .......... .......... .......... 32% 1004K 2m22s 102250K .......... .......... .......... .......... .......... 32% 7.86M 2m21s 102300K .......... .......... .......... .......... .......... 32% 2.22M 2m21s 102350K .......... .......... .......... .......... .......... 32% 6.14M 2m21s 102400K .......... .......... .......... .......... .......... 32% 4.74M 2m21s 102450K .......... .......... .......... .......... .......... 32% 2.22M 2m21s 102500K .......... .......... .......... .......... .......... 32% 1.40M 2m21s 102550K .......... .......... .......... .......... .......... 32% 3.16M 2m21s 102600K .......... .......... .......... .......... .......... 32% 4.65M 2m21s 102650K .......... .......... .......... .......... .......... 32% 2.20M 2m21s 102700K .......... .......... .......... .......... .......... 32% 1.84M 2m21s 102750K .......... .......... .......... .......... .......... 32% 1.85M 2m21s 102800K .......... .......... .......... .......... .......... 33% 1.65M 2m21s 102850K .......... .......... .......... .......... .......... 33% 6.16M 2m21s 102900K .......... .......... .......... .......... .......... 33% 4.02M 2m21s 102950K .......... .......... .......... .......... .......... 33% 2.42M 2m21s 103000K .......... .......... .......... .......... .......... 33% 1.45M 2m21s 103050K .......... .......... .......... .......... .......... 33% 9.71M 2m20s 103100K .......... .......... .......... .......... .......... 33% 1.63M 2m20s 103150K .......... .......... .......... .......... .......... 33% 3.15M 2m20s 103200K .......... .......... .......... .......... .......... 33% 4.51M 2m20s 103250K .......... .......... .......... .......... .......... 33% 357K 2m20s 103300K .......... .......... .......... .......... .......... 33% 2.80M 2m20s 103350K .......... .......... .......... .......... .......... 33% 3.28M 2m20s 103400K .......... .......... .......... .......... .......... 33% 2.05M 2m20s 103450K .......... .......... .......... .......... .......... 33% 2.24M 2m20s 103500K .......... .......... .......... .......... .......... 33% 2.00M 2m20s 103550K .......... .......... .......... .......... .......... 33% 2.10M 2m20s 103600K .......... .......... .......... .......... .......... 33% 4.33M 2m20s 103650K .......... .......... .......... .......... .......... 33% 2.35M 2m20s 103700K .......... .......... .......... .......... .......... 33% 1.51M 2m20s 103750K .......... .......... .......... .......... .......... 33% 2.82M 2m20s 103800K .......... .......... .......... .......... .......... 33% 2.68M 2m20s 103850K .......... .......... .......... .......... .......... 33% 4.78M 2m20s 103900K .......... .......... .......... .......... .......... 33% 1.89M 2m20s 103950K .......... .......... .......... .......... .......... 33% 2.40M 2m20s 104000K .......... .......... .......... .......... .......... 33% 780K 2m20s 104050K .......... .......... .......... .......... .......... 33% 1.01M 2m20s 104100K .......... .......... .......... .......... .......... 33% 2.93M 2m20s 104150K .......... .......... .......... .......... .......... 33% 633K 2m20s 104200K .......... .......... .......... .......... .......... 33% 1003K 2m20s 104250K .......... .......... .......... .......... .......... 33% 363K 2m20s 104300K .......... .......... .......... .......... .......... 33% 3.82M 2m20s 104350K .......... .......... .......... .......... .......... 33% 1.62M 2m20s 104400K .......... .......... .......... .......... .......... 33% 3.62M 2m20s 104450K .......... .......... .......... .......... .......... 33% 2.56M 2m20s 104500K .......... .......... .......... .......... .......... 33% 2.49M 2m19s 104550K .......... .......... .......... .......... .......... 33% 569K 2m20s 104600K .......... .......... .......... .......... .......... 33% 25.3M 2m19s 104650K .......... .......... .......... .......... .......... 33% 3.05M 2m19s 104700K .......... .......... .......... .......... .......... 33% 6.02M 2m19s 104750K .......... .......... .......... .......... .......... 33% 847K 2m19s 104800K .......... .......... .......... .......... .......... 33% 1.52M 2m19s 104850K .......... .......... .......... .......... .......... 33% 4.93M 2m19s 104900K .......... .......... .......... .......... .......... 33% 1.22M 2m19s 104950K .......... .......... .......... .......... .......... 33% 1.62M 2m19s 105000K .......... .......... .......... .......... .......... 33% 1.44M 2m19s 105050K .......... .......... .......... .......... .......... 33% 5.18M 2m19s 105100K .......... .......... .......... .......... .......... 33% 1.11M 2m19s 105150K .......... .......... .......... .......... .......... 33% 393K 2m19s 105200K .......... .......... .......... .......... .......... 33% 1.51M 2m19s 105250K .......... .......... .......... .......... .......... 33% 1.76M 2m19s 105300K .......... .......... .......... .......... .......... 33% 1.83M 2m19s 105350K .......... .......... .......... .......... .......... 33% 1.02M 2m19s 105400K .......... .......... .......... .......... .......... 33% 1.03M 2m19s 105450K .......... .......... .......... .......... .......... 33% 5.03M 2m19s 105500K .......... .......... .......... .......... .......... 33% 3.09M 2m19s 105550K .......... .......... .......... .......... .......... 33% 2.34M 2m19s 105600K .......... .......... .......... .......... .......... 33% 786K 2m19s 105650K .......... .......... .......... .......... .......... 33% 452K 2m19s 105700K .......... .......... .......... .......... .......... 33% 1.68M 2m19s 105750K .......... .......... .......... .......... .......... 33% 1.91M 2m19s 105800K .......... .......... .......... .......... .......... 33% 2.90M 2m19s 105850K .......... .......... .......... .......... .......... 33% 3.04M 2m19s 105900K .......... .......... .......... .......... .......... 33% 1.24M 2m19s 105950K .......... .......... .......... .......... .......... 34% 2.86M 2m19s 106000K .......... .......... .......... .......... .......... 34% 1.56M 2m19s 106050K .......... .......... .......... .......... .......... 34% 563K 2m19s 106100K .......... .......... .......... .......... .......... 34% 1.24M 2m19s 106150K .......... .......... .......... .......... .......... 34% 2.84M 2m19s 106200K .......... .......... .......... .......... .......... 34% 6.52M 2m18s 106250K .......... .......... .......... .......... .......... 34% 1.27M 2m18s 106300K .......... .......... .......... .......... .......... 34% 1.90M 2m18s 106350K .......... .......... .......... .......... .......... 34% 1.99M 2m18s 106400K .......... .......... .......... .......... .......... 34% 2.52M 2m18s 106450K .......... .......... .......... .......... .......... 34% 2.17M 2m18s 106500K .......... .......... .......... .......... .......... 34% 1.14M 2m18s 106550K .......... .......... .......... .......... .......... 34% 2.09M 2m18s 106600K .......... .......... .......... .......... .......... 34% 323K 2m18s 106650K .......... .......... .......... .......... .......... 34% 1.99M 2m18s 106700K .......... .......... .......... .......... .......... 34% 1.76M 2m18s 106750K .......... .......... .......... .......... .......... 34% 3.95M 2m18s 106800K .......... .......... .......... .......... .......... 34% 420K 2m18s 106850K .......... .......... .......... .......... .......... 34% 1.10M 2m18s 106900K .......... .......... .......... .......... .......... 34% 2.78M 2m18s 106950K .......... .......... .......... .......... .......... 34% 2.60M 2m18s 107000K .......... .......... .......... .......... .......... 34% 1.31M 2m18s 107050K .......... .......... .......... .......... .......... 34% 1.11M 2m18s 107100K .......... .......... .......... .......... .......... 34% 2.63M 2m18s 107150K .......... .......... .......... .......... .......... 34% 876K 2m18s 107200K .......... .......... .......... .......... .......... 34% 424K 2m18s 107250K .......... .......... .......... .......... .......... 34% 1.63M 2m18s 107300K .......... .......... .......... .......... .......... 34% 3.48M 2m18s 107350K .......... .......... .......... .......... .......... 34% 1.37M 2m18s 107400K .......... .......... .......... .......... .......... 34% 1.44M 2m18s 107450K .......... .......... .......... .......... .......... 34% 25.6M 2m18s 107500K .......... .......... .......... .......... .......... 34% 2.71M 2m18s 107550K .......... .......... .......... .......... .......... 34% 2.31M 2m18s 107600K .......... .......... .......... .......... .......... 34% 2.57M 2m18s 107650K .......... .......... .......... .......... .......... 34% 2.27M 2m18s 107700K .......... .......... .......... .......... .......... 34% 2.35M 2m18s 107750K .......... .......... .......... .......... .......... 34% 1.74M 2m18s 107800K .......... .......... .......... .......... .......... 34% 1.73M 2m18s 107850K .......... .......... .......... .......... .......... 34% 3.31M 2m17s 107900K .......... .......... .......... .......... .......... 34% 3.20M 2m17s 107950K .......... .......... .......... .......... .......... 34% 2.63M 2m17s 108000K .......... .......... .......... .......... .......... 34% 3.13M 2m17s 108050K .......... .......... .......... .......... .......... 34% 561K 2m17s 108100K .......... .......... .......... .......... .......... 34% 841K 2m17s 108150K .......... .......... .......... .......... .......... 34% 1.34M 2m17s 108200K .......... .......... .......... .......... .......... 34% 2.33M 2m17s 108250K .......... .......... .......... .......... .......... 34% 2.57M 2m17s 108300K .......... .......... .......... .......... .......... 34% 965K 2m17s 108350K .......... .......... .......... .......... .......... 34% 4.85M 2m17s 108400K .......... .......... .......... .......... .......... 34% 1.89M 2m17s 108450K .......... .......... .......... .......... .......... 34% 12.5M 2m17s 108500K .......... .......... .......... .......... .......... 34% 2.15M 2m17s 108550K .......... .......... .......... .......... .......... 34% 1.06M 2m17s 108600K .......... .......... .......... .......... .......... 34% 1.46M 2m17s 108650K .......... .......... .......... .......... .......... 34% 3.33M 2m17s 108700K .......... .......... .......... .......... .......... 34% 1.48M 2m17s 108750K .......... .......... .......... .......... .......... 34% 2.18M 2m17s 108800K .......... .......... .......... .......... .......... 34% 341K 2m17s 108850K .......... .......... .......... .......... .......... 34% 1.81M 2m17s 108900K .......... .......... .......... .......... .......... 34% 2.32M 2m17s 108950K .......... .......... .......... .......... .......... 34% 423K 2m17s 109000K .......... .......... .......... .......... .......... 34% 1.80M 2m17s 109050K .......... .......... .......... .......... .......... 35% 695K 2m17s 109100K .......... .......... .......... .......... .......... 35% 9.74M 2m17s 109150K .......... .......... .......... .......... .......... 35% 2.84M 2m17s 109200K .......... .......... .......... .......... .......... 35% 1.26M 2m17s 109250K .......... .......... .......... .......... .......... 35% 926K 2m17s 109300K .......... .......... .......... .......... .......... 35% 3.10M 2m17s 109350K .......... .......... .......... .......... .......... 35% 1.91M 2m17s 109400K .......... .......... .......... .......... .......... 35% 1.39M 2m17s 109450K .......... .......... .......... .......... .......... 35% 6.89M 2m17s 109500K .......... .......... .......... .......... .......... 35% 2.25M 2m16s 109550K .......... .......... .......... .......... .......... 35% 1.01M 2m16s 109600K .......... .......... .......... .......... .......... 35% 1.73M 2m16s 109650K .......... .......... .......... .......... .......... 35% 400K 2m17s 109700K .......... .......... .......... .......... .......... 35% 502K 2m17s 109750K .......... .......... .......... .......... .......... 35% 1.59M 2m17s 109800K .......... .......... .......... .......... .......... 35% 812K 2m17s 109850K .......... .......... .......... .......... .......... 35% 2.08M 2m17s 109900K .......... .......... .......... .......... .......... 35% 2.27M 2m17s 109950K .......... .......... .......... .......... .......... 35% 1.88M 2m16s 110000K .......... .......... .......... .......... .......... 35% 995K 2m16s 110050K .......... .......... .......... .......... .......... 35% 2.34M 2m16s 110100K .......... .......... .......... .......... .......... 35% 978K 2m16s 110150K .......... .......... .......... .......... .......... 35% 2.96M 2m16s 110200K .......... .......... .......... .......... .......... 35% 2.30M 2m16s 110250K .......... .......... .......... .......... .......... 35% 14.8M 2m16s 110300K .......... .......... .......... .......... .......... 35% 1.04M 2m16s 110350K .......... .......... .......... .......... .......... 35% 3.32M 2m16s 110400K .......... .......... .......... .......... .......... 35% 406K 2m16s 110450K .......... .......... .......... .......... .......... 35% 2.72M 2m16s 110500K .......... .......... .......... .......... .......... 35% 2.60M 2m16s 110550K .......... .......... .......... .......... .......... 35% 2.24M 2m16s 110600K .......... .......... .......... .......... .......... 35% 1.97M 2m16s 110650K .......... .......... .......... .......... .......... 35% 9.63M 2m16s 110700K .......... .......... .......... .......... .......... 35% 2.67M 2m16s 110750K .......... .......... .......... .......... .......... 35% 1.11M 2m16s 110800K .......... .......... .......... .......... .......... 35% 2.36M 2m16s 110850K .......... .......... .......... .......... .......... 35% 1.64M 2m16s 110900K .......... .......... .......... .......... .......... 35% 2.35M 2m16s 110950K .......... .......... .......... .......... .......... 35% 1.59M 2m16s 111000K .......... .......... .......... .......... .......... 35% 4.57M 2m16s 111050K .......... .......... .......... .......... .......... 35% 2.47M 2m16s 111100K .......... .......... .......... .......... .......... 35% 1.76M 2m15s 111150K .......... .......... .......... .......... .......... 35% 2.88M 2m15s 111200K .......... .......... .......... .......... .......... 35% 2.18M 2m15s 111250K .......... .......... .......... .......... .......... 35% 2.08M 2m15s 111300K .......... .......... .......... .......... .......... 35% 2.74M 2m15s 111350K .......... .......... .......... .......... .......... 35% 2.57M 2m15s 111400K .......... .......... .......... .......... .......... 35% 834K 2m15s 111450K .......... .......... .......... .......... .......... 35% 1.82M 2m15s 111500K .......... .......... .......... .......... .......... 35% 24.2M 2m15s 111550K .......... .......... .......... .......... .......... 35% 3.02M 2m15s 111600K .......... .......... .......... .......... .......... 35% 1.70M 2m15s 111650K .......... .......... .......... .......... .......... 35% 1.04M 2m15s 111700K .......... .......... .......... .......... .......... 35% 1.74M 2m15s 111750K .......... .......... .......... .......... .......... 35% 6.92M 2m15s 111800K .......... .......... .......... .......... .......... 35% 1.41M 2m15s 111850K .......... .......... .......... .......... .......... 35% 1.47M 2m15s 111900K .......... .......... .......... .......... .......... 35% 2.50M 2m15s 111950K .......... .......... .......... .......... .......... 35% 469K 2m15s 112000K .......... .......... .......... .......... .......... 35% 1.42M 2m15s 112050K .......... .......... .......... .......... .......... 35% 2.21M 2m15s 112100K .......... .......... .......... .......... .......... 35% 2.66M 2m15s 112150K .......... .......... .......... .......... .......... 36% 4.09M 2m15s 112200K .......... .......... .......... .......... .......... 36% 1.53M 2m15s 112250K .......... .......... .......... .......... .......... 36% 2.29M 2m14s 112300K .......... .......... .......... .......... .......... 36% 1.75M 2m14s 112350K .......... .......... .......... .......... .......... 36% 1.69M 2m14s 112400K .......... .......... .......... .......... .......... 36% 4.19M 2m14s 112450K .......... .......... .......... .......... .......... 36% 898K 2m14s 112500K .......... .......... .......... .......... .......... 36% 1.50M 2m14s 112550K .......... .......... .......... .......... .......... 36% 5.58M 2m14s 112600K .......... .......... .......... .......... .......... 36% 2.42M 2m14s 112650K .......... .......... .......... .......... .......... 36% 2.97M 2m14s 112700K .......... .......... .......... .......... .......... 36% 3.35M 2m14s 112750K .......... .......... .......... .......... .......... 36% 3.73M 2m14s 112800K .......... .......... .......... .......... .......... 36% 2.23M 2m14s 112850K .......... .......... .......... .......... .......... 36% 5.66M 2m14s 112900K .......... .......... .......... .......... .......... 36% 385K 2m14s 112950K .......... .......... .......... .......... .......... 36% 1.50M 2m14s 113000K .......... .......... .......... .......... .......... 36% 1.95M 2m14s 113050K .......... .......... .......... .......... .......... 36% 2.03M 2m14s 113100K .......... .......... .......... .......... .......... 36% 1.61M 2m14s 113150K .......... .......... .......... .......... .......... 36% 1.56M 2m14s 113200K .......... .......... .......... .......... .......... 36% 2.65M 2m14s 113250K .......... .......... .......... .......... .......... 36% 4.31M 2m14s 113300K .......... .......... .......... .......... .......... 36% 3.14M 2m14s 113350K .......... .......... .......... .......... .......... 36% 908K 2m14s 113400K .......... .......... .......... .......... .......... 36% 1.22M 2m14s 113450K .......... .......... .......... .......... .......... 36% 8.80M 2m13s 113500K .......... .......... .......... .......... .......... 36% 3.85M 2m13s 113550K .......... .......... .......... .......... .......... 36% 1.22M 2m13s 113600K .......... .......... .......... .......... .......... 36% 1.54M 2m13s 113650K .......... .......... .......... .......... .......... 36% 26.7M 2m13s 113700K .......... .......... .......... .......... .......... 36% 4.36M 2m13s 113750K .......... .......... .......... .......... .......... 36% 3.27M 2m13s 113800K .......... .......... .......... .......... .......... 36% 2.49M 2m13s 113850K .......... .......... .......... .......... .......... 36% 1.73M 2m13s 113900K .......... .......... .......... .......... .......... 36% 2.76M 2m13s 113950K .......... .......... .......... .......... .......... 36% 439K 2m13s 114000K .......... .......... .......... .......... .......... 36% 2.19M 2m13s 114050K .......... .......... .......... .......... .......... 36% 1.34M 2m13s 114100K .......... .......... .......... .......... .......... 36% 3.25M 2m13s 114150K .......... .......... .......... .......... .......... 36% 2.35M 2m13s 114200K .......... .......... .......... .......... .......... 36% 2.39M 2m13s 114250K .......... .......... .......... .......... .......... 36% 2.25M 2m13s 114300K .......... .......... .......... .......... .......... 36% 1.21M 2m13s 114350K .......... .......... .......... .......... .......... 36% 5.10M 2m13s 114400K .......... .......... .......... .......... .......... 36% 3.03M 2m13s 114450K .......... .......... .......... .......... .......... 36% 1.50M 2m13s 114500K .......... .......... .......... .......... .......... 36% 2.30M 2m12s 114550K .......... .......... .......... .......... .......... 36% 1.02M 2m12s 114600K .......... .......... .......... .......... .......... 36% 4.83M 2m12s 114650K .......... .......... .......... .......... .......... 36% 2.64M 2m12s 114700K .......... .......... .......... .......... .......... 36% 1.46M 2m12s 114750K .......... .......... .......... .......... .......... 36% 1.60M 2m12s 114800K .......... .......... .......... .......... .......... 36% 8.57M 2m12s 114850K .......... .......... .......... .......... .......... 36% 2.26M 2m12s 114900K .......... .......... .......... .......... .......... 36% 5.70M 2m12s 114950K .......... .......... .......... .......... .......... 36% 2.24M 2m12s 115000K .......... .......... .......... .......... .......... 36% 1.28M 2m12s 115050K .......... .......... .......... .......... .......... 36% 407K 2m12s 115100K .......... .......... .......... .......... .......... 36% 1.74M 2m12s 115150K .......... .......... .......... .......... .......... 36% 1.12M 2m12s 115200K .......... .......... .......... .......... .......... 36% 1.79M 2m12s 115250K .......... .......... .......... .......... .......... 36% 2.36M 2m12s 115300K .......... .......... .......... .......... .......... 37% 4.46M 2m12s 115350K .......... .......... .......... .......... .......... 37% 2.15M 2m12s 115400K .......... .......... .......... .......... .......... 37% 821K 2m12s 115450K .......... .......... .......... .......... .......... 37% 3.33M 2m12s 115500K .......... .......... .......... .......... .......... 37% 1.40M 2m12s 115550K .......... .......... .......... .......... .......... 37% 1.07M 2m12s 115600K .......... .......... .......... .......... .......... 37% 2.77M 2m12s 115650K .......... .......... .......... .......... .......... 37% 4.04M 2m12s 115700K .......... .......... .......... .......... .......... 37% 1.96M 2m11s 115750K .......... .......... .......... .......... .......... 37% 1.56M 2m11s 115800K .......... .......... .......... .......... .......... 37% 2.86M 2m11s 115850K .......... .......... .......... .......... .......... 37% 433K 2m12s 115900K .......... .......... .......... .......... .......... 37% 1.58M 2m11s 115950K .......... .......... .......... .......... .......... 37% 472K 2m12s 116000K .......... .......... .......... .......... .......... 37% 1.00M 2m12s 116050K .......... .......... .......... .......... .......... 37% 4.15M 2m11s 116100K .......... .......... .......... .......... .......... 37% 1.31M 2m11s 116150K .......... .......... .......... .......... .......... 37% 873K 2m11s 116200K .......... .......... .......... .......... .......... 37% 514K 2m12s 116250K .......... .......... .......... .......... .......... 37% 1.33M 2m11s 116300K .......... .......... .......... .......... .......... 37% 2.09M 2m11s 116350K .......... .......... .......... .......... .......... 37% 2.43M 2m11s 116400K .......... .......... .......... .......... .......... 37% 2.56M 2m11s 116450K .......... .......... .......... .......... .......... 37% 2.54M 2m11s 116500K .......... .......... .......... .......... .......... 37% 17.1M 2m11s 116550K .......... .......... .......... .......... .......... 37% 4.48M 2m11s 116600K .......... .......... .......... .......... .......... 37% 304K 2m11s 116650K .......... .......... .......... .......... .......... 37% 4.26M 2m11s 116700K .......... .......... .......... .......... .......... 37% 2.30M 2m11s 116750K .......... .......... .......... .......... .......... 37% 1.15M 2m11s 116800K .......... .......... .......... .......... .......... 37% 1.53M 2m11s 116850K .......... .......... .......... .......... .......... 37% 429K 2m11s 116900K .......... .......... .......... .......... .......... 37% 2.75M 2m11s 116950K .......... .......... .......... .......... .......... 37% 1.88M 2m11s 117000K .......... .......... .......... .......... .......... 37% 849K 2m11s 117050K .......... .......... .......... .......... .......... 37% 1.70M 2m11s 117100K .......... .......... .......... .......... .......... 37% 2.91M 2m11s 117150K .......... .......... .......... .......... .......... 37% 2.61M 2m11s 117200K .......... .......... .......... .......... .......... 37% 1.28M 2m11s 117250K .......... .......... .......... .......... .......... 37% 38.6M 2m11s 117300K .......... .......... .......... .......... .......... 37% 2.81M 2m11s 117350K .......... .......... .......... .......... .......... 37% 12.6M 2m11s 117400K .......... .......... .......... .......... .......... 37% 1.60M 2m11s 117450K .......... .......... .......... .......... .......... 37% 2.30M 2m11s 117500K .......... .......... .......... .......... .......... 37% 1.24M 2m11s 117550K .......... .......... .......... .......... .......... 37% 2.80M 2m11s 117600K .......... .......... .......... .......... .......... 37% 314K 2m11s 117650K .......... .......... .......... .......... .......... 37% 538K 2m11s 117700K .......... .......... .......... .......... .......... 37% 1.79M 2m11s 117750K .......... .......... .......... .......... .......... 37% 2.68M 2m11s 117800K .......... .......... .......... .......... .......... 37% 1.00M 2m11s 117850K .......... .......... .......... .......... .......... 37% 1.69M 2m11s 117900K .......... .......... .......... .......... .......... 37% 5.87M 2m11s 117950K .......... .......... .......... .......... .......... 37% 2.03M 2m10s 118000K .......... .......... .......... .......... .......... 37% 754K 2m11s 118050K .......... .......... .......... .......... .......... 37% 4.14M 2m10s 118100K .......... .......... .......... .......... .......... 37% 2.19M 2m10s 118150K .......... .......... .......... .......... .......... 37% 16.3M 2m10s 118200K .......... .......... .......... .......... .......... 37% 1.04M 2m10s 118250K .......... .......... .......... .......... .......... 37% 2.48M 2m10s 118300K .......... .......... .......... .......... .......... 37% 326K 2m10s 118350K .......... .......... .......... .......... .......... 37% 952K 2m10s 118400K .......... .......... .......... .......... .......... 38% 4.32M 2m10s 118450K .......... .......... .......... .......... .......... 38% 3.01M 2m10s 118500K .......... .......... .......... .......... .......... 38% 15.1M 2m10s 118550K .......... .......... .......... .......... .......... 38% 1.68M 2m10s 118600K .......... .......... .......... .......... .......... 38% 2.94M 2m10s 118650K .......... .......... .......... .......... .......... 38% 11.3M 2m10s 118700K .......... .......... .......... .......... .......... 38% 2.29M 2m10s 118750K .......... .......... .......... .......... .......... 38% 2.25M 2m10s 118800K .......... .......... .......... .......... .......... 38% 1.16M 2m10s 118850K .......... .......... .......... .......... .......... 38% 3.10M 2m10s 118900K .......... .......... .......... .......... .......... 38% 2.33M 2m10s 118950K .......... .......... .......... .......... .......... 38% 1.73M 2m10s 119000K .......... .......... .......... .......... .......... 38% 596K 2m10s 119050K .......... .......... .......... .......... .......... 38% 2.27M 2m10s 119100K .......... .......... .......... .......... .......... 38% 2.07M 2m10s 119150K .......... .......... .......... .......... .......... 38% 918K 2m10s 119200K .......... .......... .......... .......... .......... 38% 6.88M 2m10s 119250K .......... .......... .......... .......... .......... 38% 3.64M 2m10s 119300K .......... .......... .......... .......... .......... 38% 5.58M 2m9s 119350K .......... .......... .......... .......... .......... 38% 3.01M 2m9s 119400K .......... .......... .......... .......... .......... 38% 2.29M 2m9s 119450K .......... .......... .......... .......... .......... 38% 921K 2m9s 119500K .......... .......... .......... .......... .......... 38% 1.03M 2m9s 119550K .......... .......... .......... .......... .......... 38% 14.7M 2m9s 119600K .......... .......... .......... .......... .......... 38% 1.60M 2m9s 119650K .......... .......... .......... .......... .......... 38% 21.7M 2m9s 119700K .......... .......... .......... .......... .......... 38% 2.32M 2m9s 119750K .......... .......... .......... .......... .......... 38% 2.23M 2m9s 119800K .......... .......... .......... .......... .......... 38% 2.92M 2m9s 119850K .......... .......... .......... .......... .......... 38% 1011K 2m9s 119900K .......... .......... .......... .......... .......... 38% 1.36M 2m9s 119950K .......... .......... .......... .......... .......... 38% 480K 2m9s 120000K .......... .......... .......... .......... .......... 38% 1.98M 2m9s 120050K .......... .......... .......... .......... .......... 38% 4.05M 2m9s 120100K .......... .......... .......... .......... .......... 38% 1.16M 2m9s 120150K .......... .......... .......... .......... .......... 38% 1.76M 2m9s 120200K .......... .......... .......... .......... .......... 38% 1.82M 2m9s 120250K .......... .......... .......... .......... .......... 38% 2.06M 2m9s 120300K .......... .......... .......... .......... .......... 38% 19.1M 2m9s 120350K .......... .......... .......... .......... .......... 38% 4.06M 2m9s 120400K .......... .......... .......... .......... .......... 38% 2.37M 2m8s 120450K .......... .......... .......... .......... .......... 38% 3.28M 2m8s 120500K .......... .......... .......... .......... .......... 38% 6.72M 2m8s 120550K .......... .......... .......... .......... .......... 38% 2.32M 2m8s 120600K .......... .......... .......... .......... .......... 38% 1.68M 2m8s 120650K .......... .......... .......... .......... .......... 38% 7.93M 2m8s 120700K .......... .......... .......... .......... .......... 38% 3.13M 2m8s 120750K .......... .......... .......... .......... .......... 38% 353K 2m8s 120800K .......... .......... .......... .......... .......... 38% 3.65M 2m8s 120850K .......... .......... .......... .......... .......... 38% 2.13M 2m8s 120900K .......... .......... .......... .......... .......... 38% 435K 2m8s 120950K .......... .......... .......... .......... .......... 38% 2.36M 2m8s 121000K .......... .......... .......... .......... .......... 38% 1.89M 2m8s 121050K .......... .......... .......... .......... .......... 38% 357K 2m8s 121100K .......... .......... .......... .......... .......... 38% 1.85M 2m8s 121150K .......... .......... .......... .......... .......... 38% 877K 2m8s 121200K .......... .......... .......... .......... .......... 38% 2.22M 2m8s 121250K .......... .......... .......... .......... .......... 38% 4.20M 2m8s 121300K .......... .......... .......... .......... .......... 38% 2.94M 2m8s 121350K .......... .......... .......... .......... .......... 38% 2.47M 2m8s 121400K .......... .......... .......... .......... .......... 38% 2.86M 2m8s 121450K .......... .......... .......... .......... .......... 38% 1.79M 2m8s 121500K .......... .......... .......... .......... .......... 39% 48.4M 2m8s 121550K .......... .......... .......... .......... .......... 39% 3.72M 2m8s 121600K .......... .......... .......... .......... .......... 39% 3.25M 2m8s 121650K .......... .......... .......... .......... .......... 39% 4.37M 2m8s 121700K .......... .......... .......... .......... .......... 39% 1.96M 2m8s 121750K .......... .......... .......... .......... .......... 39% 736K 2m8s 121800K .......... .......... .......... .......... .......... 39% 32.4M 2m8s 121850K .......... .......... .......... .......... .......... 39% 4.18M 2m7s 121900K .......... .......... .......... .......... .......... 39% 1.41M 2m7s 121950K .......... .......... .......... .......... .......... 39% 384K 2m8s 122000K .......... .......... .......... .......... .......... 39% 3.86M 2m7s 122050K .......... .......... .......... .......... .......... 39% 4.11M 2m7s 122100K .......... .......... .......... .......... .......... 39% 3.42M 2m7s 122150K .......... .......... .......... .......... .......... 39% 1.36M 2m7s 122200K .......... .......... .......... .......... .......... 39% 981K 2m7s 122250K .......... .......... .......... .......... .......... 39% 3.28M 2m7s 122300K .......... .......... .......... .......... .......... 39% 5.18M 2m7s 122350K .......... .......... .......... .......... .......... 39% 1.25M 2m7s 122400K .......... .......... .......... .......... .......... 39% 3.13M 2m7s 122450K .......... .......... .......... .......... .......... 39% 2.05M 2m7s 122500K .......... .......... .......... .......... .......... 39% 1.74M 2m7s 122550K .......... .......... .......... .......... .......... 39% 3.73M 2m7s 122600K .......... .......... .......... .......... .......... 39% 4.31M 2m7s 122650K .......... .......... .......... .......... .......... 39% 1.77M 2m7s 122700K .......... .......... .......... .......... .......... 39% 6.25M 2m7s 122750K .......... .......... .......... .......... .......... 39% 1.18M 2m7s 122800K .......... .......... .......... .......... .......... 39% 373K 2m7s 122850K .......... .......... .......... .......... .......... 39% 2.78M 2m7s 122900K .......... .......... .......... .......... .......... 39% 3.75M 2m7s 122950K .......... .......... .......... .......... .......... 39% 2.77M 2m7s 123000K .......... .......... .......... .......... .......... 39% 4.00M 2m7s 123050K .......... .......... .......... .......... .......... 39% 1.17M 2m7s 123100K .......... .......... .......... .......... .......... 39% 4.56M 2m6s 123150K .......... .......... .......... .......... .......... 39% 1.10M 2m6s 123200K .......... .......... .......... .......... .......... 39% 4.05M 2m6s 123250K .......... .......... .......... .......... .......... 39% 3.45M 2m6s 123300K .......... .......... .......... .......... .......... 39% 1.91M 2m6s 123350K .......... .......... .......... .......... .......... 39% 2.23M 2m6s 123400K .......... .......... .......... .......... .......... 39% 1.07M 2m6s 123450K .......... .......... .......... .......... .......... 39% 17.2M 2m6s 123500K .......... .......... .......... .......... .......... 39% 987K 2m6s 123550K .......... .......... .......... .......... .......... 39% 2.19M 2m6s 123600K .......... .......... .......... .......... .......... 39% 13.8M 2m6s 123650K .......... .......... .......... .......... .......... 39% 8.95M 2m6s 123700K .......... .......... .......... .......... .......... 39% 1.80M 2m6s 123750K .......... .......... .......... .......... .......... 39% 5.22M 2m6s 123800K .......... .......... .......... .......... .......... 39% 347K 2m6s 123850K .......... .......... .......... .......... .......... 39% 2.02M 2m6s 123900K .......... .......... .......... .......... .......... 39% 1.89M 2m6s 123950K .......... .......... .......... .......... .......... 39% 1.76M 2m6s 124000K .......... .......... .......... .......... .......... 39% 1.98M 2m6s 124050K .......... .......... .......... .......... .......... 39% 3.13M 2m6s 124100K .......... .......... .......... .......... .......... 39% 3.50M 2m6s 124150K .......... .......... .......... .......... .......... 39% 9.23M 2m6s 124200K .......... .......... .......... .......... .......... 39% 1.48M 2m6s 124250K .......... .......... .......... .......... .......... 39% 1.12M 2m6s 124300K .......... .......... .......... .......... .......... 39% 3.58M 2m5s 124350K .......... .......... .......... .......... .......... 39% 3.74M 2m5s 124400K .......... .......... .......... .......... .......... 39% 2.04M 2m5s 124450K .......... .......... .......... .......... .......... 39% 3.64M 2m5s 124500K .......... .......... .......... .......... .......... 39% 400K 2m5s 124550K .......... .......... .......... .......... .......... 39% 3.63M 2m5s 124600K .......... .......... .......... .......... .......... 39% 2.73M 2m5s 124650K .......... .......... .......... .......... .......... 40% 1.11M 2m5s 124700K .......... .......... .......... .......... .......... 40% 2.25M 2m5s 124750K .......... .......... .......... .......... .......... 40% 2.88M 2m5s 124800K .......... .......... .......... .......... .......... 40% 3.71M 2m5s 124850K .......... .......... .......... .......... .......... 40% 8.64M 2m5s 124900K .......... .......... .......... .......... .......... 40% 1.20M 2m5s 124950K .......... .......... .......... .......... .......... 40% 1.12M 2m5s 125000K .......... .......... .......... .......... .......... 40% 1.68M 2m5s 125050K .......... .......... .......... .......... .......... 40% 44.2M 2m5s 125100K .......... .......... .......... .......... .......... 40% 858K 2m5s 125150K .......... .......... .......... .......... .......... 40% 2.83M 2m5s 125200K .......... .......... .......... .......... .......... 40% 2.49M 2m5s 125250K .......... .......... .......... .......... .......... 40% 6.04M 2m5s 125300K .......... .......... .......... .......... .......... 40% 1.62M 2m5s 125350K .......... .......... .......... .......... .......... 40% 1.28M 2m5s 125400K .......... .......... .......... .......... .......... 40% 3.72M 2m5s 125450K .......... .......... .......... .......... .......... 40% 1.71M 2m4s 125500K .......... .......... .......... .......... .......... 40% 370K 2m5s 125550K .......... .......... .......... .......... .......... 40% 1.20M 2m5s 125600K .......... .......... .......... .......... .......... 40% 2.95M 2m5s 125650K .......... .......... .......... .......... .......... 40% 2.03M 2m4s 125700K .......... .......... .......... .......... .......... 40% 2.87M 2m4s 125750K .......... .......... .......... .......... .......... 40% 2.07M 2m4s 125800K .......... .......... .......... .......... .......... 40% 3.45M 2m4s 125850K .......... .......... .......... .......... .......... 40% 12.5M 2m4s 125900K .......... .......... .......... .......... .......... 40% 2.27M 2m4s 125950K .......... .......... .......... .......... .......... 40% 1.25M 2m4s 126000K .......... .......... .......... .......... .......... 40% 2.37M 2m4s 126050K .......... .......... .......... .......... .......... 40% 2.11M 2m4s 126100K .......... .......... .......... .......... .......... 40% 777K 2m4s 126150K .......... .......... .......... .......... .......... 40% 2.70M 2m4s 126200K .......... .......... .......... .......... .......... 40% 2.41M 2m4s 126250K .......... .......... .......... .......... .......... 40% 11.5M 2m4s 126300K .......... .......... .......... .......... .......... 40% 3.17M 2m4s 126350K .......... .......... .......... .......... .......... 40% 1.42M 2m4s 126400K .......... .......... .......... .......... .......... 40% 1.69M 2m4s 126450K .......... .......... .......... .......... .......... 40% 5.14M 2m4s 126500K .......... .......... .......... .......... .......... 40% 3.49M 2m4s 126550K .......... .......... .......... .......... .......... 40% 502K 2m4s 126600K .......... .......... .......... .......... .......... 40% 2.71M 2m4s 126650K .......... .......... .......... .......... .......... 40% 1.11M 2m4s 126700K .......... .......... .......... .......... .......... 40% 2.67M 2m4s 126750K .......... .......... .......... .......... .......... 40% 4.49M 2m3s 126800K .......... .......... .......... .......... .......... 40% 3.52M 2m3s 126850K .......... .......... .......... .......... .......... 40% 1.97M 2m3s 126900K .......... .......... .......... .......... .......... 40% 2.86M 2m3s 126950K .......... .......... .......... .......... .......... 40% 752K 2m3s 127000K .......... .......... .......... .......... .......... 40% 16.6M 2m3s 127050K .......... .......... .......... .......... .......... 40% 2.47M 2m3s 127100K .......... .......... .......... .......... .......... 40% 1.82M 2m3s 127150K .......... .......... .......... .......... .......... 40% 1.48M 2m3s 127200K .......... .......... .......... .......... .......... 40% 3.47M 2m3s 127250K .......... .......... .......... .......... .......... 40% 4.72M 2m3s 127300K .......... .......... .......... .......... .......... 40% 1.11M 2m3s 127350K .......... .......... .......... .......... .......... 40% 2.28M 2m3s 127400K .......... .......... .......... .......... .......... 40% 9.24M 2m3s 127450K .......... .......... .......... .......... .......... 40% 402K 2m3s 127500K .......... .......... .......... .......... .......... 40% 2.87M 2m3s 127550K .......... .......... .......... .......... .......... 40% 794K 2m3s 127600K .......... .......... .......... .......... .......... 40% 4.53M 2m3s 127650K .......... .......... .......... .......... .......... 40% 5.14M 2m3s 127700K .......... .......... .......... .......... .......... 40% 4.52M 2m3s 127750K .......... .......... .......... .......... .......... 41% 2.12M 2m3s 127800K .......... .......... .......... .......... .......... 41% 1.55M 2m3s 127850K .......... .......... .......... .......... .......... 41% 6.86M 2m3s 127900K .......... .......... .......... .......... .......... 41% 5.13M 2m2s 127950K .......... .......... .......... .......... .......... 41% 2.56M 2m2s 128000K .......... .......... .......... .......... .......... 41% 2.38M 2m2s 128050K .......... .......... .......... .......... .......... 41% 1.25M 2m2s 128100K .......... .......... .......... .......... .......... 41% 5.42M 2m2s 128150K .......... .......... .......... .......... .......... 41% 3.78M 2m2s 128200K .......... .......... .......... .......... .......... 41% 2.12M 2m2s 128250K .......... .......... .......... .......... .......... 41% 561K 2m2s 128300K .......... .......... .......... .......... .......... 41% 3.17M 2m2s 128350K .......... .......... .......... .......... .......... 41% 1.00M 2m2s 128400K .......... .......... .......... .......... .......... 41% 1.40M 2m2s 128450K .......... .......... .......... .......... .......... 41% 2.71M 2m2s 128500K .......... .......... .......... .......... .......... 41% 2.03M 2m2s 128550K .......... .......... .......... .......... .......... 41% 11.3M 2m2s 128600K .......... .......... .......... .......... .......... 41% 1.72M 2m2s 128650K .......... .......... .......... .......... .......... 41% 19.9M 2m2s 128700K .......... .......... .......... .......... .......... 41% 1.71M 2m2s 128750K .......... .......... .......... .......... .......... 41% 8.76M 2m2s 128800K .......... .......... .......... .......... .......... 41% 3.85M 2m2s 128850K .......... .......... .......... .......... .......... 41% 1.62M 2m2s 128900K .......... .......... .......... .......... .......... 41% 3.10M 2m2s 128950K .......... .......... .......... .......... .......... 41% 4.48M 2m1s 129000K .......... .......... .......... .......... .......... 41% 2.50M 2m1s 129050K .......... .......... .......... .......... .......... 41% 2.78M 2m1s 129100K .......... .......... .......... .......... .......... 41% 1.43M 2m1s 129150K .......... .......... .......... .......... .......... 41% 562K 2m1s 129200K .......... .......... .......... .......... .......... 41% 1.67M 2m1s 129250K .......... .......... .......... .......... .......... 41% 2.73M 2m1s 129300K .......... .......... .......... .......... .......... 41% 3.91M 2m1s 129350K .......... .......... .......... .......... .......... 41% 3.73M 2m1s 129400K .......... .......... .......... .......... .......... 41% 2.10M 2m1s 129450K .......... .......... .......... .......... .......... 41% 2.67M 2m1s 129500K .......... .......... .......... .......... .......... 41% 2.97M 2m1s 129550K .......... .......... .......... .......... .......... 41% 1.30M 2m1s 129600K .......... .......... .......... .......... .......... 41% 3.78M 2m1s 129650K .......... .......... .......... .......... .......... 41% 9.91M 2m1s 129700K .......... .......... .......... .......... .......... 41% 2.46M 2m1s 129750K .......... .......... .......... .......... .......... 41% 1.46M 2m1s 129800K .......... .......... .......... .......... .......... 41% 3.23M 2m1s 129850K .......... .......... .......... .......... .......... 41% 1000K 2m1s 129900K .......... .......... .......... .......... .......... 41% 702K 2m1s 129950K .......... .......... .......... .......... .......... 41% 3.01M 2m1s 130000K .......... .......... .......... .......... .......... 41% 1.49M 2m1s 130050K .......... .......... .......... .......... .......... 41% 2.30M 2m1s 130100K .......... .......... .......... .......... .......... 41% 4.50M 2m1s 130150K .......... .......... .......... .......... .......... 41% 1.98M 2m0s 130200K .......... .......... .......... .......... .......... 41% 4.57M 2m0s 130250K .......... .......... .......... .......... .......... 41% 3.06M 2m0s 130300K .......... .......... .......... .......... .......... 41% 1.55M 2m0s 130350K .......... .......... .......... .......... .......... 41% 837K 2m0s 130400K .......... .......... .......... .......... .......... 41% 46.7M 2m0s 130450K .......... .......... .......... .......... .......... 41% 4.15M 2m0s 130500K .......... .......... .......... .......... .......... 41% 2.14M 2m0s 130550K .......... .......... .......... .......... .......... 41% 3.58M 2m0s 130600K .......... .......... .......... .......... .......... 41% 4.19M 2m0s 130650K .......... .......... .......... .......... .......... 41% 2.66M 2m0s 130700K .......... .......... .......... .......... .......... 41% 2.19M 2m0s 130750K .......... .......... .......... .......... .......... 41% 131K 2m0s 130800K .......... .......... .......... .......... .......... 41% 160M 2m0s 130850K .......... .......... .......... .......... .......... 42% 162M 2m0s 130900K .......... .......... .......... .......... .......... 42% 162M 2m0s 130950K .......... .......... .......... .......... .......... 42% 189M 2m0s 131000K .......... .......... .......... .......... .......... 42% 205M 2m0s 131050K .......... .......... .......... .......... .......... 42% 1.97M 2m0s 131100K .......... .......... .......... .......... .......... 42% 1.56M 2m0s 131150K .......... .......... .......... .......... .......... 42% 439K 2m0s 131200K .......... .......... .......... .......... .......... 42% 2.13M 2m0s 131250K .......... .......... .......... .......... .......... 42% 3.36M 2m0s 131300K ......