Getting started

A step-by-step guide to getting started with OpenProblems

To get started with contributing to OpenProblems, you’ll need to fork and clone the OpenProblems repository to your local machine.

Step 1: Create a fork

Go to the OpenProblems repository at https://github.com/openproblems-bio/openproblems-v2 and click on the “Fork” button in the top right corner of the page.

This will create a copy of the repository under your GitHub account.

Tip

While you’re at it, why not click the “Star” button as well?

Step 2: Clone the repository

To clone this forked repository to your local machine, copy the URL of the forked repository by clicking the green “Code” button and selecting HTTPS or SSH.

In your terminal or command prompt, navigate to the directory where you want to clone the repository and enter the following command:

git clone <forked repository URL> openproblems-v2
cd openproblems-v2

This will download a copy of the repository to your local machine. You can now make changes to the code, add new functionality, and commit your changes. Please commit your changes to a new branch following the branch naming convention.

Step 3: Download test resources

You will also need to download the test resources by running the following command. These are needed for testing the existing components and can be used for developing new unit tests. From the repository root, run:

viash run src/common/sync_test_resources/config.vsh.yaml
Output
Completed 102 Bytes/870.4 MiB (210 Bytes/s) with 146 file(s) remaining
download: s3://openproblems-data/resources_test/batch_integration/cxg_mouse_pancreas_atlas/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/batch_integration/cxg_mouse_pancreas_atlas/state.yaml
Completed 102 Bytes/870.4 MiB (210 Bytes/s) with 145 file(s) remaining
Completed 256.1 KiB/870.4 MiB (347.2 KiB/s) with 145 file(s) remaining
Completed 512.1 KiB/870.4 MiB (665.6 KiB/s) with 145 file(s) remaining
Completed 768.1 KiB/870.4 MiB (988.8 KiB/s) with 145 file(s) remaining
Completed 1.0 MiB/870.4 MiB (1.3 MiB/s) with 145 file(s) remaining    
Completed 1.3 MiB/870.4 MiB (1.5 MiB/s) with 145 file(s) remaining    
Completed 1.5 MiB/870.4 MiB (1.9 MiB/s) with 145 file(s) remaining    
Completed 1.8 MiB/870.4 MiB (2.1 MiB/s) with 145 file(s) remaining    
Completed 2.0 MiB/870.4 MiB (2.4 MiB/s) with 145 file(s) remaining    
Completed 2.3 MiB/870.4 MiB (2.7 MiB/s) with 145 file(s) remaining    
Completed 2.5 MiB/870.4 MiB (3.0 MiB/s) with 145 file(s) remaining    
Completed 2.8 MiB/870.4 MiB (3.3 MiB/s) with 145 file(s) remaining    
Completed 3.0 MiB/870.4 MiB (3.6 MiB/s) with 145 file(s) remaining    
Completed 3.3 MiB/870.4 MiB (3.8 MiB/s) with 145 file(s) remaining    
Completed 3.5 MiB/870.4 MiB (4.1 MiB/s) with 145 file(s) remaining    
Completed 3.8 MiB/870.4 MiB (4.4 MiB/s) with 145 file(s) remaining    
Completed 4.0 MiB/870.4 MiB (4.7 MiB/s) with 145 file(s) remaining    
Completed 4.3 MiB/870.4 MiB (5.0 MiB/s) with 145 file(s) remaining    
Completed 4.5 MiB/870.4 MiB (5.0 MiB/s) with 145 file(s) remaining    
Completed 4.8 MiB/870.4 MiB (5.3 MiB/s) with 145 file(s) remaining    
Completed 5.0 MiB/870.4 MiB (5.6 MiB/s) with 145 file(s) remaining    
Completed 5.3 MiB/870.4 MiB (5.9 MiB/s) with 145 file(s) remaining    
Completed 5.5 MiB/870.4 MiB (6.1 MiB/s) with 145 file(s) remaining    
Completed 5.8 MiB/870.4 MiB (6.4 MiB/s) with 145 file(s) remaining    
Completed 6.0 MiB/870.4 MiB (6.7 MiB/s) with 145 file(s) remaining    
Completed 6.3 MiB/870.4 MiB (6.9 MiB/s) with 145 file(s) remaining    
Completed 6.5 MiB/870.4 MiB (7.2 MiB/s) with 145 file(s) remaining    
Completed 6.8 MiB/870.4 MiB (7.3 MiB/s) with 145 file(s) remaining    
Completed 7.0 MiB/870.4 MiB (7.6 MiB/s) with 145 file(s) remaining    
Completed 7.3 MiB/870.4 MiB (7.8 MiB/s) with 145 file(s) remaining    
Completed 7.5 MiB/870.4 MiB (8.1 MiB/s) with 145 file(s) remaining    
Completed 7.8 MiB/870.4 MiB (8.3 MiB/s) with 145 file(s) remaining    
Completed 8.0 MiB/870.4 MiB (8.5 MiB/s) with 145 file(s) remaining    
Completed 8.3 MiB/870.4 MiB (8.8 MiB/s) with 145 file(s) remaining    
Completed 8.5 MiB/870.4 MiB (9.1 MiB/s) with 145 file(s) remaining    
Completed 8.8 MiB/870.4 MiB (9.3 MiB/s) with 145 file(s) remaining    
Completed 9.0 MiB/870.4 MiB (9.6 MiB/s) with 145 file(s) remaining    
Completed 9.1 MiB/870.4 MiB (9.7 MiB/s) with 145 file(s) remaining    
download: s3://openproblems-data/resources_test/batch_integration/cxg_mouse_pancreas_atlas/dataset.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/batch_integration/cxg_mouse_pancreas_atlas/dataset.h5ad
Completed 9.1 MiB/870.4 MiB (9.7 MiB/s) with 144 file(s) remaining
Completed 9.3 MiB/870.4 MiB (9.6 MiB/s) with 144 file(s) remaining
Completed 9.5 MiB/870.4 MiB (9.7 MiB/s) with 144 file(s) remaining
Completed 9.7 MiB/870.4 MiB (10.0 MiB/s) with 144 file(s) remaining
download: s3://openproblems-data/resources_test/batch_integration/cxg_mouse_pancreas_atlas/integrated_embedding.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/batch_integration/cxg_mouse_pancreas_atlas/integrated_embedding.h5ad
Completed 9.7 MiB/870.4 MiB (10.0 MiB/s) with 143 file(s) remaining
Completed 10.0 MiB/870.4 MiB (10.2 MiB/s) with 143 file(s) remaining
Completed 10.2 MiB/870.4 MiB (10.4 MiB/s) with 143 file(s) remaining
download: s3://openproblems-data/resources_test/batch_integration/pancreas/integrated_embedding.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/batch_integration/pancreas/integrated_embedding.h5ad
Completed 10.2 MiB/870.4 MiB (10.4 MiB/s) with 142 file(s) remaining
Completed 10.4 MiB/870.4 MiB (10.6 MiB/s) with 142 file(s) remaining
Completed 10.7 MiB/870.4 MiB (10.9 MiB/s) with 142 file(s) remaining
Completed 10.9 MiB/870.4 MiB (11.1 MiB/s) with 142 file(s) remaining
Completed 11.0 MiB/870.4 MiB (11.2 MiB/s) with 142 file(s) remaining
Completed 11.2 MiB/870.4 MiB (11.4 MiB/s) with 142 file(s) remaining
download: s3://openproblems-data/resources_test/batch_integration/cxg_mouse_pancreas_atlas/solution.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/batch_integration/cxg_mouse_pancreas_atlas/solution.h5ad
Completed 11.2 MiB/870.4 MiB (11.4 MiB/s) with 141 file(s) remaining
Completed 11.5 MiB/870.4 MiB (11.7 MiB/s) with 141 file(s) remaining
Completed 11.7 MiB/870.4 MiB (11.9 MiB/s) with 141 file(s) remaining
Completed 12.0 MiB/870.4 MiB (12.1 MiB/s) with 141 file(s) remaining
Completed 12.2 MiB/870.4 MiB (12.4 MiB/s) with 141 file(s) remaining
Completed 12.5 MiB/870.4 MiB (12.6 MiB/s) with 141 file(s) remaining
Completed 12.7 MiB/870.4 MiB (12.7 MiB/s) with 141 file(s) remaining
Completed 13.0 MiB/870.4 MiB (12.9 MiB/s) with 141 file(s) remaining
Completed 13.2 MiB/870.4 MiB (13.1 MiB/s) with 141 file(s) remaining
Completed 13.3 MiB/870.4 MiB (13.2 MiB/s) with 141 file(s) remaining
download: s3://openproblems-data/resources_test/batch_integration/pancreas/dataset.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/batch_integration/pancreas/dataset.h5ad
Completed 13.3 MiB/870.4 MiB (13.2 MiB/s) with 140 file(s) remaining
Completed 13.6 MiB/870.4 MiB (13.4 MiB/s) with 140 file(s) remaining
Completed 13.8 MiB/870.4 MiB (13.7 MiB/s) with 140 file(s) remaining
Completed 14.1 MiB/870.4 MiB (13.9 MiB/s) with 140 file(s) remaining
Completed 14.3 MiB/870.4 MiB (14.1 MiB/s) with 140 file(s) remaining
download: s3://openproblems-data/resources_test/batch_integration/cxg_mouse_pancreas_atlas/integrated_graph.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/batch_integration/cxg_mouse_pancreas_atlas/integrated_graph.h5ad
Completed 14.3 MiB/870.4 MiB (14.1 MiB/s) with 139 file(s) remaining
Completed 14.6 MiB/870.4 MiB (14.3 MiB/s) with 139 file(s) remaining
Completed 14.8 MiB/870.4 MiB (14.6 MiB/s) with 139 file(s) remaining
Completed 15.1 MiB/870.4 MiB (14.8 MiB/s) with 139 file(s) remaining
Completed 15.3 MiB/870.4 MiB (15.0 MiB/s) with 139 file(s) remaining
Completed 15.6 MiB/870.4 MiB (15.3 MiB/s) with 139 file(s) remaining
Completed 15.8 MiB/870.4 MiB (15.5 MiB/s) with 139 file(s) remaining
Completed 16.1 MiB/870.4 MiB (15.7 MiB/s) with 139 file(s) remaining
Completed 16.3 MiB/870.4 MiB (16.0 MiB/s) with 139 file(s) remaining
Completed 16.3 MiB/870.4 MiB (15.8 MiB/s) with 139 file(s) remaining
download: s3://openproblems-data/resources_test/batch_integration/pancreas/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/batch_integration/pancreas/state.yaml
Completed 16.3 MiB/870.4 MiB (15.8 MiB/s) with 138 file(s) remaining
Completed 16.6 MiB/870.4 MiB (15.6 MiB/s) with 138 file(s) remaining
Completed 16.8 MiB/870.4 MiB (15.9 MiB/s) with 138 file(s) remaining
Completed 17.1 MiB/870.4 MiB (16.1 MiB/s) with 138 file(s) remaining
Completed 17.2 MiB/870.4 MiB (16.2 MiB/s) with 138 file(s) remaining
download: s3://openproblems-data/resources_test/batch_integration/pancreas/solution.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/batch_integration/pancreas/solution.h5ad
Completed 17.2 MiB/870.4 MiB (16.2 MiB/s) with 137 file(s) remaining
Completed 17.4 MiB/870.4 MiB (16.4 MiB/s) with 137 file(s) remaining
Completed 17.7 MiB/870.4 MiB (16.6 MiB/s) with 137 file(s) remaining
Completed 17.9 MiB/870.4 MiB (16.8 MiB/s) with 137 file(s) remaining
Completed 18.2 MiB/870.4 MiB (17.0 MiB/s) with 137 file(s) remaining
Completed 18.4 MiB/870.4 MiB (17.2 MiB/s) with 137 file(s) remaining
Completed 18.7 MiB/870.4 MiB (17.4 MiB/s) with 137 file(s) remaining
Completed 18.7 MiB/870.4 MiB (17.4 MiB/s) with 137 file(s) remaining
download: s3://openproblems-data/resources_test/cell_cell_communication/datasets/raw/singlecell_broadinstitute_configs/SCP2162.txt to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/cell_cell_communication/datasets/raw/singlecell_broadinstitute_configs/SCP2162.txt
Completed 18.7 MiB/870.4 MiB (17.4 MiB/s) with 136 file(s) remaining
Completed 18.7 MiB/870.4 MiB (17.1 MiB/s) with 136 file(s) remaining
download: s3://openproblems-data/resources_test/cell_cell_communication/datasets/raw/singlecell_broadinstitute_configs/SCP2167.txt to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/cell_cell_communication/datasets/raw/singlecell_broadinstitute_configs/SCP2167.txt
Completed 18.7 MiB/870.4 MiB (17.1 MiB/s) with 135 file(s) remaining
Completed 18.7 MiB/870.4 MiB (17.1 MiB/s) with 135 file(s) remaining
Completed 19.0 MiB/870.4 MiB (17.3 MiB/s) with 135 file(s) remaining
download: s3://openproblems-data/resources_test/cell_cell_communication/datasets/raw/singlecell_broadinstitute_configs/SCP2169.txt to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/cell_cell_communication/datasets/raw/singlecell_broadinstitute_configs/SCP2169.txt
Completed 19.0 MiB/870.4 MiB (17.3 MiB/s) with 134 file(s) remaining
Completed 19.2 MiB/870.4 MiB (17.5 MiB/s) with 134 file(s) remaining
Completed 19.2 MiB/870.4 MiB (17.5 MiB/s) with 134 file(s) remaining
download: s3://openproblems-data/resources_test/batch_integration/pancreas/integrated_graph.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/batch_integration/pancreas/integrated_graph.h5ad
Completed 19.2 MiB/870.4 MiB (17.5 MiB/s) with 133 file(s) remaining
Completed 19.5 MiB/870.4 MiB (17.7 MiB/s) with 133 file(s) remaining
Completed 19.7 MiB/870.4 MiB (17.9 MiB/s) with 133 file(s) remaining
Completed 20.0 MiB/870.4 MiB (18.1 MiB/s) with 133 file(s) remaining
Completed 20.2 MiB/870.4 MiB (18.3 MiB/s) with 133 file(s) remaining
Completed 20.5 MiB/870.4 MiB (18.6 MiB/s) with 133 file(s) remaining
Completed 20.7 MiB/870.4 MiB (18.8 MiB/s) with 133 file(s) remaining
Completed 21.0 MiB/870.4 MiB (19.0 MiB/s) with 133 file(s) remaining
Completed 21.2 MiB/870.4 MiB (19.2 MiB/s) with 133 file(s) remaining
Completed 21.5 MiB/870.4 MiB (19.4 MiB/s) with 133 file(s) remaining
Completed 21.5 MiB/870.4 MiB (19.3 MiB/s) with 133 file(s) remaining
download: s3://openproblems-data/resources_test/cell_cell_communication/datasets/raw/singlecell_broadinstitute_configs/SCP2170.txt to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/cell_cell_communication/datasets/raw/singlecell_broadinstitute_configs/SCP2170.txt
Completed 21.5 MiB/870.4 MiB (19.3 MiB/s) with 132 file(s) remaining
Completed 21.5 MiB/870.4 MiB (19.1 MiB/s) with 132 file(s) remaining
download: s3://openproblems-data/resources_test/cell_cell_communication/datasets/raw/singlecell_broadinstitute_configs/SCP2171.txt to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/cell_cell_communication/datasets/raw/singlecell_broadinstitute_configs/SCP2171.txt
Completed 21.5 MiB/870.4 MiB (19.1 MiB/s) with 131 file(s) remaining
Completed 21.5 MiB/870.4 MiB (18.9 MiB/s) with 131 file(s) remaining
download: s3://openproblems-data/resources_test/cell_cell_communication/datasets/raw/singlecell_broadinstitute_configs/SCP2176.txt to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/cell_cell_communication/datasets/raw/singlecell_broadinstitute_configs/SCP2176.txt
Completed 21.5 MiB/870.4 MiB (18.9 MiB/s) with 130 file(s) remaining
Completed 21.7 MiB/870.4 MiB (18.9 MiB/s) with 130 file(s) remaining
Completed 22.0 MiB/870.4 MiB (19.2 MiB/s) with 130 file(s) remaining
Completed 22.2 MiB/870.4 MiB (19.4 MiB/s) with 130 file(s) remaining
Completed 22.5 MiB/870.4 MiB (19.5 MiB/s) with 130 file(s) remaining
Completed 22.7 MiB/870.4 MiB (19.7 MiB/s) with 130 file(s) remaining
Completed 23.0 MiB/870.4 MiB (19.9 MiB/s) with 130 file(s) remaining
Completed 23.2 MiB/870.4 MiB (20.1 MiB/s) with 130 file(s) remaining
Completed 23.5 MiB/870.4 MiB (20.3 MiB/s) with 130 file(s) remaining
Completed 23.7 MiB/870.4 MiB (20.5 MiB/s) with 130 file(s) remaining
Completed 24.0 MiB/870.4 MiB (20.7 MiB/s) with 130 file(s) remaining
Completed 24.2 MiB/870.4 MiB (20.9 MiB/s) with 130 file(s) remaining
Completed 24.5 MiB/870.4 MiB (20.8 MiB/s) with 130 file(s) remaining
Completed 24.7 MiB/870.4 MiB (21.0 MiB/s) with 130 file(s) remaining
Completed 25.0 MiB/870.4 MiB (21.2 MiB/s) with 130 file(s) remaining
Completed 25.2 MiB/870.4 MiB (21.4 MiB/s) with 130 file(s) remaining
Completed 25.5 MiB/870.4 MiB (21.6 MiB/s) with 130 file(s) remaining
Completed 25.7 MiB/870.4 MiB (21.8 MiB/s) with 130 file(s) remaining
Completed 26.0 MiB/870.4 MiB (22.0 MiB/s) with 130 file(s) remaining
Completed 26.2 MiB/870.4 MiB (22.2 MiB/s) with 130 file(s) remaining
Completed 26.5 MiB/870.4 MiB (22.4 MiB/s) with 130 file(s) remaining
Completed 26.7 MiB/870.4 MiB (22.6 MiB/s) with 130 file(s) remaining
Completed 27.0 MiB/870.4 MiB (22.8 MiB/s) with 130 file(s) remaining
Completed 27.2 MiB/870.4 MiB (22.9 MiB/s) with 130 file(s) remaining
Completed 27.5 MiB/870.4 MiB (23.1 MiB/s) with 130 file(s) remaining
Completed 27.7 MiB/870.4 MiB (23.3 MiB/s) with 130 file(s) remaining
Completed 28.0 MiB/870.4 MiB (23.5 MiB/s) with 130 file(s) remaining
Completed 28.2 MiB/870.4 MiB (23.7 MiB/s) with 130 file(s) remaining
Completed 28.5 MiB/870.4 MiB (23.9 MiB/s) with 130 file(s) remaining
Completed 28.7 MiB/870.4 MiB (24.1 MiB/s) with 130 file(s) remaining
Completed 29.0 MiB/870.4 MiB (24.3 MiB/s) with 130 file(s) remaining
Completed 29.2 MiB/870.4 MiB (24.5 MiB/s) with 130 file(s) remaining
Completed 29.5 MiB/870.4 MiB (24.7 MiB/s) with 130 file(s) remaining
Completed 29.7 MiB/870.4 MiB (24.8 MiB/s) with 130 file(s) remaining
Completed 29.7 MiB/870.4 MiB (24.4 MiB/s) with 130 file(s) remaining
download: s3://openproblems-data/resources_test/cell_cell_communication_source_target/allen_brain_atlas/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/cell_cell_communication_source_target/allen_brain_atlas/state.yaml
Completed 29.7 MiB/870.4 MiB (24.4 MiB/s) with 129 file(s) remaining
Completed 30.0 MiB/870.4 MiB (24.6 MiB/s) with 129 file(s) remaining
Completed 30.2 MiB/870.4 MiB (24.7 MiB/s) with 129 file(s) remaining
Completed 30.5 MiB/870.4 MiB (24.9 MiB/s) with 129 file(s) remaining
Completed 30.7 MiB/870.4 MiB (25.1 MiB/s) with 129 file(s) remaining
Completed 31.0 MiB/870.4 MiB (25.2 MiB/s) with 129 file(s) remaining
Completed 31.2 MiB/870.4 MiB (25.4 MiB/s) with 129 file(s) remaining
Completed 31.5 MiB/870.4 MiB (25.6 MiB/s) with 129 file(s) remaining
Completed 31.7 MiB/870.4 MiB (25.7 MiB/s) with 129 file(s) remaining
Completed 31.8 MiB/870.4 MiB (25.8 MiB/s) with 129 file(s) remaining
download: s3://openproblems-data/resources_test/batch_integration/cxg_mouse_pancreas_atlas/integrated_feature.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/batch_integration/cxg_mouse_pancreas_atlas/integrated_feature.h5ad
Completed 31.8 MiB/870.4 MiB (25.8 MiB/s) with 128 file(s) remaining
Completed 32.0 MiB/870.4 MiB (25.8 MiB/s) with 128 file(s) remaining
Completed 32.3 MiB/870.4 MiB (26.0 MiB/s) with 128 file(s) remaining
Completed 32.5 MiB/870.4 MiB (26.2 MiB/s) with 128 file(s) remaining
Completed 32.8 MiB/870.4 MiB (26.4 MiB/s) with 128 file(s) remaining
Completed 33.0 MiB/870.4 MiB (26.6 MiB/s) with 128 file(s) remaining
Completed 33.3 MiB/870.4 MiB (26.8 MiB/s) with 128 file(s) remaining
Completed 33.5 MiB/870.4 MiB (26.9 MiB/s) with 128 file(s) remaining
Completed 33.8 MiB/870.4 MiB (27.1 MiB/s) with 128 file(s) remaining
Completed 34.0 MiB/870.4 MiB (27.3 MiB/s) with 128 file(s) remaining
download: s3://openproblems-data/resources_test/cell_cell_communication_source_target/allen_brain_atlas/test.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/cell_cell_communication_source_target/allen_brain_atlas/test.h5ad
Completed 34.0 MiB/870.4 MiB (27.3 MiB/s) with 127 file(s) remaining
Completed 34.3 MiB/870.4 MiB (27.4 MiB/s) with 127 file(s) remaining
Completed 34.5 MiB/870.4 MiB (27.6 MiB/s) with 127 file(s) remaining
Completed 34.8 MiB/870.4 MiB (27.8 MiB/s) with 127 file(s) remaining
Completed 35.0 MiB/870.4 MiB (27.9 MiB/s) with 127 file(s) remaining
Completed 35.3 MiB/870.4 MiB (28.1 MiB/s) with 127 file(s) remaining
Completed 35.5 MiB/870.4 MiB (28.3 MiB/s) with 127 file(s) remaining
Completed 35.8 MiB/870.4 MiB (28.5 MiB/s) with 127 file(s) remaining
Completed 36.0 MiB/870.4 MiB (28.6 MiB/s) with 127 file(s) remaining
Completed 36.3 MiB/870.4 MiB (28.8 MiB/s) with 127 file(s) remaining
Completed 36.5 MiB/870.4 MiB (29.0 MiB/s) with 127 file(s) remaining
Completed 36.5 MiB/870.4 MiB (29.0 MiB/s) with 127 file(s) remaining
download: s3://openproblems-data/resources_test/batch_integration/pancreas/integrated_feature.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/batch_integration/pancreas/integrated_feature.h5ad
Completed 36.5 MiB/870.4 MiB (29.0 MiB/s) with 126 file(s) remaining
Completed 36.8 MiB/870.4 MiB (29.1 MiB/s) with 126 file(s) remaining
Completed 37.0 MiB/870.4 MiB (29.3 MiB/s) with 126 file(s) remaining
Completed 37.3 MiB/870.4 MiB (29.5 MiB/s) with 126 file(s) remaining
Completed 37.5 MiB/870.4 MiB (29.7 MiB/s) with 126 file(s) remaining
Completed 37.8 MiB/870.4 MiB (29.9 MiB/s) with 126 file(s) remaining
Completed 38.0 MiB/870.4 MiB (30.0 MiB/s) with 126 file(s) remaining
Completed 38.3 MiB/870.4 MiB (30.2 MiB/s) with 126 file(s) remaining
Completed 38.5 MiB/870.4 MiB (30.4 MiB/s) with 126 file(s) remaining
Completed 38.8 MiB/870.4 MiB (30.6 MiB/s) with 126 file(s) remaining
Completed 39.0 MiB/870.4 MiB (30.7 MiB/s) with 126 file(s) remaining
Completed 39.3 MiB/870.4 MiB (30.9 MiB/s) with 126 file(s) remaining
Completed 39.5 MiB/870.4 MiB (31.1 MiB/s) with 126 file(s) remaining
Completed 39.8 MiB/870.4 MiB (31.2 MiB/s) with 126 file(s) remaining
Completed 40.0 MiB/870.4 MiB (31.4 MiB/s) with 126 file(s) remaining
Completed 40.3 MiB/870.4 MiB (31.5 MiB/s) with 126 file(s) remaining
Completed 40.5 MiB/870.4 MiB (31.7 MiB/s) with 126 file(s) remaining
Completed 40.8 MiB/870.4 MiB (31.9 MiB/s) with 126 file(s) remaining
Completed 41.0 MiB/870.4 MiB (32.0 MiB/s) with 126 file(s) remaining
Completed 41.3 MiB/870.4 MiB (32.2 MiB/s) with 126 file(s) remaining
Completed 41.5 MiB/870.4 MiB (32.4 MiB/s) with 126 file(s) remaining
Completed 41.8 MiB/870.4 MiB (32.6 MiB/s) with 126 file(s) remaining
Completed 42.0 MiB/870.4 MiB (32.7 MiB/s) with 126 file(s) remaining
Completed 42.3 MiB/870.4 MiB (32.9 MiB/s) with 126 file(s) remaining
Completed 42.5 MiB/870.4 MiB (33.1 MiB/s) with 126 file(s) remaining
Completed 42.8 MiB/870.4 MiB (33.3 MiB/s) with 126 file(s) remaining
Completed 43.0 MiB/870.4 MiB (33.0 MiB/s) with 126 file(s) remaining
Completed 43.3 MiB/870.4 MiB (33.2 MiB/s) with 126 file(s) remaining
Completed 43.5 MiB/870.4 MiB (33.4 MiB/s) with 126 file(s) remaining
Completed 43.8 MiB/870.4 MiB (33.5 MiB/s) with 126 file(s) remaining
Completed 44.0 MiB/870.4 MiB (33.7 MiB/s) with 126 file(s) remaining
Completed 44.3 MiB/870.4 MiB (33.8 MiB/s) with 126 file(s) remaining
Completed 44.5 MiB/870.4 MiB (34.0 MiB/s) with 126 file(s) remaining
Completed 44.7 MiB/870.4 MiB (33.9 MiB/s) with 126 file(s) remaining
download: s3://openproblems-data/resources_test/cell_cell_communication_source_target/allen_brain_atlas/solution.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/cell_cell_communication_source_target/allen_brain_atlas/solution.h5ad
Completed 44.7 MiB/870.4 MiB (33.9 MiB/s) with 125 file(s) remaining
Completed 44.7 MiB/870.4 MiB (33.7 MiB/s) with 125 file(s) remaining
download: s3://openproblems-data/resources_test/common/allen_brain_atlas/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/allen_brain_atlas/state.yaml
Completed 44.7 MiB/870.4 MiB (33.7 MiB/s) with 124 file(s) remaining
Completed 45.0 MiB/870.4 MiB (33.8 MiB/s) with 124 file(s) remaining
Completed 45.2 MiB/870.4 MiB (34.0 MiB/s) with 124 file(s) remaining
Completed 45.5 MiB/870.4 MiB (34.2 MiB/s) with 124 file(s) remaining
Completed 45.7 MiB/870.4 MiB (34.3 MiB/s) with 124 file(s) remaining
Completed 46.0 MiB/870.4 MiB (34.5 MiB/s) with 124 file(s) remaining
Completed 46.2 MiB/870.4 MiB (34.7 MiB/s) with 124 file(s) remaining
Completed 46.5 MiB/870.4 MiB (34.8 MiB/s) with 124 file(s) remaining
Completed 46.7 MiB/870.4 MiB (35.0 MiB/s) with 124 file(s) remaining
Completed 47.0 MiB/870.4 MiB (35.2 MiB/s) with 124 file(s) remaining
Completed 47.2 MiB/870.4 MiB (35.3 MiB/s) with 124 file(s) remaining
Completed 47.4 MiB/870.4 MiB (35.5 MiB/s) with 124 file(s) remaining
Completed 47.7 MiB/870.4 MiB (35.6 MiB/s) with 124 file(s) remaining
Completed 47.9 MiB/870.4 MiB (35.8 MiB/s) with 124 file(s) remaining
download: s3://openproblems-data/resources_test/cell_cell_communication_source_target/allen_brain_atlas/train.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/cell_cell_communication_source_target/allen_brain_atlas/train.h5ad
Completed 47.9 MiB/870.4 MiB (35.8 MiB/s) with 123 file(s) remaining
Completed 48.2 MiB/870.4 MiB (35.9 MiB/s) with 123 file(s) remaining
Completed 48.4 MiB/870.4 MiB (36.1 MiB/s) with 123 file(s) remaining
Completed 48.7 MiB/870.4 MiB (36.2 MiB/s) with 123 file(s) remaining
Completed 48.9 MiB/870.4 MiB (36.4 MiB/s) with 123 file(s) remaining
Completed 49.2 MiB/870.4 MiB (36.6 MiB/s) with 123 file(s) remaining
Completed 49.4 MiB/870.4 MiB (36.7 MiB/s) with 123 file(s) remaining
Completed 49.7 MiB/870.4 MiB (36.9 MiB/s) with 123 file(s) remaining
Completed 49.9 MiB/870.4 MiB (37.1 MiB/s) with 123 file(s) remaining
Completed 50.2 MiB/870.4 MiB (37.2 MiB/s) with 123 file(s) remaining
Completed 50.4 MiB/870.4 MiB (37.4 MiB/s) with 123 file(s) remaining
Completed 50.7 MiB/870.4 MiB (37.5 MiB/s) with 123 file(s) remaining
Completed 50.9 MiB/870.4 MiB (37.7 MiB/s) with 123 file(s) remaining
Completed 51.2 MiB/870.4 MiB (37.9 MiB/s) with 123 file(s) remaining
Completed 51.4 MiB/870.4 MiB (38.0 MiB/s) with 123 file(s) remaining
Completed 51.7 MiB/870.4 MiB (38.2 MiB/s) with 123 file(s) remaining
Completed 51.9 MiB/870.4 MiB (38.4 MiB/s) with 123 file(s) remaining
Completed 52.2 MiB/870.4 MiB (38.5 MiB/s) with 123 file(s) remaining
Completed 52.4 MiB/870.4 MiB (38.7 MiB/s) with 123 file(s) remaining
Completed 52.7 MiB/870.4 MiB (38.8 MiB/s) with 123 file(s) remaining
Completed 52.9 MiB/870.4 MiB (39.0 MiB/s) with 123 file(s) remaining
Completed 53.2 MiB/870.4 MiB (39.2 MiB/s) with 123 file(s) remaining
Completed 53.4 MiB/870.4 MiB (39.3 MiB/s) with 123 file(s) remaining
Completed 53.7 MiB/870.4 MiB (39.4 MiB/s) with 123 file(s) remaining
Completed 53.9 MiB/870.4 MiB (39.6 MiB/s) with 123 file(s) remaining
Completed 54.2 MiB/870.4 MiB (39.7 MiB/s) with 123 file(s) remaining
Completed 54.4 MiB/870.4 MiB (39.9 MiB/s) with 123 file(s) remaining
Completed 54.7 MiB/870.4 MiB (40.0 MiB/s) with 123 file(s) remaining
Completed 54.9 MiB/870.4 MiB (40.2 MiB/s) with 123 file(s) remaining
Completed 55.2 MiB/870.4 MiB (40.3 MiB/s) with 123 file(s) remaining
Completed 55.4 MiB/870.4 MiB (40.5 MiB/s) with 123 file(s) remaining
Completed 55.7 MiB/870.4 MiB (40.6 MiB/s) with 123 file(s) remaining
Completed 55.9 MiB/870.4 MiB (40.7 MiB/s) with 123 file(s) remaining
Completed 56.2 MiB/870.4 MiB (40.8 MiB/s) with 123 file(s) remaining
Completed 56.4 MiB/870.4 MiB (41.0 MiB/s) with 123 file(s) remaining
Completed 56.7 MiB/870.4 MiB (41.2 MiB/s) with 123 file(s) remaining
Completed 56.9 MiB/870.4 MiB (41.3 MiB/s) with 123 file(s) remaining
Completed 57.2 MiB/870.4 MiB (41.5 MiB/s) with 123 file(s) remaining
Completed 57.4 MiB/870.4 MiB (41.6 MiB/s) with 123 file(s) remaining
Completed 57.7 MiB/870.4 MiB (41.8 MiB/s) with 123 file(s) remaining
Completed 57.9 MiB/870.4 MiB (42.0 MiB/s) with 123 file(s) remaining
Completed 58.2 MiB/870.4 MiB (42.1 MiB/s) with 123 file(s) remaining
Completed 58.4 MiB/870.4 MiB (42.3 MiB/s) with 123 file(s) remaining
Completed 58.7 MiB/870.4 MiB (42.4 MiB/s) with 123 file(s) remaining
Completed 58.9 MiB/870.4 MiB (42.6 MiB/s) with 123 file(s) remaining
Completed 59.2 MiB/870.4 MiB (42.7 MiB/s) with 123 file(s) remaining
Completed 59.4 MiB/870.4 MiB (42.9 MiB/s) with 123 file(s) remaining
Completed 59.7 MiB/870.4 MiB (43.0 MiB/s) with 123 file(s) remaining
Completed 59.9 MiB/870.4 MiB (43.2 MiB/s) with 123 file(s) remaining
Completed 60.2 MiB/870.4 MiB (43.3 MiB/s) with 123 file(s) remaining
Completed 60.4 MiB/870.4 MiB (43.5 MiB/s) with 123 file(s) remaining
Completed 60.7 MiB/870.4 MiB (43.6 MiB/s) with 123 file(s) remaining
Completed 60.9 MiB/870.4 MiB (43.8 MiB/s) with 123 file(s) remaining
Completed 61.2 MiB/870.4 MiB (43.9 MiB/s) with 123 file(s) remaining
Completed 61.4 MiB/870.4 MiB (44.1 MiB/s) with 123 file(s) remaining
Completed 61.7 MiB/870.4 MiB (43.7 MiB/s) with 123 file(s) remaining
Completed 61.9 MiB/870.4 MiB (43.9 MiB/s) with 123 file(s) remaining
Completed 62.2 MiB/870.4 MiB (44.0 MiB/s) with 123 file(s) remaining
Completed 62.4 MiB/870.4 MiB (44.2 MiB/s) with 123 file(s) remaining
Completed 62.7 MiB/870.4 MiB (44.3 MiB/s) with 123 file(s) remaining
Completed 62.9 MiB/870.4 MiB (44.5 MiB/s) with 123 file(s) remaining
Completed 63.2 MiB/870.4 MiB (44.6 MiB/s) with 123 file(s) remaining
Completed 63.4 MiB/870.4 MiB (44.8 MiB/s) with 123 file(s) remaining
Completed 63.7 MiB/870.4 MiB (44.9 MiB/s) with 123 file(s) remaining
Completed 63.9 MiB/870.4 MiB (45.1 MiB/s) with 123 file(s) remaining
Completed 64.2 MiB/870.4 MiB (45.2 MiB/s) with 123 file(s) remaining
Completed 64.4 MiB/870.4 MiB (45.4 MiB/s) with 123 file(s) remaining
Completed 64.7 MiB/870.4 MiB (45.5 MiB/s) with 123 file(s) remaining
Completed 64.9 MiB/870.4 MiB (45.7 MiB/s) with 123 file(s) remaining
Completed 65.2 MiB/870.4 MiB (45.8 MiB/s) with 123 file(s) remaining
Completed 65.4 MiB/870.4 MiB (46.0 MiB/s) with 123 file(s) remaining
Completed 65.7 MiB/870.4 MiB (46.2 MiB/s) with 123 file(s) remaining
Completed 65.9 MiB/870.4 MiB (46.3 MiB/s) with 123 file(s) remaining
Completed 66.2 MiB/870.4 MiB (46.4 MiB/s) with 123 file(s) remaining
Completed 66.4 MiB/870.4 MiB (46.6 MiB/s) with 123 file(s) remaining
Completed 66.7 MiB/870.4 MiB (46.7 MiB/s) with 123 file(s) remaining
Completed 66.9 MiB/870.4 MiB (46.9 MiB/s) with 123 file(s) remaining
Completed 67.2 MiB/870.4 MiB (47.1 MiB/s) with 123 file(s) remaining
Completed 67.4 MiB/870.4 MiB (47.2 MiB/s) with 123 file(s) remaining
Completed 67.7 MiB/870.4 MiB (47.4 MiB/s) with 123 file(s) remaining
Completed 67.7 MiB/870.4 MiB (47.2 MiB/s) with 123 file(s) remaining
download: s3://openproblems-data/resources_test/common/cxg_mouse_pancreas_atlas/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/cxg_mouse_pancreas_atlas/state.yaml
Completed 67.7 MiB/870.4 MiB (47.2 MiB/s) with 122 file(s) remaining
Completed 67.9 MiB/870.4 MiB (47.0 MiB/s) with 122 file(s) remaining
Completed 68.2 MiB/870.4 MiB (47.1 MiB/s) with 122 file(s) remaining
Completed 68.4 MiB/870.4 MiB (47.2 MiB/s) with 122 file(s) remaining
Completed 68.7 MiB/870.4 MiB (47.4 MiB/s) with 122 file(s) remaining
Completed 68.9 MiB/870.4 MiB (47.5 MiB/s) with 122 file(s) remaining
Completed 69.2 MiB/870.4 MiB (47.7 MiB/s) with 122 file(s) remaining
Completed 69.4 MiB/870.4 MiB (47.8 MiB/s) with 122 file(s) remaining
Completed 69.7 MiB/870.4 MiB (48.0 MiB/s) with 122 file(s) remaining
Completed 69.9 MiB/870.4 MiB (48.1 MiB/s) with 122 file(s) remaining
Completed 70.2 MiB/870.4 MiB (48.3 MiB/s) with 122 file(s) remaining
Completed 70.4 MiB/870.4 MiB (48.4 MiB/s) with 122 file(s) remaining
Completed 70.7 MiB/870.4 MiB (48.6 MiB/s) with 122 file(s) remaining
Completed 70.9 MiB/870.4 MiB (47.8 MiB/s) with 122 file(s) remaining
Completed 71.2 MiB/870.4 MiB (48.0 MiB/s) with 122 file(s) remaining
Completed 71.4 MiB/870.4 MiB (48.1 MiB/s) with 122 file(s) remaining
Completed 71.7 MiB/870.4 MiB (48.2 MiB/s) with 122 file(s) remaining
Completed 71.9 MiB/870.4 MiB (48.4 MiB/s) with 122 file(s) remaining
Completed 72.2 MiB/870.4 MiB (48.5 MiB/s) with 122 file(s) remaining
Completed 72.4 MiB/870.4 MiB (48.6 MiB/s) with 122 file(s) remaining
Completed 72.7 MiB/870.4 MiB (48.8 MiB/s) with 122 file(s) remaining
Completed 72.9 MiB/870.4 MiB (48.9 MiB/s) with 122 file(s) remaining
Completed 73.2 MiB/870.4 MiB (49.1 MiB/s) with 122 file(s) remaining
Completed 73.4 MiB/870.4 MiB (49.2 MiB/s) with 122 file(s) remaining
Completed 73.7 MiB/870.4 MiB (49.4 MiB/s) with 122 file(s) remaining
Completed 73.7 MiB/870.4 MiB (49.4 MiB/s) with 122 file(s) remaining
Completed 74.0 MiB/870.4 MiB (49.5 MiB/s) with 122 file(s) remaining
Completed 74.2 MiB/870.4 MiB (49.6 MiB/s) with 122 file(s) remaining
Completed 74.5 MiB/870.4 MiB (49.8 MiB/s) with 122 file(s) remaining
Completed 74.7 MiB/870.4 MiB (49.9 MiB/s) with 122 file(s) remaining
Completed 75.0 MiB/870.4 MiB (50.0 MiB/s) with 122 file(s) remaining
Completed 75.2 MiB/870.4 MiB (50.2 MiB/s) with 122 file(s) remaining
Completed 75.5 MiB/870.4 MiB (50.3 MiB/s) with 122 file(s) remaining
Completed 75.7 MiB/870.4 MiB (50.4 MiB/s) with 122 file(s) remaining
Completed 76.0 MiB/870.4 MiB (50.6 MiB/s) with 122 file(s) remaining
Completed 76.2 MiB/870.4 MiB (50.7 MiB/s) with 122 file(s) remaining
Completed 76.5 MiB/870.4 MiB (50.9 MiB/s) with 122 file(s) remaining
Completed 76.7 MiB/870.4 MiB (51.0 MiB/s) with 122 file(s) remaining
Completed 77.0 MiB/870.4 MiB (51.1 MiB/s) with 122 file(s) remaining
Completed 77.2 MiB/870.4 MiB (51.3 MiB/s) with 122 file(s) remaining
Completed 77.5 MiB/870.4 MiB (51.4 MiB/s) with 122 file(s) remaining
Completed 77.7 MiB/870.4 MiB (51.5 MiB/s) with 122 file(s) remaining
Completed 78.0 MiB/870.4 MiB (51.7 MiB/s) with 122 file(s) remaining
Completed 78.2 MiB/870.4 MiB (51.8 MiB/s) with 122 file(s) remaining
Completed 78.5 MiB/870.4 MiB (51.9 MiB/s) with 122 file(s) remaining
Completed 78.7 MiB/870.4 MiB (52.1 MiB/s) with 122 file(s) remaining
Completed 79.0 MiB/870.4 MiB (52.2 MiB/s) with 122 file(s) remaining
Completed 79.2 MiB/870.4 MiB (52.4 MiB/s) with 122 file(s) remaining
Completed 79.5 MiB/870.4 MiB (52.5 MiB/s) with 122 file(s) remaining
Completed 79.7 MiB/870.4 MiB (52.7 MiB/s) with 122 file(s) remaining
Completed 80.0 MiB/870.4 MiB (52.8 MiB/s) with 122 file(s) remaining
Completed 80.2 MiB/870.4 MiB (52.9 MiB/s) with 122 file(s) remaining
download: s3://openproblems-data/resources_test/cell_cell_communication/datasets/SCP2169/raw_dataset.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/cell_cell_communication/datasets/SCP2169/raw_dataset.h5ad
Completed 80.2 MiB/870.4 MiB (52.9 MiB/s) with 121 file(s) remaining
Completed 80.5 MiB/870.4 MiB (53.0 MiB/s) with 121 file(s) remaining
Completed 80.7 MiB/870.4 MiB (53.1 MiB/s) with 121 file(s) remaining
Completed 81.0 MiB/870.4 MiB (53.3 MiB/s) with 121 file(s) remaining
Completed 81.2 MiB/870.4 MiB (53.4 MiB/s) with 121 file(s) remaining
Completed 81.5 MiB/870.4 MiB (53.5 MiB/s) with 121 file(s) remaining
Completed 81.7 MiB/870.4 MiB (53.7 MiB/s) with 121 file(s) remaining
Completed 82.0 MiB/870.4 MiB (53.8 MiB/s) with 121 file(s) remaining
Completed 82.2 MiB/870.4 MiB (54.0 MiB/s) with 121 file(s) remaining
Completed 82.2 MiB/870.4 MiB (53.9 MiB/s) with 121 file(s) remaining
download: s3://openproblems-data/resources_test/common/allen_brain_atlas/dataset_meta.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/allen_brain_atlas/dataset_meta.yaml
Completed 82.2 MiB/870.4 MiB (53.9 MiB/s) with 120 file(s) remaining
Completed 82.5 MiB/870.4 MiB (53.9 MiB/s) with 120 file(s) remaining
Completed 82.5 MiB/870.4 MiB (53.9 MiB/s) with 120 file(s) remaining
download: s3://openproblems-data/resources_test/common/mouse_brain_coronal_section1/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/mouse_brain_coronal_section1/state.yaml
Completed 82.5 MiB/870.4 MiB (53.9 MiB/s) with 119 file(s) remaining
Completed 82.7 MiB/870.4 MiB (54.0 MiB/s) with 119 file(s) remaining
Completed 83.0 MiB/870.4 MiB (54.1 MiB/s) with 119 file(s) remaining
Completed 83.2 MiB/870.4 MiB (54.3 MiB/s) with 119 file(s) remaining
Completed 83.5 MiB/870.4 MiB (54.4 MiB/s) with 119 file(s) remaining
Completed 83.7 MiB/870.4 MiB (54.5 MiB/s) with 119 file(s) remaining
Completed 84.0 MiB/870.4 MiB (54.7 MiB/s) with 119 file(s) remaining
Completed 84.2 MiB/870.4 MiB (54.8 MiB/s) with 119 file(s) remaining
Completed 84.5 MiB/870.4 MiB (55.0 MiB/s) with 119 file(s) remaining
Completed 84.5 MiB/870.4 MiB (54.9 MiB/s) with 119 file(s) remaining
download: s3://openproblems-data/resources_test/common/cxg_mouse_pancreas_atlas/dataset_metadata.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/cxg_mouse_pancreas_atlas/dataset_metadata.yaml
Completed 84.5 MiB/870.4 MiB (54.9 MiB/s) with 118 file(s) remaining
Completed 84.8 MiB/870.4 MiB (55.0 MiB/s) with 118 file(s) remaining
Completed 85.0 MiB/870.4 MiB (55.2 MiB/s) with 118 file(s) remaining
Completed 85.3 MiB/870.4 MiB (55.3 MiB/s) with 118 file(s) remaining
Completed 85.5 MiB/870.4 MiB (55.4 MiB/s) with 118 file(s) remaining
Completed 85.8 MiB/870.4 MiB (55.6 MiB/s) with 118 file(s) remaining
Completed 86.0 MiB/870.4 MiB (55.7 MiB/s) with 118 file(s) remaining
Completed 86.3 MiB/870.4 MiB (55.9 MiB/s) with 118 file(s) remaining
Completed 86.5 MiB/870.4 MiB (56.0 MiB/s) with 118 file(s) remaining
Completed 86.8 MiB/870.4 MiB (56.1 MiB/s) with 118 file(s) remaining
Completed 87.0 MiB/870.4 MiB (55.6 MiB/s) with 118 file(s) remaining
Completed 87.3 MiB/870.4 MiB (55.8 MiB/s) with 118 file(s) remaining
Completed 87.5 MiB/870.4 MiB (55.9 MiB/s) with 118 file(s) remaining
Completed 87.8 MiB/870.4 MiB (56.0 MiB/s) with 118 file(s) remaining
Completed 88.0 MiB/870.4 MiB (56.2 MiB/s) with 118 file(s) remaining
Completed 88.3 MiB/870.4 MiB (56.3 MiB/s) with 118 file(s) remaining
Completed 88.5 MiB/870.4 MiB (56.4 MiB/s) with 118 file(s) remaining
Completed 88.8 MiB/870.4 MiB (56.5 MiB/s) with 118 file(s) remaining
Completed 89.0 MiB/870.4 MiB (56.7 MiB/s) with 118 file(s) remaining
Completed 89.3 MiB/870.4 MiB (56.5 MiB/s) with 118 file(s) remaining
Completed 89.5 MiB/870.4 MiB (56.6 MiB/s) with 118 file(s) remaining
Completed 89.8 MiB/870.4 MiB (56.8 MiB/s) with 118 file(s) remaining
Completed 89.8 MiB/870.4 MiB (56.8 MiB/s) with 118 file(s) remaining
download: s3://openproblems-data/resources_test/common/cxg_mouse_pancreas_atlas/dataset.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/cxg_mouse_pancreas_atlas/dataset.h5ad
Completed 89.8 MiB/870.4 MiB (56.8 MiB/s) with 117 file(s) remaining
Completed 90.1 MiB/870.4 MiB (56.1 MiB/s) with 117 file(s) remaining
Completed 90.3 MiB/870.4 MiB (56.2 MiB/s) with 117 file(s) remaining
Completed 90.6 MiB/870.4 MiB (56.4 MiB/s) with 117 file(s) remaining
Completed 90.8 MiB/870.4 MiB (56.5 MiB/s) with 117 file(s) remaining
Completed 91.1 MiB/870.4 MiB (56.6 MiB/s) with 117 file(s) remaining
Completed 91.3 MiB/870.4 MiB (56.8 MiB/s) with 117 file(s) remaining
Completed 91.6 MiB/870.4 MiB (56.8 MiB/s) with 117 file(s) remaining
Completed 91.8 MiB/870.4 MiB (57.0 MiB/s) with 117 file(s) remaining
Completed 92.1 MiB/870.4 MiB (57.1 MiB/s) with 117 file(s) remaining
Completed 92.3 MiB/870.4 MiB (57.2 MiB/s) with 117 file(s) remaining
Completed 92.6 MiB/870.4 MiB (57.3 MiB/s) with 117 file(s) remaining
Completed 92.8 MiB/870.4 MiB (57.4 MiB/s) with 117 file(s) remaining
Completed 93.1 MiB/870.4 MiB (57.5 MiB/s) with 117 file(s) remaining
Completed 93.3 MiB/870.4 MiB (57.7 MiB/s) with 117 file(s) remaining
Completed 93.6 MiB/870.4 MiB (57.8 MiB/s) with 117 file(s) remaining
Completed 93.8 MiB/870.4 MiB (57.9 MiB/s) with 117 file(s) remaining
Completed 94.1 MiB/870.4 MiB (58.0 MiB/s) with 117 file(s) remaining
Completed 94.3 MiB/870.4 MiB (58.1 MiB/s) with 117 file(s) remaining
Completed 94.6 MiB/870.4 MiB (58.2 MiB/s) with 117 file(s) remaining
Completed 94.8 MiB/870.4 MiB (58.4 MiB/s) with 117 file(s) remaining
Completed 95.1 MiB/870.4 MiB (58.5 MiB/s) with 117 file(s) remaining
Completed 95.3 MiB/870.4 MiB (58.6 MiB/s) with 117 file(s) remaining
Completed 95.6 MiB/870.4 MiB (58.8 MiB/s) with 117 file(s) remaining
Completed 95.8 MiB/870.4 MiB (58.7 MiB/s) with 117 file(s) remaining
Completed 96.1 MiB/870.4 MiB (58.9 MiB/s) with 117 file(s) remaining
Completed 96.3 MiB/870.4 MiB (59.0 MiB/s) with 117 file(s) remaining
Completed 96.6 MiB/870.4 MiB (59.1 MiB/s) with 117 file(s) remaining
Completed 96.8 MiB/870.4 MiB (59.1 MiB/s) with 117 file(s) remaining
Completed 97.1 MiB/870.4 MiB (59.2 MiB/s) with 117 file(s) remaining
Completed 97.3 MiB/870.4 MiB (59.4 MiB/s) with 117 file(s) remaining
Completed 97.6 MiB/870.4 MiB (59.5 MiB/s) with 117 file(s) remaining
Completed 97.8 MiB/870.4 MiB (59.6 MiB/s) with 117 file(s) remaining
Completed 98.1 MiB/870.4 MiB (59.7 MiB/s) with 117 file(s) remaining
Completed 98.3 MiB/870.4 MiB (59.8 MiB/s) with 117 file(s) remaining
Completed 98.6 MiB/870.4 MiB (59.9 MiB/s) with 117 file(s) remaining
Completed 98.8 MiB/870.4 MiB (60.0 MiB/s) with 117 file(s) remaining
Completed 99.1 MiB/870.4 MiB (60.1 MiB/s) with 117 file(s) remaining
Completed 99.3 MiB/870.4 MiB (60.2 MiB/s) with 117 file(s) remaining
Completed 99.6 MiB/870.4 MiB (60.3 MiB/s) with 117 file(s) remaining
Completed 99.8 MiB/870.4 MiB (60.4 MiB/s) with 117 file(s) remaining
Completed 100.1 MiB/870.4 MiB (60.5 MiB/s) with 117 file(s) remaining
Completed 100.3 MiB/870.4 MiB (60.5 MiB/s) with 117 file(s) remaining
Completed 100.6 MiB/870.4 MiB (60.7 MiB/s) with 117 file(s) remaining
Completed 100.8 MiB/870.4 MiB (60.8 MiB/s) with 117 file(s) remaining
Completed 101.1 MiB/870.4 MiB (61.0 MiB/s) with 117 file(s) remaining
Completed 101.3 MiB/870.4 MiB (61.0 MiB/s) with 117 file(s) remaining
Completed 101.6 MiB/870.4 MiB (61.2 MiB/s) with 117 file(s) remaining
Completed 101.8 MiB/870.4 MiB (61.3 MiB/s) with 117 file(s) remaining
Completed 102.1 MiB/870.4 MiB (61.4 MiB/s) with 117 file(s) remaining
Completed 102.3 MiB/870.4 MiB (61.5 MiB/s) with 117 file(s) remaining
Completed 102.6 MiB/870.4 MiB (61.6 MiB/s) with 117 file(s) remaining
Completed 102.8 MiB/870.4 MiB (61.7 MiB/s) with 117 file(s) remaining
Completed 103.1 MiB/870.4 MiB (61.9 MiB/s) with 117 file(s) remaining
Completed 103.3 MiB/870.4 MiB (62.0 MiB/s) with 117 file(s) remaining
Completed 103.6 MiB/870.4 MiB (62.1 MiB/s) with 117 file(s) remaining
Completed 103.8 MiB/870.4 MiB (62.2 MiB/s) with 117 file(s) remaining
Completed 104.1 MiB/870.4 MiB (62.3 MiB/s) with 117 file(s) remaining
Completed 104.3 MiB/870.4 MiB (62.5 MiB/s) with 117 file(s) remaining
Completed 104.6 MiB/870.4 MiB (62.6 MiB/s) with 117 file(s) remaining
Completed 104.8 MiB/870.4 MiB (62.7 MiB/s) with 117 file(s) remaining
Completed 105.1 MiB/870.4 MiB (62.8 MiB/s) with 117 file(s) remaining
Completed 105.3 MiB/870.4 MiB (62.9 MiB/s) with 117 file(s) remaining
Completed 105.6 MiB/870.4 MiB (63.0 MiB/s) with 117 file(s) remaining
Completed 105.8 MiB/870.4 MiB (63.1 MiB/s) with 117 file(s) remaining
Completed 106.1 MiB/870.4 MiB (63.3 MiB/s) with 117 file(s) remaining
Completed 106.3 MiB/870.4 MiB (63.4 MiB/s) with 117 file(s) remaining
Completed 106.6 MiB/870.4 MiB (63.5 MiB/s) with 117 file(s) remaining
Completed 106.8 MiB/870.4 MiB (63.6 MiB/s) with 117 file(s) remaining
Completed 107.1 MiB/870.4 MiB (63.7 MiB/s) with 117 file(s) remaining
Completed 107.3 MiB/870.4 MiB (63.9 MiB/s) with 117 file(s) remaining
Completed 107.6 MiB/870.4 MiB (63.9 MiB/s) with 117 file(s) remaining
Completed 107.8 MiB/870.4 MiB (64.1 MiB/s) with 117 file(s) remaining
Completed 108.1 MiB/870.4 MiB (64.2 MiB/s) with 117 file(s) remaining
Completed 108.3 MiB/870.4 MiB (64.3 MiB/s) with 117 file(s) remaining
Completed 108.6 MiB/870.4 MiB (64.4 MiB/s) with 117 file(s) remaining
Completed 108.8 MiB/870.4 MiB (64.5 MiB/s) with 117 file(s) remaining
Completed 109.1 MiB/870.4 MiB (64.6 MiB/s) with 117 file(s) remaining
Completed 109.3 MiB/870.4 MiB (64.8 MiB/s) with 117 file(s) remaining
Completed 109.6 MiB/870.4 MiB (64.9 MiB/s) with 117 file(s) remaining
Completed 109.8 MiB/870.4 MiB (64.9 MiB/s) with 117 file(s) remaining
Completed 110.1 MiB/870.4 MiB (65.0 MiB/s) with 117 file(s) remaining
Completed 110.3 MiB/870.4 MiB (65.1 MiB/s) with 117 file(s) remaining
Completed 110.6 MiB/870.4 MiB (65.3 MiB/s) with 117 file(s) remaining
Completed 110.8 MiB/870.4 MiB (65.4 MiB/s) with 117 file(s) remaining
Completed 111.1 MiB/870.4 MiB (65.5 MiB/s) with 117 file(s) remaining
Completed 111.3 MiB/870.4 MiB (65.6 MiB/s) with 117 file(s) remaining
Completed 111.6 MiB/870.4 MiB (65.7 MiB/s) with 117 file(s) remaining
Completed 111.8 MiB/870.4 MiB (65.8 MiB/s) with 117 file(s) remaining
Completed 112.1 MiB/870.4 MiB (65.9 MiB/s) with 117 file(s) remaining
Completed 112.3 MiB/870.4 MiB (66.0 MiB/s) with 117 file(s) remaining
Completed 112.6 MiB/870.4 MiB (66.2 MiB/s) with 117 file(s) remaining
Completed 112.8 MiB/870.4 MiB (66.3 MiB/s) with 117 file(s) remaining
Completed 113.1 MiB/870.4 MiB (66.4 MiB/s) with 117 file(s) remaining
Completed 113.3 MiB/870.4 MiB (66.5 MiB/s) with 117 file(s) remaining
Completed 113.6 MiB/870.4 MiB (66.6 MiB/s) with 117 file(s) remaining
Completed 113.8 MiB/870.4 MiB (66.7 MiB/s) with 117 file(s) remaining
Completed 114.1 MiB/870.4 MiB (66.8 MiB/s) with 117 file(s) remaining
Completed 114.3 MiB/870.4 MiB (66.9 MiB/s) with 117 file(s) remaining
Completed 114.6 MiB/870.4 MiB (67.0 MiB/s) with 117 file(s) remaining
Completed 114.8 MiB/870.4 MiB (67.1 MiB/s) with 117 file(s) remaining
Completed 115.1 MiB/870.4 MiB (67.1 MiB/s) with 117 file(s) remaining
Completed 115.3 MiB/870.4 MiB (67.2 MiB/s) with 117 file(s) remaining
Completed 115.6 MiB/870.4 MiB (67.3 MiB/s) with 117 file(s) remaining
Completed 115.8 MiB/870.4 MiB (67.5 MiB/s) with 117 file(s) remaining
Completed 116.1 MiB/870.4 MiB (67.6 MiB/s) with 117 file(s) remaining
Completed 116.3 MiB/870.4 MiB (67.6 MiB/s) with 117 file(s) remaining
Completed 116.6 MiB/870.4 MiB (67.7 MiB/s) with 117 file(s) remaining
Completed 116.8 MiB/870.4 MiB (67.8 MiB/s) with 117 file(s) remaining
Completed 117.1 MiB/870.4 MiB (67.9 MiB/s) with 117 file(s) remaining
Completed 117.3 MiB/870.4 MiB (68.1 MiB/s) with 117 file(s) remaining
Completed 117.6 MiB/870.4 MiB (68.2 MiB/s) with 117 file(s) remaining
Completed 117.8 MiB/870.4 MiB (68.2 MiB/s) with 117 file(s) remaining
Completed 118.1 MiB/870.4 MiB (68.4 MiB/s) with 117 file(s) remaining
Completed 118.3 MiB/870.4 MiB (68.5 MiB/s) with 117 file(s) remaining
Completed 118.6 MiB/870.4 MiB (68.5 MiB/s) with 117 file(s) remaining
Completed 118.8 MiB/870.4 MiB (68.7 MiB/s) with 117 file(s) remaining
Completed 119.1 MiB/870.4 MiB (68.8 MiB/s) with 117 file(s) remaining
Completed 119.3 MiB/870.4 MiB (68.9 MiB/s) with 117 file(s) remaining
Completed 119.6 MiB/870.4 MiB (69.0 MiB/s) with 117 file(s) remaining
Completed 119.6 MiB/870.4 MiB (69.0 MiB/s) with 117 file(s) remaining
Completed 119.8 MiB/870.4 MiB (69.1 MiB/s) with 117 file(s) remaining
Completed 120.1 MiB/870.4 MiB (69.1 MiB/s) with 117 file(s) remaining
Completed 120.3 MiB/870.4 MiB (69.2 MiB/s) with 117 file(s) remaining
download: s3://openproblems-data/resources_test/common/allen_brain_atlas/dataset.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/allen_brain_atlas/dataset.h5ad
Completed 120.3 MiB/870.4 MiB (69.2 MiB/s) with 116 file(s) remaining
Completed 120.6 MiB/870.4 MiB (69.3 MiB/s) with 116 file(s) remaining
Completed 120.8 MiB/870.4 MiB (69.4 MiB/s) with 116 file(s) remaining
Completed 121.1 MiB/870.4 MiB (69.5 MiB/s) with 116 file(s) remaining
Completed 121.3 MiB/870.4 MiB (69.6 MiB/s) with 116 file(s) remaining
Completed 121.6 MiB/870.4 MiB (69.8 MiB/s) with 116 file(s) remaining
Completed 121.8 MiB/870.4 MiB (69.9 MiB/s) with 116 file(s) remaining
Completed 122.1 MiB/870.4 MiB (70.0 MiB/s) with 116 file(s) remaining
Completed 122.3 MiB/870.4 MiB (70.1 MiB/s) with 116 file(s) remaining
Completed 122.6 MiB/870.4 MiB (70.2 MiB/s) with 116 file(s) remaining
Completed 122.8 MiB/870.4 MiB (70.3 MiB/s) with 116 file(s) remaining
Completed 123.1 MiB/870.4 MiB (70.4 MiB/s) with 116 file(s) remaining
Completed 123.3 MiB/870.4 MiB (70.5 MiB/s) with 116 file(s) remaining
Completed 123.6 MiB/870.4 MiB (70.7 MiB/s) with 116 file(s) remaining
Completed 123.8 MiB/870.4 MiB (70.8 MiB/s) with 116 file(s) remaining
Completed 124.1 MiB/870.4 MiB (70.9 MiB/s) with 116 file(s) remaining
Completed 124.3 MiB/870.4 MiB (71.0 MiB/s) with 116 file(s) remaining
Completed 124.6 MiB/870.4 MiB (71.1 MiB/s) with 116 file(s) remaining
Completed 124.8 MiB/870.4 MiB (71.2 MiB/s) with 116 file(s) remaining
Completed 125.1 MiB/870.4 MiB (71.3 MiB/s) with 116 file(s) remaining
Completed 125.3 MiB/870.4 MiB (71.4 MiB/s) with 116 file(s) remaining
Completed 125.6 MiB/870.4 MiB (71.6 MiB/s) with 116 file(s) remaining
Completed 125.8 MiB/870.4 MiB (71.7 MiB/s) with 116 file(s) remaining
Completed 126.1 MiB/870.4 MiB (71.8 MiB/s) with 116 file(s) remaining
Completed 126.3 MiB/870.4 MiB (71.9 MiB/s) with 116 file(s) remaining
Completed 126.6 MiB/870.4 MiB (72.0 MiB/s) with 116 file(s) remaining
Completed 126.8 MiB/870.4 MiB (72.1 MiB/s) with 116 file(s) remaining
Completed 127.1 MiB/870.4 MiB (72.2 MiB/s) with 116 file(s) remaining
Completed 127.3 MiB/870.4 MiB (72.4 MiB/s) with 116 file(s) remaining
Completed 127.6 MiB/870.4 MiB (72.5 MiB/s) with 116 file(s) remaining
Completed 127.8 MiB/870.4 MiB (72.6 MiB/s) with 116 file(s) remaining
Completed 128.1 MiB/870.4 MiB (72.7 MiB/s) with 116 file(s) remaining
Completed 128.3 MiB/870.4 MiB (72.8 MiB/s) with 116 file(s) remaining
Completed 128.6 MiB/870.4 MiB (72.9 MiB/s) with 116 file(s) remaining
Completed 128.8 MiB/870.4 MiB (73.0 MiB/s) with 116 file(s) remaining
Completed 129.1 MiB/870.4 MiB (73.2 MiB/s) with 116 file(s) remaining
Completed 129.3 MiB/870.4 MiB (73.3 MiB/s) with 116 file(s) remaining
Completed 129.6 MiB/870.4 MiB (73.4 MiB/s) with 116 file(s) remaining
Completed 129.8 MiB/870.4 MiB (73.5 MiB/s) with 116 file(s) remaining
Completed 130.1 MiB/870.4 MiB (73.6 MiB/s) with 116 file(s) remaining
Completed 130.3 MiB/870.4 MiB (73.7 MiB/s) with 116 file(s) remaining
Completed 130.6 MiB/870.4 MiB (73.8 MiB/s) with 116 file(s) remaining
Completed 130.8 MiB/870.4 MiB (74.0 MiB/s) with 116 file(s) remaining
Completed 131.1 MiB/870.4 MiB (73.8 MiB/s) with 116 file(s) remaining
Completed 131.3 MiB/870.4 MiB (73.9 MiB/s) with 116 file(s) remaining
Completed 131.6 MiB/870.4 MiB (74.1 MiB/s) with 116 file(s) remaining
Completed 131.8 MiB/870.4 MiB (74.2 MiB/s) with 116 file(s) remaining
Completed 132.1 MiB/870.4 MiB (74.3 MiB/s) with 116 file(s) remaining
Completed 132.3 MiB/870.4 MiB (74.4 MiB/s) with 116 file(s) remaining
Completed 132.6 MiB/870.4 MiB (74.5 MiB/s) with 116 file(s) remaining
Completed 132.8 MiB/870.4 MiB (74.6 MiB/s) with 116 file(s) remaining
Completed 133.1 MiB/870.4 MiB (74.7 MiB/s) with 116 file(s) remaining
Completed 133.3 MiB/870.4 MiB (74.8 MiB/s) with 116 file(s) remaining
Completed 133.6 MiB/870.4 MiB (74.9 MiB/s) with 116 file(s) remaining
Completed 133.8 MiB/870.4 MiB (75.0 MiB/s) with 116 file(s) remaining
Completed 134.1 MiB/870.4 MiB (75.1 MiB/s) with 116 file(s) remaining
Completed 134.3 MiB/870.4 MiB (75.2 MiB/s) with 116 file(s) remaining
Completed 134.6 MiB/870.4 MiB (75.4 MiB/s) with 116 file(s) remaining
Completed 134.8 MiB/870.4 MiB (75.5 MiB/s) with 116 file(s) remaining
Completed 135.1 MiB/870.4 MiB (75.6 MiB/s) with 116 file(s) remaining
Completed 135.3 MiB/870.4 MiB (75.7 MiB/s) with 116 file(s) remaining
Completed 135.6 MiB/870.4 MiB (75.8 MiB/s) with 116 file(s) remaining
Completed 135.8 MiB/870.4 MiB (75.9 MiB/s) with 116 file(s) remaining
Completed 136.1 MiB/870.4 MiB (76.0 MiB/s) with 116 file(s) remaining
Completed 136.3 MiB/870.4 MiB (76.1 MiB/s) with 116 file(s) remaining
Completed 136.6 MiB/870.4 MiB (76.2 MiB/s) with 116 file(s) remaining
Completed 136.8 MiB/870.4 MiB (76.3 MiB/s) with 116 file(s) remaining
Completed 137.1 MiB/870.4 MiB (76.4 MiB/s) with 116 file(s) remaining
Completed 137.3 MiB/870.4 MiB (76.5 MiB/s) with 116 file(s) remaining
Completed 137.6 MiB/870.4 MiB (76.6 MiB/s) with 116 file(s) remaining
Completed 137.8 MiB/870.4 MiB (76.7 MiB/s) with 116 file(s) remaining
Completed 138.1 MiB/870.4 MiB (76.8 MiB/s) with 116 file(s) remaining
Completed 138.3 MiB/870.4 MiB (76.9 MiB/s) with 116 file(s) remaining
Completed 138.6 MiB/870.4 MiB (77.0 MiB/s) with 116 file(s) remaining
Completed 138.8 MiB/870.4 MiB (77.1 MiB/s) with 116 file(s) remaining
Completed 139.1 MiB/870.4 MiB (77.2 MiB/s) with 116 file(s) remaining
Completed 139.3 MiB/870.4 MiB (77.3 MiB/s) with 116 file(s) remaining
Completed 139.6 MiB/870.4 MiB (77.4 MiB/s) with 116 file(s) remaining
Completed 139.8 MiB/870.4 MiB (77.5 MiB/s) with 116 file(s) remaining
Completed 140.1 MiB/870.4 MiB (77.6 MiB/s) with 116 file(s) remaining
Completed 140.3 MiB/870.4 MiB (77.8 MiB/s) with 116 file(s) remaining
Completed 140.6 MiB/870.4 MiB (77.9 MiB/s) with 116 file(s) remaining
Completed 140.8 MiB/870.4 MiB (78.0 MiB/s) with 116 file(s) remaining
Completed 141.1 MiB/870.4 MiB (78.0 MiB/s) with 116 file(s) remaining
Completed 141.3 MiB/870.4 MiB (78.2 MiB/s) with 116 file(s) remaining
Completed 141.6 MiB/870.4 MiB (78.3 MiB/s) with 116 file(s) remaining
Completed 141.8 MiB/870.4 MiB (78.4 MiB/s) with 116 file(s) remaining
Completed 142.1 MiB/870.4 MiB (78.4 MiB/s) with 116 file(s) remaining
Completed 142.3 MiB/870.4 MiB (78.5 MiB/s) with 116 file(s) remaining
Completed 142.6 MiB/870.4 MiB (78.6 MiB/s) with 116 file(s) remaining
Completed 142.8 MiB/870.4 MiB (78.7 MiB/s) with 116 file(s) remaining
Completed 143.1 MiB/870.4 MiB (78.8 MiB/s) with 116 file(s) remaining
Completed 143.3 MiB/870.4 MiB (78.9 MiB/s) with 116 file(s) remaining
Completed 143.6 MiB/870.4 MiB (79.0 MiB/s) with 116 file(s) remaining
Completed 143.8 MiB/870.4 MiB (79.1 MiB/s) with 116 file(s) remaining
Completed 144.1 MiB/870.4 MiB (79.2 MiB/s) with 116 file(s) remaining
Completed 144.3 MiB/870.4 MiB (79.3 MiB/s) with 116 file(s) remaining
Completed 144.6 MiB/870.4 MiB (79.4 MiB/s) with 116 file(s) remaining
Completed 144.8 MiB/870.4 MiB (79.5 MiB/s) with 116 file(s) remaining
Completed 145.1 MiB/870.4 MiB (79.6 MiB/s) with 116 file(s) remaining
Completed 145.3 MiB/870.4 MiB (79.7 MiB/s) with 116 file(s) remaining
Completed 145.6 MiB/870.4 MiB (79.8 MiB/s) with 116 file(s) remaining
Completed 145.8 MiB/870.4 MiB (79.9 MiB/s) with 116 file(s) remaining
Completed 146.1 MiB/870.4 MiB (80.0 MiB/s) with 116 file(s) remaining
Completed 146.3 MiB/870.4 MiB (80.1 MiB/s) with 116 file(s) remaining
Completed 146.6 MiB/870.4 MiB (80.2 MiB/s) with 116 file(s) remaining
Completed 146.8 MiB/870.4 MiB (80.3 MiB/s) with 116 file(s) remaining
Completed 147.1 MiB/870.4 MiB (80.4 MiB/s) with 116 file(s) remaining
Completed 147.3 MiB/870.4 MiB (80.5 MiB/s) with 116 file(s) remaining
Completed 147.6 MiB/870.4 MiB (80.6 MiB/s) with 116 file(s) remaining
Completed 147.8 MiB/870.4 MiB (80.7 MiB/s) with 116 file(s) remaining
Completed 148.1 MiB/870.4 MiB (80.7 MiB/s) with 116 file(s) remaining
Completed 148.3 MiB/870.4 MiB (80.8 MiB/s) with 116 file(s) remaining
Completed 148.6 MiB/870.4 MiB (80.9 MiB/s) with 116 file(s) remaining
Completed 148.8 MiB/870.4 MiB (80.9 MiB/s) with 116 file(s) remaining
Completed 149.1 MiB/870.4 MiB (81.0 MiB/s) with 116 file(s) remaining
Completed 149.3 MiB/870.4 MiB (81.1 MiB/s) with 116 file(s) remaining
Completed 149.6 MiB/870.4 MiB (81.2 MiB/s) with 116 file(s) remaining
Completed 149.8 MiB/870.4 MiB (81.3 MiB/s) with 116 file(s) remaining
Completed 150.1 MiB/870.4 MiB (81.4 MiB/s) with 116 file(s) remaining
Completed 150.3 MiB/870.4 MiB (81.5 MiB/s) with 116 file(s) remaining
Completed 150.6 MiB/870.4 MiB (81.6 MiB/s) with 116 file(s) remaining
Completed 150.8 MiB/870.4 MiB (81.7 MiB/s) with 116 file(s) remaining
Completed 151.1 MiB/870.4 MiB (81.8 MiB/s) with 116 file(s) remaining
Completed 151.3 MiB/870.4 MiB (81.9 MiB/s) with 116 file(s) remaining
Completed 151.6 MiB/870.4 MiB (82.0 MiB/s) with 116 file(s) remaining
Completed 151.8 MiB/870.4 MiB (82.1 MiB/s) with 116 file(s) remaining
Completed 152.1 MiB/870.4 MiB (82.2 MiB/s) with 116 file(s) remaining
Completed 152.3 MiB/870.4 MiB (82.3 MiB/s) with 116 file(s) remaining
Completed 152.6 MiB/870.4 MiB (82.4 MiB/s) with 116 file(s) remaining
Completed 152.8 MiB/870.4 MiB (82.5 MiB/s) with 116 file(s) remaining
Completed 153.1 MiB/870.4 MiB (82.6 MiB/s) with 116 file(s) remaining
Completed 153.3 MiB/870.4 MiB (82.7 MiB/s) with 116 file(s) remaining
Completed 153.6 MiB/870.4 MiB (82.8 MiB/s) with 116 file(s) remaining
Completed 153.8 MiB/870.4 MiB (82.9 MiB/s) with 116 file(s) remaining
Completed 154.1 MiB/870.4 MiB (82.9 MiB/s) with 116 file(s) remaining
Completed 154.3 MiB/870.4 MiB (83.0 MiB/s) with 116 file(s) remaining
Completed 154.6 MiB/870.4 MiB (83.1 MiB/s) with 116 file(s) remaining
Completed 154.8 MiB/870.4 MiB (83.2 MiB/s) with 116 file(s) remaining
Completed 155.1 MiB/870.4 MiB (83.3 MiB/s) with 116 file(s) remaining
Completed 155.3 MiB/870.4 MiB (83.4 MiB/s) with 116 file(s) remaining
Completed 155.6 MiB/870.4 MiB (83.5 MiB/s) with 116 file(s) remaining
Completed 155.8 MiB/870.4 MiB (83.5 MiB/s) with 116 file(s) remaining
Completed 156.1 MiB/870.4 MiB (83.7 MiB/s) with 116 file(s) remaining
Completed 156.3 MiB/870.4 MiB (83.8 MiB/s) with 116 file(s) remaining
Completed 156.6 MiB/870.4 MiB (83.9 MiB/s) with 116 file(s) remaining
Completed 156.8 MiB/870.4 MiB (84.0 MiB/s) with 116 file(s) remaining
Completed 157.1 MiB/870.4 MiB (84.1 MiB/s) with 116 file(s) remaining
Completed 157.3 MiB/870.4 MiB (84.2 MiB/s) with 116 file(s) remaining
Completed 157.6 MiB/870.4 MiB (84.3 MiB/s) with 116 file(s) remaining
Completed 157.8 MiB/870.4 MiB (84.4 MiB/s) with 116 file(s) remaining
Completed 158.1 MiB/870.4 MiB (84.5 MiB/s) with 116 file(s) remaining
Completed 158.3 MiB/870.4 MiB (84.6 MiB/s) with 116 file(s) remaining
Completed 158.6 MiB/870.4 MiB (84.7 MiB/s) with 116 file(s) remaining
Completed 158.8 MiB/870.4 MiB (84.8 MiB/s) with 116 file(s) remaining
Completed 159.1 MiB/870.4 MiB (84.9 MiB/s) with 116 file(s) remaining
Completed 159.3 MiB/870.4 MiB (85.0 MiB/s) with 116 file(s) remaining
Completed 159.6 MiB/870.4 MiB (85.1 MiB/s) with 116 file(s) remaining
Completed 159.8 MiB/870.4 MiB (85.2 MiB/s) with 116 file(s) remaining
Completed 160.1 MiB/870.4 MiB (85.3 MiB/s) with 116 file(s) remaining
Completed 160.3 MiB/870.4 MiB (85.3 MiB/s) with 116 file(s) remaining
Completed 160.6 MiB/870.4 MiB (85.4 MiB/s) with 116 file(s) remaining
Completed 160.8 MiB/870.4 MiB (85.5 MiB/s) with 116 file(s) remaining
Completed 161.1 MiB/870.4 MiB (85.6 MiB/s) with 116 file(s) remaining
Completed 161.3 MiB/870.4 MiB (85.7 MiB/s) with 116 file(s) remaining
Completed 161.6 MiB/870.4 MiB (85.8 MiB/s) with 116 file(s) remaining
Completed 161.8 MiB/870.4 MiB (85.9 MiB/s) with 116 file(s) remaining
Completed 162.1 MiB/870.4 MiB (86.0 MiB/s) with 116 file(s) remaining
Completed 162.3 MiB/870.4 MiB (86.1 MiB/s) with 116 file(s) remaining
Completed 162.6 MiB/870.4 MiB (86.2 MiB/s) with 116 file(s) remaining
Completed 162.8 MiB/870.4 MiB (86.3 MiB/s) with 116 file(s) remaining
Completed 163.1 MiB/870.4 MiB (86.3 MiB/s) with 116 file(s) remaining
Completed 163.3 MiB/870.4 MiB (86.4 MiB/s) with 116 file(s) remaining
Completed 163.6 MiB/870.4 MiB (86.5 MiB/s) with 116 file(s) remaining
Completed 163.8 MiB/870.4 MiB (86.5 MiB/s) with 116 file(s) remaining
Completed 164.1 MiB/870.4 MiB (86.6 MiB/s) with 116 file(s) remaining
Completed 164.3 MiB/870.4 MiB (86.7 MiB/s) with 116 file(s) remaining
Completed 164.6 MiB/870.4 MiB (86.8 MiB/s) with 116 file(s) remaining
Completed 164.8 MiB/870.4 MiB (86.9 MiB/s) with 116 file(s) remaining
Completed 165.1 MiB/870.4 MiB (87.0 MiB/s) with 116 file(s) remaining
Completed 165.3 MiB/870.4 MiB (87.1 MiB/s) with 116 file(s) remaining
Completed 165.6 MiB/870.4 MiB (87.2 MiB/s) with 116 file(s) remaining
Completed 165.8 MiB/870.4 MiB (87.2 MiB/s) with 116 file(s) remaining
Completed 166.1 MiB/870.4 MiB (87.3 MiB/s) with 116 file(s) remaining
Completed 166.3 MiB/870.4 MiB (87.4 MiB/s) with 116 file(s) remaining
Completed 166.6 MiB/870.4 MiB (87.5 MiB/s) with 116 file(s) remaining
Completed 166.8 MiB/870.4 MiB (87.6 MiB/s) with 116 file(s) remaining
Completed 167.1 MiB/870.4 MiB (87.7 MiB/s) with 116 file(s) remaining
Completed 167.3 MiB/870.4 MiB (87.7 MiB/s) with 116 file(s) remaining
Completed 167.6 MiB/870.4 MiB (87.7 MiB/s) with 116 file(s) remaining
Completed 167.8 MiB/870.4 MiB (87.8 MiB/s) with 116 file(s) remaining
Completed 168.1 MiB/870.4 MiB (87.9 MiB/s) with 116 file(s) remaining
Completed 168.3 MiB/870.4 MiB (87.9 MiB/s) with 116 file(s) remaining
Completed 168.6 MiB/870.4 MiB (88.0 MiB/s) with 116 file(s) remaining
Completed 168.8 MiB/870.4 MiB (88.0 MiB/s) with 116 file(s) remaining
Completed 169.1 MiB/870.4 MiB (88.1 MiB/s) with 116 file(s) remaining
Completed 169.3 MiB/870.4 MiB (88.2 MiB/s) with 116 file(s) remaining
Completed 169.6 MiB/870.4 MiB (88.2 MiB/s) with 116 file(s) remaining
Completed 169.8 MiB/870.4 MiB (88.3 MiB/s) with 116 file(s) remaining
Completed 170.1 MiB/870.4 MiB (88.3 MiB/s) with 116 file(s) remaining
Completed 170.3 MiB/870.4 MiB (88.4 MiB/s) with 116 file(s) remaining
Completed 170.6 MiB/870.4 MiB (88.5 MiB/s) with 116 file(s) remaining
Completed 170.8 MiB/870.4 MiB (88.5 MiB/s) with 116 file(s) remaining
Completed 171.1 MiB/870.4 MiB (88.6 MiB/s) with 116 file(s) remaining
Completed 171.3 MiB/870.4 MiB (88.7 MiB/s) with 116 file(s) remaining
Completed 171.6 MiB/870.4 MiB (88.9 MiB/s) with 116 file(s) remaining
Completed 171.8 MiB/870.4 MiB (88.9 MiB/s) with 116 file(s) remaining
Completed 172.1 MiB/870.4 MiB (89.0 MiB/s) with 116 file(s) remaining
Completed 172.3 MiB/870.4 MiB (88.7 MiB/s) with 116 file(s) remaining
Completed 172.6 MiB/870.4 MiB (88.6 MiB/s) with 116 file(s) remaining
Completed 172.8 MiB/870.4 MiB (88.7 MiB/s) with 116 file(s) remaining
Completed 173.1 MiB/870.4 MiB (88.3 MiB/s) with 116 file(s) remaining
Completed 173.3 MiB/870.4 MiB (88.4 MiB/s) with 116 file(s) remaining
Completed 173.6 MiB/870.4 MiB (88.4 MiB/s) with 116 file(s) remaining
Completed 173.8 MiB/870.4 MiB (88.5 MiB/s) with 116 file(s) remaining
Completed 174.1 MiB/870.4 MiB (88.5 MiB/s) with 116 file(s) remaining
Completed 174.3 MiB/870.4 MiB (88.5 MiB/s) with 116 file(s) remaining
Completed 174.6 MiB/870.4 MiB (88.6 MiB/s) with 116 file(s) remaining
Completed 174.8 MiB/870.4 MiB (88.6 MiB/s) with 116 file(s) remaining
Completed 175.1 MiB/870.4 MiB (88.8 MiB/s) with 116 file(s) remaining
Completed 175.3 MiB/870.4 MiB (88.8 MiB/s) with 116 file(s) remaining
Completed 175.6 MiB/870.4 MiB (88.9 MiB/s) with 116 file(s) remaining
Completed 175.8 MiB/870.4 MiB (89.0 MiB/s) with 116 file(s) remaining
Completed 176.1 MiB/870.4 MiB (89.0 MiB/s) with 116 file(s) remaining
Completed 176.3 MiB/870.4 MiB (89.1 MiB/s) with 116 file(s) remaining
Completed 176.6 MiB/870.4 MiB (89.2 MiB/s) with 116 file(s) remaining
Completed 176.8 MiB/870.4 MiB (89.2 MiB/s) with 116 file(s) remaining
Completed 177.1 MiB/870.4 MiB (89.2 MiB/s) with 116 file(s) remaining
Completed 177.3 MiB/870.4 MiB (89.3 MiB/s) with 116 file(s) remaining
Completed 177.6 MiB/870.4 MiB (89.4 MiB/s) with 116 file(s) remaining
Completed 177.8 MiB/870.4 MiB (89.5 MiB/s) with 116 file(s) remaining
Completed 178.1 MiB/870.4 MiB (89.6 MiB/s) with 116 file(s) remaining
Completed 178.3 MiB/870.4 MiB (89.7 MiB/s) with 116 file(s) remaining
Completed 178.6 MiB/870.4 MiB (89.7 MiB/s) with 116 file(s) remaining
Completed 178.8 MiB/870.4 MiB (89.7 MiB/s) with 116 file(s) remaining
Completed 179.1 MiB/870.4 MiB (89.8 MiB/s) with 116 file(s) remaining
Completed 179.3 MiB/870.4 MiB (89.9 MiB/s) with 116 file(s) remaining
Completed 179.6 MiB/870.4 MiB (90.0 MiB/s) with 116 file(s) remaining
Completed 179.8 MiB/870.4 MiB (90.0 MiB/s) with 116 file(s) remaining
Completed 180.1 MiB/870.4 MiB (90.1 MiB/s) with 116 file(s) remaining
Completed 180.3 MiB/870.4 MiB (90.1 MiB/s) with 116 file(s) remaining
Completed 180.6 MiB/870.4 MiB (90.2 MiB/s) with 116 file(s) remaining
Completed 180.8 MiB/870.4 MiB (90.2 MiB/s) with 116 file(s) remaining
Completed 181.1 MiB/870.4 MiB (90.4 MiB/s) with 116 file(s) remaining
Completed 181.3 MiB/870.4 MiB (90.4 MiB/s) with 116 file(s) remaining
Completed 181.6 MiB/870.4 MiB (90.5 MiB/s) with 116 file(s) remaining
Completed 181.8 MiB/870.4 MiB (90.6 MiB/s) with 116 file(s) remaining
Completed 182.1 MiB/870.4 MiB (90.7 MiB/s) with 116 file(s) remaining
Completed 182.3 MiB/870.4 MiB (90.7 MiB/s) with 116 file(s) remaining
Completed 182.6 MiB/870.4 MiB (90.8 MiB/s) with 116 file(s) remaining
Completed 182.8 MiB/870.4 MiB (90.9 MiB/s) with 116 file(s) remaining
Completed 183.1 MiB/870.4 MiB (91.0 MiB/s) with 116 file(s) remaining
Completed 183.3 MiB/870.4 MiB (91.1 MiB/s) with 116 file(s) remaining
Completed 183.6 MiB/870.4 MiB (91.2 MiB/s) with 116 file(s) remaining
Completed 183.8 MiB/870.4 MiB (91.2 MiB/s) with 116 file(s) remaining
Completed 184.1 MiB/870.4 MiB (91.2 MiB/s) with 116 file(s) remaining
Completed 184.3 MiB/870.4 MiB (91.3 MiB/s) with 116 file(s) remaining
Completed 184.6 MiB/870.4 MiB (91.3 MiB/s) with 116 file(s) remaining
Completed 184.8 MiB/870.4 MiB (91.4 MiB/s) with 116 file(s) remaining
Completed 185.1 MiB/870.4 MiB (91.5 MiB/s) with 116 file(s) remaining
Completed 185.3 MiB/870.4 MiB (91.6 MiB/s) with 116 file(s) remaining
Completed 185.6 MiB/870.4 MiB (91.7 MiB/s) with 116 file(s) remaining
Completed 185.8 MiB/870.4 MiB (91.8 MiB/s) with 116 file(s) remaining
Completed 186.1 MiB/870.4 MiB (91.9 MiB/s) with 116 file(s) remaining
Completed 186.3 MiB/870.4 MiB (91.9 MiB/s) with 116 file(s) remaining
Completed 186.6 MiB/870.4 MiB (92.0 MiB/s) with 116 file(s) remaining
Completed 186.8 MiB/870.4 MiB (92.1 MiB/s) with 116 file(s) remaining
Completed 187.1 MiB/870.4 MiB (92.2 MiB/s) with 116 file(s) remaining
Completed 187.3 MiB/870.4 MiB (92.3 MiB/s) with 116 file(s) remaining
Completed 187.6 MiB/870.4 MiB (92.4 MiB/s) with 116 file(s) remaining
Completed 187.8 MiB/870.4 MiB (92.4 MiB/s) with 116 file(s) remaining
Completed 188.1 MiB/870.4 MiB (92.5 MiB/s) with 116 file(s) remaining
Completed 188.3 MiB/870.4 MiB (92.6 MiB/s) with 116 file(s) remaining
Completed 188.6 MiB/870.4 MiB (92.7 MiB/s) with 116 file(s) remaining
Completed 188.8 MiB/870.4 MiB (92.8 MiB/s) with 116 file(s) remaining
Completed 189.1 MiB/870.4 MiB (92.9 MiB/s) with 116 file(s) remaining
Completed 189.3 MiB/870.4 MiB (93.0 MiB/s) with 116 file(s) remaining
Completed 189.6 MiB/870.4 MiB (93.0 MiB/s) with 116 file(s) remaining
Completed 189.8 MiB/870.4 MiB (93.1 MiB/s) with 116 file(s) remaining
Completed 190.1 MiB/870.4 MiB (93.2 MiB/s) with 116 file(s) remaining
Completed 190.3 MiB/870.4 MiB (93.3 MiB/s) with 116 file(s) remaining
Completed 190.6 MiB/870.4 MiB (93.4 MiB/s) with 116 file(s) remaining
Completed 190.8 MiB/870.4 MiB (93.5 MiB/s) with 116 file(s) remaining
Completed 191.1 MiB/870.4 MiB (93.5 MiB/s) with 116 file(s) remaining
Completed 191.3 MiB/870.4 MiB (93.6 MiB/s) with 116 file(s) remaining
Completed 191.6 MiB/870.4 MiB (93.7 MiB/s) with 116 file(s) remaining
Completed 191.8 MiB/870.4 MiB (93.8 MiB/s) with 116 file(s) remaining
Completed 192.1 MiB/870.4 MiB (93.9 MiB/s) with 116 file(s) remaining
Completed 192.3 MiB/870.4 MiB (93.9 MiB/s) with 116 file(s) remaining
Completed 192.6 MiB/870.4 MiB (94.0 MiB/s) with 116 file(s) remaining
Completed 192.8 MiB/870.4 MiB (94.1 MiB/s) with 116 file(s) remaining
Completed 193.1 MiB/870.4 MiB (94.2 MiB/s) with 116 file(s) remaining
Completed 193.3 MiB/870.4 MiB (94.2 MiB/s) with 116 file(s) remaining
Completed 193.6 MiB/870.4 MiB (94.3 MiB/s) with 116 file(s) remaining
Completed 193.8 MiB/870.4 MiB (94.4 MiB/s) with 116 file(s) remaining
Completed 194.1 MiB/870.4 MiB (94.5 MiB/s) with 116 file(s) remaining
Completed 194.3 MiB/870.4 MiB (94.5 MiB/s) with 116 file(s) remaining
Completed 194.6 MiB/870.4 MiB (94.6 MiB/s) with 116 file(s) remaining
Completed 194.8 MiB/870.4 MiB (94.6 MiB/s) with 116 file(s) remaining
Completed 195.1 MiB/870.4 MiB (94.7 MiB/s) with 116 file(s) remaining
Completed 195.3 MiB/870.4 MiB (94.8 MiB/s) with 116 file(s) remaining
Completed 195.6 MiB/870.4 MiB (94.9 MiB/s) with 116 file(s) remaining
Completed 195.8 MiB/870.4 MiB (95.0 MiB/s) with 116 file(s) remaining
Completed 196.1 MiB/870.4 MiB (95.1 MiB/s) with 116 file(s) remaining
Completed 196.3 MiB/870.4 MiB (95.1 MiB/s) with 116 file(s) remaining
Completed 196.6 MiB/870.4 MiB (95.1 MiB/s) with 116 file(s) remaining
Completed 196.8 MiB/870.4 MiB (95.2 MiB/s) with 116 file(s) remaining
Completed 197.1 MiB/870.4 MiB (95.3 MiB/s) with 116 file(s) remaining
Completed 197.3 MiB/870.4 MiB (95.4 MiB/s) with 116 file(s) remaining
Completed 197.6 MiB/870.4 MiB (95.4 MiB/s) with 116 file(s) remaining
Completed 197.8 MiB/870.4 MiB (95.5 MiB/s) with 116 file(s) remaining
Completed 198.1 MiB/870.4 MiB (95.6 MiB/s) with 116 file(s) remaining
Completed 198.3 MiB/870.4 MiB (95.7 MiB/s) with 116 file(s) remaining
Completed 198.6 MiB/870.4 MiB (95.8 MiB/s) with 116 file(s) remaining
Completed 198.8 MiB/870.4 MiB (95.9 MiB/s) with 116 file(s) remaining
Completed 199.1 MiB/870.4 MiB (95.9 MiB/s) with 116 file(s) remaining
Completed 199.3 MiB/870.4 MiB (95.9 MiB/s) with 116 file(s) remaining
Completed 199.6 MiB/870.4 MiB (96.0 MiB/s) with 116 file(s) remaining
Completed 199.8 MiB/870.4 MiB (96.1 MiB/s) with 116 file(s) remaining
Completed 200.1 MiB/870.4 MiB (96.2 MiB/s) with 116 file(s) remaining
Completed 200.3 MiB/870.4 MiB (96.3 MiB/s) with 116 file(s) remaining
Completed 200.6 MiB/870.4 MiB (96.3 MiB/s) with 116 file(s) remaining
Completed 200.8 MiB/870.4 MiB (96.4 MiB/s) with 116 file(s) remaining
Completed 201.1 MiB/870.4 MiB (96.5 MiB/s) with 116 file(s) remaining
Completed 201.3 MiB/870.4 MiB (96.6 MiB/s) with 116 file(s) remaining
Completed 201.6 MiB/870.4 MiB (96.6 MiB/s) with 116 file(s) remaining
Completed 201.8 MiB/870.4 MiB (96.7 MiB/s) with 116 file(s) remaining
Completed 202.1 MiB/870.4 MiB (96.8 MiB/s) with 116 file(s) remaining
Completed 202.3 MiB/870.4 MiB (96.9 MiB/s) with 116 file(s) remaining
Completed 202.6 MiB/870.4 MiB (96.9 MiB/s) with 116 file(s) remaining
Completed 202.8 MiB/870.4 MiB (97.0 MiB/s) with 116 file(s) remaining
Completed 203.1 MiB/870.4 MiB (97.1 MiB/s) with 116 file(s) remaining
Completed 203.3 MiB/870.4 MiB (97.1 MiB/s) with 116 file(s) remaining
Completed 203.6 MiB/870.4 MiB (97.1 MiB/s) with 116 file(s) remaining
Completed 203.8 MiB/870.4 MiB (97.2 MiB/s) with 116 file(s) remaining
Completed 204.1 MiB/870.4 MiB (97.3 MiB/s) with 116 file(s) remaining
Completed 204.3 MiB/870.4 MiB (97.4 MiB/s) with 116 file(s) remaining
Completed 204.6 MiB/870.4 MiB (97.4 MiB/s) with 116 file(s) remaining
Completed 204.8 MiB/870.4 MiB (97.5 MiB/s) with 116 file(s) remaining
Completed 205.1 MiB/870.4 MiB (97.6 MiB/s) with 116 file(s) remaining
Completed 205.3 MiB/870.4 MiB (97.7 MiB/s) with 116 file(s) remaining
Completed 205.6 MiB/870.4 MiB (97.7 MiB/s) with 116 file(s) remaining
Completed 205.8 MiB/870.4 MiB (97.8 MiB/s) with 116 file(s) remaining
Completed 206.1 MiB/870.4 MiB (97.9 MiB/s) with 116 file(s) remaining
Completed 206.3 MiB/870.4 MiB (98.0 MiB/s) with 116 file(s) remaining
Completed 206.6 MiB/870.4 MiB (98.0 MiB/s) with 116 file(s) remaining
Completed 206.8 MiB/870.4 MiB (98.1 MiB/s) with 116 file(s) remaining
Completed 207.1 MiB/870.4 MiB (98.2 MiB/s) with 116 file(s) remaining
Completed 207.3 MiB/870.4 MiB (98.3 MiB/s) with 116 file(s) remaining
Completed 207.6 MiB/870.4 MiB (98.3 MiB/s) with 116 file(s) remaining
Completed 207.8 MiB/870.4 MiB (98.4 MiB/s) with 116 file(s) remaining
Completed 208.1 MiB/870.4 MiB (98.5 MiB/s) with 116 file(s) remaining
Completed 208.3 MiB/870.4 MiB (98.6 MiB/s) with 116 file(s) remaining
Completed 208.6 MiB/870.4 MiB (98.7 MiB/s) with 116 file(s) remaining
Completed 208.8 MiB/870.4 MiB (98.8 MiB/s) with 116 file(s) remaining
Completed 209.1 MiB/870.4 MiB (98.8 MiB/s) with 116 file(s) remaining
Completed 209.3 MiB/870.4 MiB (98.9 MiB/s) with 116 file(s) remaining
Completed 209.6 MiB/870.4 MiB (98.9 MiB/s) with 116 file(s) remaining
Completed 209.8 MiB/870.4 MiB (99.0 MiB/s) with 116 file(s) remaining
Completed 210.1 MiB/870.4 MiB (99.1 MiB/s) with 116 file(s) remaining
Completed 210.3 MiB/870.4 MiB (99.2 MiB/s) with 116 file(s) remaining
Completed 210.6 MiB/870.4 MiB (99.3 MiB/s) with 116 file(s) remaining
Completed 210.8 MiB/870.4 MiB (99.3 MiB/s) with 116 file(s) remaining
Completed 211.1 MiB/870.4 MiB (99.4 MiB/s) with 116 file(s) remaining
Completed 211.3 MiB/870.4 MiB (99.5 MiB/s) with 116 file(s) remaining
Completed 211.6 MiB/870.4 MiB (99.5 MiB/s) with 116 file(s) remaining
Completed 211.8 MiB/870.4 MiB (99.6 MiB/s) with 116 file(s) remaining
Completed 212.1 MiB/870.4 MiB (99.7 MiB/s) with 116 file(s) remaining
Completed 212.3 MiB/870.4 MiB (99.8 MiB/s) with 116 file(s) remaining
Completed 212.6 MiB/870.4 MiB (99.9 MiB/s) with 116 file(s) remaining
Completed 212.8 MiB/870.4 MiB (99.9 MiB/s) with 116 file(s) remaining
Completed 213.1 MiB/870.4 MiB (100.0 MiB/s) with 116 file(s) remaining
Completed 213.3 MiB/870.4 MiB (100.1 MiB/s) with 116 file(s) remaining
Completed 213.6 MiB/870.4 MiB (100.2 MiB/s) with 116 file(s) remaining
Completed 213.8 MiB/870.4 MiB (100.3 MiB/s) with 116 file(s) remaining
Completed 214.1 MiB/870.4 MiB (100.3 MiB/s) with 116 file(s) remaining
Completed 214.3 MiB/870.4 MiB (100.3 MiB/s) with 116 file(s) remaining
Completed 214.6 MiB/870.4 MiB (100.4 MiB/s) with 116 file(s) remaining
Completed 214.8 MiB/870.4 MiB (100.5 MiB/s) with 116 file(s) remaining
Completed 215.1 MiB/870.4 MiB (100.5 MiB/s) with 116 file(s) remaining
Completed 215.3 MiB/870.4 MiB (100.7 MiB/s) with 116 file(s) remaining
Completed 215.6 MiB/870.4 MiB (100.7 MiB/s) with 116 file(s) remaining
Completed 215.8 MiB/870.4 MiB (100.8 MiB/s) with 116 file(s) remaining
Completed 216.1 MiB/870.4 MiB (100.8 MiB/s) with 116 file(s) remaining
Completed 216.3 MiB/870.4 MiB (100.9 MiB/s) with 116 file(s) remaining
Completed 216.6 MiB/870.4 MiB (101.0 MiB/s) with 116 file(s) remaining
Completed 216.8 MiB/870.4 MiB (101.1 MiB/s) with 116 file(s) remaining
Completed 217.1 MiB/870.4 MiB (101.2 MiB/s) with 116 file(s) remaining
Completed 217.3 MiB/870.4 MiB (101.3 MiB/s) with 116 file(s) remaining
Completed 217.6 MiB/870.4 MiB (101.3 MiB/s) with 116 file(s) remaining
Completed 217.8 MiB/870.4 MiB (101.4 MiB/s) with 116 file(s) remaining
Completed 218.1 MiB/870.4 MiB (101.4 MiB/s) with 116 file(s) remaining
Completed 218.3 MiB/870.4 MiB (101.5 MiB/s) with 116 file(s) remaining
Completed 218.6 MiB/870.4 MiB (101.5 MiB/s) with 116 file(s) remaining
Completed 218.8 MiB/870.4 MiB (101.6 MiB/s) with 116 file(s) remaining
Completed 219.1 MiB/870.4 MiB (101.7 MiB/s) with 116 file(s) remaining
Completed 219.3 MiB/870.4 MiB (101.7 MiB/s) with 116 file(s) remaining
Completed 219.6 MiB/870.4 MiB (101.8 MiB/s) with 116 file(s) remaining
Completed 219.8 MiB/870.4 MiB (101.9 MiB/s) with 116 file(s) remaining
Completed 220.1 MiB/870.4 MiB (102.0 MiB/s) with 116 file(s) remaining
Completed 220.3 MiB/870.4 MiB (102.0 MiB/s) with 116 file(s) remaining
Completed 220.6 MiB/870.4 MiB (102.1 MiB/s) with 116 file(s) remaining
Completed 220.8 MiB/870.4 MiB (102.2 MiB/s) with 116 file(s) remaining
Completed 221.1 MiB/870.4 MiB (102.3 MiB/s) with 116 file(s) remaining
Completed 221.3 MiB/870.4 MiB (102.3 MiB/s) with 116 file(s) remaining
Completed 221.6 MiB/870.4 MiB (102.4 MiB/s) with 116 file(s) remaining
Completed 221.8 MiB/870.4 MiB (102.5 MiB/s) with 116 file(s) remaining
Completed 222.1 MiB/870.4 MiB (102.6 MiB/s) with 116 file(s) remaining
Completed 222.3 MiB/870.4 MiB (102.6 MiB/s) with 116 file(s) remaining
Completed 222.6 MiB/870.4 MiB (102.7 MiB/s) with 116 file(s) remaining
Completed 222.8 MiB/870.4 MiB (102.8 MiB/s) with 116 file(s) remaining
Completed 223.1 MiB/870.4 MiB (102.9 MiB/s) with 116 file(s) remaining
Completed 223.3 MiB/870.4 MiB (103.0 MiB/s) with 116 file(s) remaining
Completed 223.6 MiB/870.4 MiB (103.1 MiB/s) with 116 file(s) remaining
Completed 223.8 MiB/870.4 MiB (103.2 MiB/s) with 116 file(s) remaining
Completed 224.1 MiB/870.4 MiB (103.2 MiB/s) with 116 file(s) remaining
Completed 224.3 MiB/870.4 MiB (103.3 MiB/s) with 116 file(s) remaining
Completed 224.6 MiB/870.4 MiB (103.4 MiB/s) with 116 file(s) remaining
Completed 224.8 MiB/870.4 MiB (103.4 MiB/s) with 116 file(s) remaining
Completed 225.1 MiB/870.4 MiB (103.5 MiB/s) with 116 file(s) remaining
Completed 225.3 MiB/870.4 MiB (103.6 MiB/s) with 116 file(s) remaining
Completed 225.6 MiB/870.4 MiB (103.7 MiB/s) with 116 file(s) remaining
Completed 225.8 MiB/870.4 MiB (103.7 MiB/s) with 116 file(s) remaining
Completed 226.1 MiB/870.4 MiB (103.8 MiB/s) with 116 file(s) remaining
Completed 226.3 MiB/870.4 MiB (103.9 MiB/s) with 116 file(s) remaining
Completed 226.6 MiB/870.4 MiB (103.9 MiB/s) with 116 file(s) remaining
Completed 226.8 MiB/870.4 MiB (104.0 MiB/s) with 116 file(s) remaining
Completed 227.1 MiB/870.4 MiB (104.0 MiB/s) with 116 file(s) remaining
Completed 227.3 MiB/870.4 MiB (104.1 MiB/s) with 116 file(s) remaining
Completed 227.6 MiB/870.4 MiB (104.2 MiB/s) with 116 file(s) remaining
Completed 227.8 MiB/870.4 MiB (104.3 MiB/s) with 116 file(s) remaining
Completed 228.1 MiB/870.4 MiB (104.3 MiB/s) with 116 file(s) remaining
Completed 228.3 MiB/870.4 MiB (104.4 MiB/s) with 116 file(s) remaining
Completed 228.6 MiB/870.4 MiB (104.5 MiB/s) with 116 file(s) remaining
Completed 228.8 MiB/870.4 MiB (104.5 MiB/s) with 116 file(s) remaining
Completed 229.1 MiB/870.4 MiB (104.6 MiB/s) with 116 file(s) remaining
Completed 229.3 MiB/870.4 MiB (104.7 MiB/s) with 116 file(s) remaining
Completed 229.6 MiB/870.4 MiB (104.8 MiB/s) with 116 file(s) remaining
Completed 229.8 MiB/870.4 MiB (104.9 MiB/s) with 116 file(s) remaining
Completed 230.1 MiB/870.4 MiB (104.9 MiB/s) with 116 file(s) remaining
Completed 230.3 MiB/870.4 MiB (105.0 MiB/s) with 116 file(s) remaining
Completed 230.6 MiB/870.4 MiB (105.1 MiB/s) with 116 file(s) remaining
Completed 230.8 MiB/870.4 MiB (105.1 MiB/s) with 116 file(s) remaining
Completed 231.1 MiB/870.4 MiB (105.2 MiB/s) with 116 file(s) remaining
Completed 231.3 MiB/870.4 MiB (105.3 MiB/s) with 116 file(s) remaining
Completed 231.6 MiB/870.4 MiB (105.4 MiB/s) with 116 file(s) remaining
Completed 231.8 MiB/870.4 MiB (105.4 MiB/s) with 116 file(s) remaining
Completed 232.1 MiB/870.4 MiB (105.5 MiB/s) with 116 file(s) remaining
Completed 232.3 MiB/870.4 MiB (105.5 MiB/s) with 116 file(s) remaining
Completed 232.6 MiB/870.4 MiB (105.6 MiB/s) with 116 file(s) remaining
Completed 232.8 MiB/870.4 MiB (105.7 MiB/s) with 116 file(s) remaining
Completed 233.1 MiB/870.4 MiB (105.7 MiB/s) with 116 file(s) remaining
Completed 233.3 MiB/870.4 MiB (105.8 MiB/s) with 116 file(s) remaining
Completed 233.6 MiB/870.4 MiB (105.9 MiB/s) with 116 file(s) remaining
Completed 233.8 MiB/870.4 MiB (105.9 MiB/s) with 116 file(s) remaining
Completed 234.1 MiB/870.4 MiB (106.0 MiB/s) with 116 file(s) remaining
Completed 234.3 MiB/870.4 MiB (106.1 MiB/s) with 116 file(s) remaining
Completed 234.6 MiB/870.4 MiB (106.2 MiB/s) with 116 file(s) remaining
Completed 234.8 MiB/870.4 MiB (106.3 MiB/s) with 116 file(s) remaining
Completed 235.1 MiB/870.4 MiB (106.4 MiB/s) with 116 file(s) remaining
Completed 235.3 MiB/870.4 MiB (106.4 MiB/s) with 116 file(s) remaining
Completed 235.6 MiB/870.4 MiB (106.5 MiB/s) with 116 file(s) remaining
Completed 235.8 MiB/870.4 MiB (106.6 MiB/s) with 116 file(s) remaining
Completed 236.1 MiB/870.4 MiB (106.6 MiB/s) with 116 file(s) remaining
Completed 236.3 MiB/870.4 MiB (106.7 MiB/s) with 116 file(s) remaining
Completed 236.6 MiB/870.4 MiB (106.8 MiB/s) with 116 file(s) remaining
Completed 236.8 MiB/870.4 MiB (106.9 MiB/s) with 116 file(s) remaining
Completed 237.1 MiB/870.4 MiB (106.9 MiB/s) with 116 file(s) remaining
Completed 237.3 MiB/870.4 MiB (107.0 MiB/s) with 116 file(s) remaining
Completed 237.6 MiB/870.4 MiB (107.0 MiB/s) with 116 file(s) remaining
Completed 237.8 MiB/870.4 MiB (107.1 MiB/s) with 116 file(s) remaining
Completed 238.1 MiB/870.4 MiB (107.2 MiB/s) with 116 file(s) remaining
Completed 238.3 MiB/870.4 MiB (107.3 MiB/s) with 116 file(s) remaining
Completed 238.6 MiB/870.4 MiB (107.3 MiB/s) with 116 file(s) remaining
Completed 238.8 MiB/870.4 MiB (107.4 MiB/s) with 116 file(s) remaining
Completed 239.1 MiB/870.4 MiB (107.5 MiB/s) with 116 file(s) remaining
Completed 239.3 MiB/870.4 MiB (107.6 MiB/s) with 116 file(s) remaining
Completed 239.6 MiB/870.4 MiB (107.6 MiB/s) with 116 file(s) remaining
Completed 239.8 MiB/870.4 MiB (107.7 MiB/s) with 116 file(s) remaining
Completed 240.1 MiB/870.4 MiB (107.8 MiB/s) with 116 file(s) remaining
Completed 240.3 MiB/870.4 MiB (107.8 MiB/s) with 116 file(s) remaining
Completed 240.6 MiB/870.4 MiB (107.9 MiB/s) with 116 file(s) remaining
Completed 240.8 MiB/870.4 MiB (107.9 MiB/s) with 116 file(s) remaining
Completed 241.1 MiB/870.4 MiB (108.1 MiB/s) with 116 file(s) remaining
Completed 241.3 MiB/870.4 MiB (108.2 MiB/s) with 116 file(s) remaining
Completed 241.6 MiB/870.4 MiB (108.2 MiB/s) with 116 file(s) remaining
Completed 241.8 MiB/870.4 MiB (108.3 MiB/s) with 116 file(s) remaining
Completed 242.1 MiB/870.4 MiB (108.3 MiB/s) with 116 file(s) remaining
Completed 242.3 MiB/870.4 MiB (108.4 MiB/s) with 116 file(s) remaining
Completed 242.6 MiB/870.4 MiB (108.5 MiB/s) with 116 file(s) remaining
Completed 242.8 MiB/870.4 MiB (108.5 MiB/s) with 116 file(s) remaining
Completed 243.1 MiB/870.4 MiB (108.6 MiB/s) with 116 file(s) remaining
Completed 243.3 MiB/870.4 MiB (108.6 MiB/s) with 116 file(s) remaining
Completed 243.6 MiB/870.4 MiB (108.7 MiB/s) with 116 file(s) remaining
Completed 243.8 MiB/870.4 MiB (108.8 MiB/s) with 116 file(s) remaining
Completed 244.1 MiB/870.4 MiB (108.9 MiB/s) with 116 file(s) remaining
Completed 244.3 MiB/870.4 MiB (108.9 MiB/s) with 116 file(s) remaining
Completed 244.6 MiB/870.4 MiB (109.0 MiB/s) with 116 file(s) remaining
Completed 244.8 MiB/870.4 MiB (109.1 MiB/s) with 116 file(s) remaining
Completed 245.1 MiB/870.4 MiB (109.2 MiB/s) with 116 file(s) remaining
Completed 245.3 MiB/870.4 MiB (109.2 MiB/s) with 116 file(s) remaining
Completed 245.6 MiB/870.4 MiB (109.0 MiB/s) with 116 file(s) remaining
Completed 245.8 MiB/870.4 MiB (108.9 MiB/s) with 116 file(s) remaining
Completed 246.1 MiB/870.4 MiB (109.0 MiB/s) with 116 file(s) remaining
Completed 246.3 MiB/870.4 MiB (109.0 MiB/s) with 116 file(s) remaining
Completed 246.6 MiB/870.4 MiB (109.0 MiB/s) with 116 file(s) remaining
Completed 246.8 MiB/870.4 MiB (109.1 MiB/s) with 116 file(s) remaining
Completed 247.1 MiB/870.4 MiB (109.2 MiB/s) with 116 file(s) remaining
Completed 247.3 MiB/870.4 MiB (109.2 MiB/s) with 116 file(s) remaining
Completed 247.6 MiB/870.4 MiB (109.3 MiB/s) with 116 file(s) remaining
Completed 247.8 MiB/870.4 MiB (109.3 MiB/s) with 116 file(s) remaining
Completed 248.1 MiB/870.4 MiB (109.4 MiB/s) with 116 file(s) remaining
Completed 248.3 MiB/870.4 MiB (109.5 MiB/s) with 116 file(s) remaining
Completed 248.6 MiB/870.4 MiB (109.6 MiB/s) with 116 file(s) remaining
Completed 248.8 MiB/870.4 MiB (109.6 MiB/s) with 116 file(s) remaining
Completed 249.1 MiB/870.4 MiB (109.7 MiB/s) with 116 file(s) remaining
Completed 249.3 MiB/870.4 MiB (109.8 MiB/s) with 116 file(s) remaining
Completed 249.6 MiB/870.4 MiB (109.8 MiB/s) with 116 file(s) remaining
Completed 249.8 MiB/870.4 MiB (109.8 MiB/s) with 116 file(s) remaining
Completed 250.1 MiB/870.4 MiB (109.9 MiB/s) with 116 file(s) remaining
Completed 250.3 MiB/870.4 MiB (110.0 MiB/s) with 116 file(s) remaining
Completed 250.6 MiB/870.4 MiB (110.0 MiB/s) with 116 file(s) remaining
Completed 250.8 MiB/870.4 MiB (110.1 MiB/s) with 116 file(s) remaining
Completed 251.1 MiB/870.4 MiB (110.2 MiB/s) with 116 file(s) remaining
Completed 251.3 MiB/870.4 MiB (110.2 MiB/s) with 116 file(s) remaining
Completed 251.6 MiB/870.4 MiB (110.3 MiB/s) with 116 file(s) remaining
Completed 251.8 MiB/870.4 MiB (110.4 MiB/s) with 116 file(s) remaining
Completed 252.1 MiB/870.4 MiB (110.4 MiB/s) with 116 file(s) remaining
Completed 252.3 MiB/870.4 MiB (110.5 MiB/s) with 116 file(s) remaining
Completed 252.6 MiB/870.4 MiB (110.5 MiB/s) with 116 file(s) remaining
Completed 252.8 MiB/870.4 MiB (110.6 MiB/s) with 116 file(s) remaining
Completed 253.1 MiB/870.4 MiB (110.7 MiB/s) with 116 file(s) remaining
Completed 253.3 MiB/870.4 MiB (110.7 MiB/s) with 116 file(s) remaining
Completed 253.6 MiB/870.4 MiB (110.8 MiB/s) with 116 file(s) remaining
Completed 253.8 MiB/870.4 MiB (110.8 MiB/s) with 116 file(s) remaining
Completed 254.1 MiB/870.4 MiB (110.9 MiB/s) with 116 file(s) remaining
Completed 254.3 MiB/870.4 MiB (111.0 MiB/s) with 116 file(s) remaining
Completed 254.6 MiB/870.4 MiB (111.0 MiB/s) with 116 file(s) remaining
Completed 254.8 MiB/870.4 MiB (111.1 MiB/s) with 116 file(s) remaining
Completed 255.1 MiB/870.4 MiB (111.2 MiB/s) with 116 file(s) remaining
Completed 255.3 MiB/870.4 MiB (111.3 MiB/s) with 116 file(s) remaining
Completed 255.6 MiB/870.4 MiB (111.1 MiB/s) with 116 file(s) remaining
Completed 255.8 MiB/870.4 MiB (111.2 MiB/s) with 116 file(s) remaining
Completed 256.1 MiB/870.4 MiB (110.9 MiB/s) with 116 file(s) remaining
Completed 256.3 MiB/870.4 MiB (111.0 MiB/s) with 116 file(s) remaining
Completed 256.6 MiB/870.4 MiB (110.9 MiB/s) with 116 file(s) remaining
Completed 256.8 MiB/870.4 MiB (111.0 MiB/s) with 116 file(s) remaining
Completed 257.1 MiB/870.4 MiB (111.1 MiB/s) with 116 file(s) remaining
Completed 257.3 MiB/870.4 MiB (111.0 MiB/s) with 116 file(s) remaining
Completed 257.6 MiB/870.4 MiB (111.1 MiB/s) with 116 file(s) remaining
Completed 257.8 MiB/870.4 MiB (111.2 MiB/s) with 116 file(s) remaining
Completed 258.1 MiB/870.4 MiB (111.2 MiB/s) with 116 file(s) remaining
Completed 258.3 MiB/870.4 MiB (111.3 MiB/s) with 116 file(s) remaining
Completed 258.6 MiB/870.4 MiB (111.3 MiB/s) with 116 file(s) remaining
Completed 258.8 MiB/870.4 MiB (111.4 MiB/s) with 116 file(s) remaining
Completed 259.1 MiB/870.4 MiB (111.5 MiB/s) with 116 file(s) remaining
Completed 259.3 MiB/870.4 MiB (111.5 MiB/s) with 116 file(s) remaining
Completed 259.6 MiB/870.4 MiB (111.6 MiB/s) with 116 file(s) remaining
Completed 259.8 MiB/870.4 MiB (111.7 MiB/s) with 116 file(s) remaining
Completed 260.1 MiB/870.4 MiB (111.4 MiB/s) with 116 file(s) remaining
Completed 260.3 MiB/870.4 MiB (111.5 MiB/s) with 116 file(s) remaining
Completed 260.6 MiB/870.4 MiB (111.4 MiB/s) with 116 file(s) remaining
Completed 260.8 MiB/870.4 MiB (111.4 MiB/s) with 116 file(s) remaining
Completed 261.1 MiB/870.4 MiB (111.5 MiB/s) with 116 file(s) remaining
Completed 261.3 MiB/870.4 MiB (111.6 MiB/s) with 116 file(s) remaining
Completed 261.6 MiB/870.4 MiB (111.6 MiB/s) with 116 file(s) remaining
Completed 261.8 MiB/870.4 MiB (111.6 MiB/s) with 116 file(s) remaining
Completed 262.1 MiB/870.4 MiB (111.7 MiB/s) with 116 file(s) remaining
Completed 262.3 MiB/870.4 MiB (111.8 MiB/s) with 116 file(s) remaining
Completed 262.6 MiB/870.4 MiB (111.8 MiB/s) with 116 file(s) remaining
Completed 262.8 MiB/870.4 MiB (111.8 MiB/s) with 116 file(s) remaining
Completed 263.1 MiB/870.4 MiB (111.9 MiB/s) with 116 file(s) remaining
Completed 263.3 MiB/870.4 MiB (111.9 MiB/s) with 116 file(s) remaining
Completed 263.6 MiB/870.4 MiB (111.9 MiB/s) with 116 file(s) remaining
Completed 263.8 MiB/870.4 MiB (111.9 MiB/s) with 116 file(s) remaining
Completed 264.1 MiB/870.4 MiB (112.0 MiB/s) with 116 file(s) remaining
Completed 264.3 MiB/870.4 MiB (112.1 MiB/s) with 116 file(s) remaining
Completed 264.6 MiB/870.4 MiB (112.2 MiB/s) with 116 file(s) remaining
Completed 264.8 MiB/870.4 MiB (112.1 MiB/s) with 116 file(s) remaining
Completed 265.1 MiB/870.4 MiB (112.2 MiB/s) with 116 file(s) remaining
Completed 265.3 MiB/870.4 MiB (112.2 MiB/s) with 116 file(s) remaining
Completed 265.6 MiB/870.4 MiB (112.3 MiB/s) with 116 file(s) remaining
Completed 265.8 MiB/870.4 MiB (112.4 MiB/s) with 116 file(s) remaining
Completed 266.1 MiB/870.4 MiB (112.5 MiB/s) with 116 file(s) remaining
Completed 266.3 MiB/870.4 MiB (112.6 MiB/s) with 116 file(s) remaining
Completed 266.6 MiB/870.4 MiB (112.6 MiB/s) with 116 file(s) remaining
Completed 266.8 MiB/870.4 MiB (112.6 MiB/s) with 116 file(s) remaining
Completed 267.1 MiB/870.4 MiB (112.7 MiB/s) with 116 file(s) remaining
Completed 267.3 MiB/870.4 MiB (112.8 MiB/s) with 116 file(s) remaining
Completed 267.6 MiB/870.4 MiB (112.9 MiB/s) with 116 file(s) remaining
Completed 267.8 MiB/870.4 MiB (112.9 MiB/s) with 116 file(s) remaining
Completed 268.1 MiB/870.4 MiB (113.0 MiB/s) with 116 file(s) remaining
Completed 268.3 MiB/870.4 MiB (113.1 MiB/s) with 116 file(s) remaining
Completed 268.6 MiB/870.4 MiB (113.1 MiB/s) with 116 file(s) remaining
Completed 268.8 MiB/870.4 MiB (113.2 MiB/s) with 116 file(s) remaining
Completed 269.1 MiB/870.4 MiB (113.3 MiB/s) with 116 file(s) remaining
Completed 269.3 MiB/870.4 MiB (113.4 MiB/s) with 116 file(s) remaining
Completed 269.6 MiB/870.4 MiB (113.4 MiB/s) with 116 file(s) remaining
Completed 269.8 MiB/870.4 MiB (113.5 MiB/s) with 116 file(s) remaining
Completed 270.1 MiB/870.4 MiB (113.6 MiB/s) with 116 file(s) remaining
Completed 270.3 MiB/870.4 MiB (113.5 MiB/s) with 116 file(s) remaining
Completed 270.6 MiB/870.4 MiB (113.6 MiB/s) with 116 file(s) remaining
Completed 270.8 MiB/870.4 MiB (113.7 MiB/s) with 116 file(s) remaining
Completed 271.1 MiB/870.4 MiB (113.7 MiB/s) with 116 file(s) remaining
Completed 271.3 MiB/870.4 MiB (113.8 MiB/s) with 116 file(s) remaining
Completed 271.6 MiB/870.4 MiB (113.8 MiB/s) with 116 file(s) remaining
Completed 271.8 MiB/870.4 MiB (113.9 MiB/s) with 116 file(s) remaining
Completed 272.1 MiB/870.4 MiB (114.0 MiB/s) with 116 file(s) remaining
Completed 272.3 MiB/870.4 MiB (114.0 MiB/s) with 116 file(s) remaining
Completed 272.6 MiB/870.4 MiB (114.1 MiB/s) with 116 file(s) remaining
Completed 272.8 MiB/870.4 MiB (114.2 MiB/s) with 116 file(s) remaining
Completed 273.1 MiB/870.4 MiB (114.3 MiB/s) with 116 file(s) remaining
Completed 273.3 MiB/870.4 MiB (114.3 MiB/s) with 116 file(s) remaining
Completed 273.6 MiB/870.4 MiB (114.3 MiB/s) with 116 file(s) remaining
Completed 273.8 MiB/870.4 MiB (114.3 MiB/s) with 116 file(s) remaining
Completed 274.1 MiB/870.4 MiB (114.4 MiB/s) with 116 file(s) remaining
Completed 274.3 MiB/870.4 MiB (114.4 MiB/s) with 116 file(s) remaining
Completed 274.6 MiB/870.4 MiB (114.5 MiB/s) with 116 file(s) remaining
Completed 274.8 MiB/870.4 MiB (114.6 MiB/s) with 116 file(s) remaining
Completed 275.1 MiB/870.4 MiB (114.6 MiB/s) with 116 file(s) remaining
Completed 275.3 MiB/870.4 MiB (114.6 MiB/s) with 116 file(s) remaining
Completed 275.6 MiB/870.4 MiB (114.7 MiB/s) with 116 file(s) remaining
Completed 275.8 MiB/870.4 MiB (114.7 MiB/s) with 116 file(s) remaining
Completed 276.1 MiB/870.4 MiB (114.8 MiB/s) with 116 file(s) remaining
Completed 276.3 MiB/870.4 MiB (114.9 MiB/s) with 116 file(s) remaining
Completed 276.6 MiB/870.4 MiB (114.9 MiB/s) with 116 file(s) remaining
Completed 276.8 MiB/870.4 MiB (115.0 MiB/s) with 116 file(s) remaining
Completed 277.1 MiB/870.4 MiB (115.0 MiB/s) with 116 file(s) remaining
Completed 277.3 MiB/870.4 MiB (115.0 MiB/s) with 116 file(s) remaining
Completed 277.6 MiB/870.4 MiB (115.1 MiB/s) with 116 file(s) remaining
Completed 277.8 MiB/870.4 MiB (115.1 MiB/s) with 116 file(s) remaining
Completed 278.1 MiB/870.4 MiB (115.1 MiB/s) with 116 file(s) remaining
Completed 278.3 MiB/870.4 MiB (115.2 MiB/s) with 116 file(s) remaining
Completed 278.6 MiB/870.4 MiB (115.2 MiB/s) with 116 file(s) remaining
Completed 278.8 MiB/870.4 MiB (115.3 MiB/s) with 116 file(s) remaining
Completed 279.1 MiB/870.4 MiB (115.4 MiB/s) with 116 file(s) remaining
Completed 279.3 MiB/870.4 MiB (115.4 MiB/s) with 116 file(s) remaining
Completed 279.6 MiB/870.4 MiB (115.4 MiB/s) with 116 file(s) remaining
Completed 279.8 MiB/870.4 MiB (115.5 MiB/s) with 116 file(s) remaining
Completed 280.1 MiB/870.4 MiB (115.5 MiB/s) with 116 file(s) remaining
Completed 280.3 MiB/870.4 MiB (115.6 MiB/s) with 116 file(s) remaining
Completed 280.6 MiB/870.4 MiB (115.7 MiB/s) with 116 file(s) remaining
Completed 280.8 MiB/870.4 MiB (115.7 MiB/s) with 116 file(s) remaining
Completed 281.1 MiB/870.4 MiB (115.8 MiB/s) with 116 file(s) remaining
Completed 281.3 MiB/870.4 MiB (115.9 MiB/s) with 116 file(s) remaining
Completed 281.6 MiB/870.4 MiB (115.9 MiB/s) with 116 file(s) remaining
Completed 281.8 MiB/870.4 MiB (116.0 MiB/s) with 116 file(s) remaining
Completed 282.1 MiB/870.4 MiB (116.1 MiB/s) with 116 file(s) remaining
Completed 282.3 MiB/870.4 MiB (116.1 MiB/s) with 116 file(s) remaining
Completed 282.6 MiB/870.4 MiB (116.2 MiB/s) with 116 file(s) remaining
Completed 282.8 MiB/870.4 MiB (116.3 MiB/s) with 116 file(s) remaining
Completed 283.1 MiB/870.4 MiB (116.3 MiB/s) with 116 file(s) remaining
Completed 283.3 MiB/870.4 MiB (116.3 MiB/s) with 116 file(s) remaining
Completed 283.6 MiB/870.4 MiB (116.4 MiB/s) with 116 file(s) remaining
Completed 283.8 MiB/870.4 MiB (116.5 MiB/s) with 116 file(s) remaining
Completed 284.1 MiB/870.4 MiB (116.6 MiB/s) with 116 file(s) remaining
Completed 284.3 MiB/870.4 MiB (116.6 MiB/s) with 116 file(s) remaining
Completed 284.6 MiB/870.4 MiB (116.7 MiB/s) with 116 file(s) remaining
Completed 284.8 MiB/870.4 MiB (116.7 MiB/s) with 116 file(s) remaining
Completed 285.1 MiB/870.4 MiB (116.8 MiB/s) with 116 file(s) remaining
Completed 285.3 MiB/870.4 MiB (116.8 MiB/s) with 116 file(s) remaining
Completed 285.6 MiB/870.4 MiB (116.9 MiB/s) with 116 file(s) remaining
Completed 285.8 MiB/870.4 MiB (117.0 MiB/s) with 116 file(s) remaining
Completed 286.1 MiB/870.4 MiB (117.0 MiB/s) with 116 file(s) remaining
Completed 286.3 MiB/870.4 MiB (117.1 MiB/s) with 116 file(s) remaining
Completed 286.6 MiB/870.4 MiB (117.2 MiB/s) with 116 file(s) remaining
Completed 286.8 MiB/870.4 MiB (116.9 MiB/s) with 116 file(s) remaining
Completed 287.1 MiB/870.4 MiB (116.9 MiB/s) with 116 file(s) remaining
Completed 287.3 MiB/870.4 MiB (117.0 MiB/s) with 116 file(s) remaining
Completed 287.6 MiB/870.4 MiB (117.0 MiB/s) with 116 file(s) remaining
Completed 287.8 MiB/870.4 MiB (117.1 MiB/s) with 116 file(s) remaining
Completed 288.1 MiB/870.4 MiB (117.1 MiB/s) with 116 file(s) remaining
Completed 288.3 MiB/870.4 MiB (117.2 MiB/s) with 116 file(s) remaining
Completed 288.6 MiB/870.4 MiB (117.2 MiB/s) with 116 file(s) remaining
Completed 288.8 MiB/870.4 MiB (117.3 MiB/s) with 116 file(s) remaining
Completed 289.1 MiB/870.4 MiB (117.3 MiB/s) with 116 file(s) remaining
Completed 289.3 MiB/870.4 MiB (117.4 MiB/s) with 116 file(s) remaining
Completed 289.6 MiB/870.4 MiB (117.5 MiB/s) with 116 file(s) remaining
Completed 289.8 MiB/870.4 MiB (117.5 MiB/s) with 116 file(s) remaining
Completed 290.1 MiB/870.4 MiB (117.6 MiB/s) with 116 file(s) remaining
Completed 290.3 MiB/870.4 MiB (117.6 MiB/s) with 116 file(s) remaining
Completed 290.6 MiB/870.4 MiB (117.7 MiB/s) with 116 file(s) remaining
Completed 290.8 MiB/870.4 MiB (117.8 MiB/s) with 116 file(s) remaining
Completed 291.1 MiB/870.4 MiB (117.8 MiB/s) with 116 file(s) remaining
Completed 291.3 MiB/870.4 MiB (117.8 MiB/s) with 116 file(s) remaining
Completed 291.6 MiB/870.4 MiB (117.9 MiB/s) with 116 file(s) remaining
Completed 291.8 MiB/870.4 MiB (117.9 MiB/s) with 116 file(s) remaining
Completed 292.1 MiB/870.4 MiB (118.0 MiB/s) with 116 file(s) remaining
Completed 292.3 MiB/870.4 MiB (118.1 MiB/s) with 116 file(s) remaining
Completed 292.6 MiB/870.4 MiB (118.1 MiB/s) with 116 file(s) remaining
Completed 292.8 MiB/870.4 MiB (118.2 MiB/s) with 116 file(s) remaining
Completed 293.1 MiB/870.4 MiB (118.3 MiB/s) with 116 file(s) remaining
Completed 293.3 MiB/870.4 MiB (118.3 MiB/s) with 116 file(s) remaining
Completed 293.6 MiB/870.4 MiB (118.4 MiB/s) with 116 file(s) remaining
Completed 293.8 MiB/870.4 MiB (118.4 MiB/s) with 116 file(s) remaining
Completed 294.1 MiB/870.4 MiB (118.5 MiB/s) with 116 file(s) remaining
Completed 294.3 MiB/870.4 MiB (118.5 MiB/s) with 116 file(s) remaining
Completed 294.6 MiB/870.4 MiB (118.6 MiB/s) with 116 file(s) remaining
Completed 294.8 MiB/870.4 MiB (118.6 MiB/s) with 116 file(s) remaining
Completed 295.1 MiB/870.4 MiB (118.7 MiB/s) with 116 file(s) remaining
Completed 295.3 MiB/870.4 MiB (118.8 MiB/s) with 116 file(s) remaining
Completed 295.6 MiB/870.4 MiB (118.8 MiB/s) with 116 file(s) remaining
Completed 295.8 MiB/870.4 MiB (118.9 MiB/s) with 116 file(s) remaining
Completed 296.1 MiB/870.4 MiB (118.9 MiB/s) with 116 file(s) remaining
Completed 296.3 MiB/870.4 MiB (119.0 MiB/s) with 116 file(s) remaining
Completed 296.6 MiB/870.4 MiB (119.1 MiB/s) with 116 file(s) remaining
Completed 296.8 MiB/870.4 MiB (119.2 MiB/s) with 116 file(s) remaining
Completed 297.1 MiB/870.4 MiB (119.2 MiB/s) with 116 file(s) remaining
Completed 297.3 MiB/870.4 MiB (119.3 MiB/s) with 116 file(s) remaining
Completed 297.6 MiB/870.4 MiB (119.3 MiB/s) with 116 file(s) remaining
Completed 297.8 MiB/870.4 MiB (119.4 MiB/s) with 116 file(s) remaining
Completed 298.1 MiB/870.4 MiB (119.4 MiB/s) with 116 file(s) remaining
Completed 298.3 MiB/870.4 MiB (119.5 MiB/s) with 116 file(s) remaining
Completed 298.6 MiB/870.4 MiB (119.6 MiB/s) with 116 file(s) remaining
Completed 298.8 MiB/870.4 MiB (119.6 MiB/s) with 116 file(s) remaining
Completed 299.1 MiB/870.4 MiB (119.6 MiB/s) with 116 file(s) remaining
Completed 299.3 MiB/870.4 MiB (119.7 MiB/s) with 116 file(s) remaining
Completed 299.6 MiB/870.4 MiB (119.7 MiB/s) with 116 file(s) remaining
Completed 299.8 MiB/870.4 MiB (119.8 MiB/s) with 116 file(s) remaining
Completed 300.1 MiB/870.4 MiB (119.8 MiB/s) with 116 file(s) remaining
Completed 300.3 MiB/870.4 MiB (119.9 MiB/s) with 116 file(s) remaining
Completed 300.6 MiB/870.4 MiB (120.0 MiB/s) with 116 file(s) remaining
Completed 300.8 MiB/870.4 MiB (120.0 MiB/s) with 116 file(s) remaining
Completed 301.1 MiB/870.4 MiB (120.0 MiB/s) with 116 file(s) remaining
Completed 301.3 MiB/870.4 MiB (120.1 MiB/s) with 116 file(s) remaining
Completed 301.6 MiB/870.4 MiB (120.1 MiB/s) with 116 file(s) remaining
Completed 301.8 MiB/870.4 MiB (120.1 MiB/s) with 116 file(s) remaining
Completed 302.1 MiB/870.4 MiB (120.2 MiB/s) with 116 file(s) remaining
Completed 302.3 MiB/870.4 MiB (120.3 MiB/s) with 116 file(s) remaining
Completed 302.6 MiB/870.4 MiB (120.3 MiB/s) with 116 file(s) remaining
Completed 302.8 MiB/870.4 MiB (120.4 MiB/s) with 116 file(s) remaining
Completed 303.1 MiB/870.4 MiB (120.5 MiB/s) with 116 file(s) remaining
Completed 303.3 MiB/870.4 MiB (120.5 MiB/s) with 116 file(s) remaining
Completed 303.6 MiB/870.4 MiB (120.6 MiB/s) with 116 file(s) remaining
Completed 303.8 MiB/870.4 MiB (120.6 MiB/s) with 116 file(s) remaining
Completed 304.1 MiB/870.4 MiB (120.7 MiB/s) with 116 file(s) remaining
Completed 304.3 MiB/870.4 MiB (120.7 MiB/s) with 116 file(s) remaining
Completed 304.6 MiB/870.4 MiB (120.8 MiB/s) with 116 file(s) remaining
Completed 304.8 MiB/870.4 MiB (120.8 MiB/s) with 116 file(s) remaining
Completed 305.1 MiB/870.4 MiB (120.9 MiB/s) with 116 file(s) remaining
Completed 305.3 MiB/870.4 MiB (121.0 MiB/s) with 116 file(s) remaining
Completed 305.6 MiB/870.4 MiB (121.0 MiB/s) with 116 file(s) remaining
Completed 305.8 MiB/870.4 MiB (121.1 MiB/s) with 116 file(s) remaining
Completed 306.1 MiB/870.4 MiB (121.2 MiB/s) with 116 file(s) remaining
Completed 306.3 MiB/870.4 MiB (121.2 MiB/s) with 116 file(s) remaining
Completed 306.6 MiB/870.4 MiB (121.3 MiB/s) with 116 file(s) remaining
Completed 306.8 MiB/870.4 MiB (121.3 MiB/s) with 116 file(s) remaining
Completed 307.1 MiB/870.4 MiB (121.4 MiB/s) with 116 file(s) remaining
Completed 307.3 MiB/870.4 MiB (121.4 MiB/s) with 116 file(s) remaining
Completed 307.6 MiB/870.4 MiB (121.5 MiB/s) with 116 file(s) remaining
Completed 307.8 MiB/870.4 MiB (121.6 MiB/s) with 116 file(s) remaining
Completed 308.1 MiB/870.4 MiB (121.6 MiB/s) with 116 file(s) remaining
Completed 308.3 MiB/870.4 MiB (121.7 MiB/s) with 116 file(s) remaining
Completed 308.6 MiB/870.4 MiB (121.8 MiB/s) with 116 file(s) remaining
Completed 308.8 MiB/870.4 MiB (121.8 MiB/s) with 116 file(s) remaining
Completed 309.1 MiB/870.4 MiB (121.9 MiB/s) with 116 file(s) remaining
Completed 309.3 MiB/870.4 MiB (121.9 MiB/s) with 116 file(s) remaining
Completed 309.6 MiB/870.4 MiB (122.0 MiB/s) with 116 file(s) remaining
Completed 309.8 MiB/870.4 MiB (121.9 MiB/s) with 116 file(s) remaining
Completed 310.1 MiB/870.4 MiB (122.0 MiB/s) with 116 file(s) remaining
Completed 310.3 MiB/870.4 MiB (122.0 MiB/s) with 116 file(s) remaining
Completed 310.6 MiB/870.4 MiB (122.1 MiB/s) with 116 file(s) remaining
Completed 310.8 MiB/870.4 MiB (122.2 MiB/s) with 116 file(s) remaining
Completed 311.1 MiB/870.4 MiB (122.2 MiB/s) with 116 file(s) remaining
Completed 311.3 MiB/870.4 MiB (122.2 MiB/s) with 116 file(s) remaining
Completed 311.6 MiB/870.4 MiB (122.3 MiB/s) with 116 file(s) remaining
Completed 311.8 MiB/870.4 MiB (122.3 MiB/s) with 116 file(s) remaining
Completed 312.1 MiB/870.4 MiB (122.4 MiB/s) with 116 file(s) remaining
Completed 312.3 MiB/870.4 MiB (122.4 MiB/s) with 116 file(s) remaining
Completed 312.6 MiB/870.4 MiB (122.5 MiB/s) with 116 file(s) remaining
Completed 312.8 MiB/870.4 MiB (122.6 MiB/s) with 116 file(s) remaining
Completed 313.1 MiB/870.4 MiB (122.6 MiB/s) with 116 file(s) remaining
Completed 313.3 MiB/870.4 MiB (122.6 MiB/s) with 116 file(s) remaining
Completed 313.6 MiB/870.4 MiB (122.7 MiB/s) with 116 file(s) remaining
Completed 313.8 MiB/870.4 MiB (122.7 MiB/s) with 116 file(s) remaining
Completed 314.1 MiB/870.4 MiB (122.8 MiB/s) with 116 file(s) remaining
Completed 314.3 MiB/870.4 MiB (122.9 MiB/s) with 116 file(s) remaining
Completed 314.6 MiB/870.4 MiB (122.9 MiB/s) with 116 file(s) remaining
Completed 314.8 MiB/870.4 MiB (123.0 MiB/s) with 116 file(s) remaining
Completed 315.1 MiB/870.4 MiB (123.0 MiB/s) with 116 file(s) remaining
Completed 315.3 MiB/870.4 MiB (123.1 MiB/s) with 116 file(s) remaining
Completed 315.6 MiB/870.4 MiB (123.2 MiB/s) with 116 file(s) remaining
Completed 315.8 MiB/870.4 MiB (123.2 MiB/s) with 116 file(s) remaining
Completed 316.1 MiB/870.4 MiB (123.3 MiB/s) with 116 file(s) remaining
Completed 316.3 MiB/870.4 MiB (123.3 MiB/s) with 116 file(s) remaining
Completed 316.6 MiB/870.4 MiB (123.4 MiB/s) with 116 file(s) remaining
Completed 316.8 MiB/870.4 MiB (123.4 MiB/s) with 116 file(s) remaining
Completed 317.1 MiB/870.4 MiB (123.5 MiB/s) with 116 file(s) remaining
Completed 317.3 MiB/870.4 MiB (123.5 MiB/s) with 116 file(s) remaining
Completed 317.6 MiB/870.4 MiB (123.6 MiB/s) with 116 file(s) remaining
Completed 317.8 MiB/870.4 MiB (123.7 MiB/s) with 116 file(s) remaining
Completed 318.1 MiB/870.4 MiB (123.7 MiB/s) with 116 file(s) remaining
Completed 318.3 MiB/870.4 MiB (123.8 MiB/s) with 116 file(s) remaining
Completed 318.6 MiB/870.4 MiB (123.9 MiB/s) with 116 file(s) remaining
Completed 318.8 MiB/870.4 MiB (123.9 MiB/s) with 116 file(s) remaining
Completed 319.1 MiB/870.4 MiB (124.0 MiB/s) with 116 file(s) remaining
Completed 319.3 MiB/870.4 MiB (124.0 MiB/s) with 116 file(s) remaining
Completed 319.6 MiB/870.4 MiB (124.0 MiB/s) with 116 file(s) remaining
Completed 319.8 MiB/870.4 MiB (124.1 MiB/s) with 116 file(s) remaining
Completed 320.1 MiB/870.4 MiB (124.2 MiB/s) with 116 file(s) remaining
Completed 320.3 MiB/870.4 MiB (124.3 MiB/s) with 116 file(s) remaining
Completed 320.6 MiB/870.4 MiB (124.3 MiB/s) with 116 file(s) remaining
Completed 320.8 MiB/870.4 MiB (124.4 MiB/s) with 116 file(s) remaining
Completed 321.1 MiB/870.4 MiB (124.4 MiB/s) with 116 file(s) remaining
Completed 321.3 MiB/870.4 MiB (124.5 MiB/s) with 116 file(s) remaining
Completed 321.6 MiB/870.4 MiB (124.5 MiB/s) with 116 file(s) remaining
Completed 321.8 MiB/870.4 MiB (124.6 MiB/s) with 116 file(s) remaining
Completed 322.1 MiB/870.4 MiB (124.6 MiB/s) with 116 file(s) remaining
Completed 322.3 MiB/870.4 MiB (124.7 MiB/s) with 116 file(s) remaining
Completed 322.6 MiB/870.4 MiB (124.7 MiB/s) with 116 file(s) remaining
Completed 322.8 MiB/870.4 MiB (124.7 MiB/s) with 116 file(s) remaining
Completed 323.1 MiB/870.4 MiB (124.8 MiB/s) with 116 file(s) remaining
Completed 323.3 MiB/870.4 MiB (124.8 MiB/s) with 116 file(s) remaining
Completed 323.6 MiB/870.4 MiB (124.8 MiB/s) with 116 file(s) remaining
Completed 323.8 MiB/870.4 MiB (124.8 MiB/s) with 116 file(s) remaining
Completed 324.1 MiB/870.4 MiB (124.8 MiB/s) with 116 file(s) remaining
Completed 324.3 MiB/870.4 MiB (124.4 MiB/s) with 116 file(s) remaining
Completed 324.6 MiB/870.4 MiB (124.5 MiB/s) with 116 file(s) remaining
Completed 324.8 MiB/870.4 MiB (124.5 MiB/s) with 116 file(s) remaining
Completed 325.1 MiB/870.4 MiB (124.6 MiB/s) with 116 file(s) remaining
Completed 325.3 MiB/870.4 MiB (124.6 MiB/s) with 116 file(s) remaining
Completed 325.6 MiB/870.4 MiB (124.7 MiB/s) with 116 file(s) remaining
Completed 325.8 MiB/870.4 MiB (124.7 MiB/s) with 116 file(s) remaining
Completed 326.1 MiB/870.4 MiB (124.7 MiB/s) with 116 file(s) remaining
Completed 326.3 MiB/870.4 MiB (124.7 MiB/s) with 116 file(s) remaining
Completed 326.6 MiB/870.4 MiB (124.8 MiB/s) with 116 file(s) remaining
Completed 326.8 MiB/870.4 MiB (124.8 MiB/s) with 116 file(s) remaining
Completed 327.1 MiB/870.4 MiB (124.9 MiB/s) with 116 file(s) remaining
Completed 327.3 MiB/870.4 MiB (124.9 MiB/s) with 116 file(s) remaining
Completed 327.6 MiB/870.4 MiB (125.0 MiB/s) with 116 file(s) remaining
Completed 327.8 MiB/870.4 MiB (125.0 MiB/s) with 116 file(s) remaining
Completed 328.1 MiB/870.4 MiB (125.1 MiB/s) with 116 file(s) remaining
Completed 328.3 MiB/870.4 MiB (125.2 MiB/s) with 116 file(s) remaining
Completed 328.6 MiB/870.4 MiB (125.2 MiB/s) with 116 file(s) remaining
Completed 328.8 MiB/870.4 MiB (125.3 MiB/s) with 116 file(s) remaining
Completed 329.1 MiB/870.4 MiB (125.3 MiB/s) with 116 file(s) remaining
Completed 329.3 MiB/870.4 MiB (125.4 MiB/s) with 116 file(s) remaining
Completed 329.6 MiB/870.4 MiB (125.4 MiB/s) with 116 file(s) remaining
Completed 329.8 MiB/870.4 MiB (125.5 MiB/s) with 116 file(s) remaining
Completed 330.1 MiB/870.4 MiB (125.5 MiB/s) with 116 file(s) remaining
Completed 330.3 MiB/870.4 MiB (125.6 MiB/s) with 116 file(s) remaining
Completed 330.6 MiB/870.4 MiB (125.6 MiB/s) with 116 file(s) remaining
Completed 330.8 MiB/870.4 MiB (125.7 MiB/s) with 116 file(s) remaining
Completed 331.1 MiB/870.4 MiB (125.7 MiB/s) with 116 file(s) remaining
Completed 331.3 MiB/870.4 MiB (125.8 MiB/s) with 116 file(s) remaining
Completed 331.6 MiB/870.4 MiB (125.8 MiB/s) with 116 file(s) remaining
Completed 331.8 MiB/870.4 MiB (125.9 MiB/s) with 116 file(s) remaining
Completed 332.1 MiB/870.4 MiB (126.0 MiB/s) with 116 file(s) remaining
Completed 332.3 MiB/870.4 MiB (126.0 MiB/s) with 116 file(s) remaining
Completed 332.6 MiB/870.4 MiB (126.1 MiB/s) with 116 file(s) remaining
Completed 332.8 MiB/870.4 MiB (126.1 MiB/s) with 116 file(s) remaining
Completed 333.1 MiB/870.4 MiB (126.2 MiB/s) with 116 file(s) remaining
Completed 333.3 MiB/870.4 MiB (126.2 MiB/s) with 116 file(s) remaining
Completed 333.6 MiB/870.4 MiB (126.3 MiB/s) with 116 file(s) remaining
Completed 333.8 MiB/870.4 MiB (126.4 MiB/s) with 116 file(s) remaining
Completed 334.1 MiB/870.4 MiB (126.5 MiB/s) with 116 file(s) remaining
Completed 334.3 MiB/870.4 MiB (126.5 MiB/s) with 116 file(s) remaining
Completed 334.6 MiB/870.4 MiB (126.6 MiB/s) with 116 file(s) remaining
Completed 334.8 MiB/870.4 MiB (126.6 MiB/s) with 116 file(s) remaining
Completed 335.1 MiB/870.4 MiB (126.4 MiB/s) with 116 file(s) remaining
Completed 335.3 MiB/870.4 MiB (126.4 MiB/s) with 116 file(s) remaining
Completed 335.6 MiB/870.4 MiB (126.4 MiB/s) with 116 file(s) remaining
Completed 335.8 MiB/870.4 MiB (126.5 MiB/s) with 116 file(s) remaining
Completed 336.1 MiB/870.4 MiB (126.5 MiB/s) with 116 file(s) remaining
Completed 336.3 MiB/870.4 MiB (126.5 MiB/s) with 116 file(s) remaining
Completed 336.6 MiB/870.4 MiB (126.5 MiB/s) with 116 file(s) remaining
Completed 336.8 MiB/870.4 MiB (126.5 MiB/s) with 116 file(s) remaining
Completed 337.1 MiB/870.4 MiB (126.6 MiB/s) with 116 file(s) remaining
Completed 337.3 MiB/870.4 MiB (126.7 MiB/s) with 116 file(s) remaining
Completed 337.6 MiB/870.4 MiB (126.7 MiB/s) with 116 file(s) remaining
Completed 337.8 MiB/870.4 MiB (126.7 MiB/s) with 116 file(s) remaining
Completed 338.1 MiB/870.4 MiB (126.7 MiB/s) with 116 file(s) remaining
Completed 338.3 MiB/870.4 MiB (126.8 MiB/s) with 116 file(s) remaining
Completed 338.6 MiB/870.4 MiB (126.8 MiB/s) with 116 file(s) remaining
Completed 338.8 MiB/870.4 MiB (126.9 MiB/s) with 116 file(s) remaining
Completed 339.1 MiB/870.4 MiB (126.9 MiB/s) with 116 file(s) remaining
Completed 339.3 MiB/870.4 MiB (127.0 MiB/s) with 116 file(s) remaining
Completed 339.6 MiB/870.4 MiB (127.0 MiB/s) with 116 file(s) remaining
Completed 339.8 MiB/870.4 MiB (127.1 MiB/s) with 116 file(s) remaining
Completed 340.1 MiB/870.4 MiB (127.1 MiB/s) with 116 file(s) remaining
Completed 340.3 MiB/870.4 MiB (127.2 MiB/s) with 116 file(s) remaining
Completed 340.6 MiB/870.4 MiB (127.3 MiB/s) with 116 file(s) remaining
Completed 340.8 MiB/870.4 MiB (127.3 MiB/s) with 116 file(s) remaining
Completed 341.1 MiB/870.4 MiB (127.4 MiB/s) with 116 file(s) remaining
Completed 341.3 MiB/870.4 MiB (127.4 MiB/s) with 116 file(s) remaining
Completed 341.6 MiB/870.4 MiB (127.3 MiB/s) with 116 file(s) remaining
Completed 341.8 MiB/870.4 MiB (127.3 MiB/s) with 116 file(s) remaining
Completed 342.1 MiB/870.4 MiB (127.4 MiB/s) with 116 file(s) remaining
Completed 342.3 MiB/870.4 MiB (127.4 MiB/s) with 116 file(s) remaining
Completed 342.6 MiB/870.4 MiB (127.5 MiB/s) with 116 file(s) remaining
Completed 342.8 MiB/870.4 MiB (127.5 MiB/s) with 116 file(s) remaining
Completed 343.1 MiB/870.4 MiB (127.5 MiB/s) with 116 file(s) remaining
Completed 343.3 MiB/870.4 MiB (127.6 MiB/s) with 116 file(s) remaining
Completed 343.6 MiB/870.4 MiB (127.7 MiB/s) with 116 file(s) remaining
Completed 343.8 MiB/870.4 MiB (127.7 MiB/s) with 116 file(s) remaining
Completed 344.1 MiB/870.4 MiB (127.8 MiB/s) with 116 file(s) remaining
Completed 344.3 MiB/870.4 MiB (127.8 MiB/s) with 116 file(s) remaining
Completed 344.6 MiB/870.4 MiB (127.8 MiB/s) with 116 file(s) remaining
Completed 344.8 MiB/870.4 MiB (127.8 MiB/s) with 116 file(s) remaining
Completed 345.1 MiB/870.4 MiB (127.9 MiB/s) with 116 file(s) remaining
Completed 345.3 MiB/870.4 MiB (127.9 MiB/s) with 116 file(s) remaining
Completed 345.6 MiB/870.4 MiB (128.0 MiB/s) with 116 file(s) remaining
Completed 345.8 MiB/870.4 MiB (128.0 MiB/s) with 116 file(s) remaining
Completed 346.1 MiB/870.4 MiB (128.1 MiB/s) with 116 file(s) remaining
Completed 346.3 MiB/870.4 MiB (128.1 MiB/s) with 116 file(s) remaining
Completed 346.6 MiB/870.4 MiB (128.2 MiB/s) with 116 file(s) remaining
Completed 346.8 MiB/870.4 MiB (128.2 MiB/s) with 116 file(s) remaining
Completed 347.1 MiB/870.4 MiB (128.2 MiB/s) with 116 file(s) remaining
Completed 347.3 MiB/870.4 MiB (128.3 MiB/s) with 116 file(s) remaining
Completed 347.6 MiB/870.4 MiB (128.4 MiB/s) with 116 file(s) remaining
Completed 347.8 MiB/870.4 MiB (128.4 MiB/s) with 116 file(s) remaining
Completed 348.1 MiB/870.4 MiB (128.4 MiB/s) with 116 file(s) remaining
Completed 348.3 MiB/870.4 MiB (128.5 MiB/s) with 116 file(s) remaining
Completed 348.6 MiB/870.4 MiB (128.5 MiB/s) with 116 file(s) remaining
Completed 348.8 MiB/870.4 MiB (128.6 MiB/s) with 116 file(s) remaining
Completed 349.1 MiB/870.4 MiB (128.7 MiB/s) with 116 file(s) remaining
Completed 349.3 MiB/870.4 MiB (128.7 MiB/s) with 116 file(s) remaining
Completed 349.6 MiB/870.4 MiB (128.8 MiB/s) with 116 file(s) remaining
Completed 349.8 MiB/870.4 MiB (128.8 MiB/s) with 116 file(s) remaining
Completed 350.1 MiB/870.4 MiB (128.8 MiB/s) with 116 file(s) remaining
Completed 350.3 MiB/870.4 MiB (128.9 MiB/s) with 116 file(s) remaining
Completed 350.6 MiB/870.4 MiB (129.0 MiB/s) with 116 file(s) remaining
Completed 350.8 MiB/870.4 MiB (129.0 MiB/s) with 116 file(s) remaining
Completed 351.1 MiB/870.4 MiB (129.0 MiB/s) with 116 file(s) remaining
Completed 351.3 MiB/870.4 MiB (129.1 MiB/s) with 116 file(s) remaining
Completed 351.6 MiB/870.4 MiB (129.2 MiB/s) with 116 file(s) remaining
Completed 351.8 MiB/870.4 MiB (129.2 MiB/s) with 116 file(s) remaining
Completed 352.1 MiB/870.4 MiB (129.3 MiB/s) with 116 file(s) remaining
Completed 352.3 MiB/870.4 MiB (129.3 MiB/s) with 116 file(s) remaining
Completed 352.6 MiB/870.4 MiB (129.4 MiB/s) with 116 file(s) remaining
Completed 352.8 MiB/870.4 MiB (129.3 MiB/s) with 116 file(s) remaining
Completed 353.1 MiB/870.4 MiB (129.3 MiB/s) with 116 file(s) remaining
Completed 353.3 MiB/870.4 MiB (129.3 MiB/s) with 116 file(s) remaining
Completed 353.6 MiB/870.4 MiB (129.4 MiB/s) with 116 file(s) remaining
Completed 353.8 MiB/870.4 MiB (129.4 MiB/s) with 116 file(s) remaining
Completed 354.1 MiB/870.4 MiB (129.5 MiB/s) with 116 file(s) remaining
Completed 354.3 MiB/870.4 MiB (129.5 MiB/s) with 116 file(s) remaining
Completed 354.6 MiB/870.4 MiB (129.5 MiB/s) with 116 file(s) remaining
Completed 354.8 MiB/870.4 MiB (129.5 MiB/s) with 116 file(s) remaining
Completed 355.1 MiB/870.4 MiB (129.6 MiB/s) with 116 file(s) remaining
Completed 355.3 MiB/870.4 MiB (129.6 MiB/s) with 116 file(s) remaining
Completed 355.6 MiB/870.4 MiB (129.7 MiB/s) with 116 file(s) remaining
Completed 355.8 MiB/870.4 MiB (129.7 MiB/s) with 116 file(s) remaining
Completed 356.1 MiB/870.4 MiB (129.7 MiB/s) with 116 file(s) remaining
Completed 356.3 MiB/870.4 MiB (129.8 MiB/s) with 116 file(s) remaining
Completed 356.6 MiB/870.4 MiB (129.8 MiB/s) with 116 file(s) remaining
Completed 356.8 MiB/870.4 MiB (129.9 MiB/s) with 116 file(s) remaining
Completed 357.1 MiB/870.4 MiB (129.9 MiB/s) with 116 file(s) remaining
Completed 357.3 MiB/870.4 MiB (130.0 MiB/s) with 116 file(s) remaining
Completed 357.6 MiB/870.4 MiB (130.0 MiB/s) with 116 file(s) remaining
Completed 357.8 MiB/870.4 MiB (130.1 MiB/s) with 116 file(s) remaining
Completed 358.1 MiB/870.4 MiB (130.1 MiB/s) with 116 file(s) remaining
Completed 358.3 MiB/870.4 MiB (130.2 MiB/s) with 116 file(s) remaining
Completed 358.6 MiB/870.4 MiB (130.2 MiB/s) with 116 file(s) remaining
Completed 358.8 MiB/870.4 MiB (130.2 MiB/s) with 116 file(s) remaining
Completed 359.1 MiB/870.4 MiB (130.3 MiB/s) with 116 file(s) remaining
Completed 359.3 MiB/870.4 MiB (130.3 MiB/s) with 116 file(s) remaining
Completed 359.6 MiB/870.4 MiB (130.3 MiB/s) with 116 file(s) remaining
Completed 359.8 MiB/870.4 MiB (130.4 MiB/s) with 116 file(s) remaining
Completed 360.1 MiB/870.4 MiB (130.5 MiB/s) with 116 file(s) remaining
Completed 360.3 MiB/870.4 MiB (130.5 MiB/s) with 116 file(s) remaining
Completed 360.6 MiB/870.4 MiB (130.5 MiB/s) with 116 file(s) remaining
Completed 360.8 MiB/870.4 MiB (130.6 MiB/s) with 116 file(s) remaining
Completed 361.1 MiB/870.4 MiB (130.6 MiB/s) with 116 file(s) remaining
Completed 361.3 MiB/870.4 MiB (130.7 MiB/s) with 116 file(s) remaining
Completed 361.6 MiB/870.4 MiB (130.8 MiB/s) with 116 file(s) remaining
Completed 361.8 MiB/870.4 MiB (130.8 MiB/s) with 116 file(s) remaining
Completed 362.1 MiB/870.4 MiB (130.9 MiB/s) with 116 file(s) remaining
Completed 362.3 MiB/870.4 MiB (130.9 MiB/s) with 116 file(s) remaining
Completed 362.6 MiB/870.4 MiB (131.0 MiB/s) with 116 file(s) remaining
Completed 362.8 MiB/870.4 MiB (131.0 MiB/s) with 116 file(s) remaining
Completed 363.1 MiB/870.4 MiB (131.1 MiB/s) with 116 file(s) remaining
Completed 363.3 MiB/870.4 MiB (131.1 MiB/s) with 116 file(s) remaining
Completed 363.6 MiB/870.4 MiB (131.1 MiB/s) with 116 file(s) remaining
Completed 363.8 MiB/870.4 MiB (131.2 MiB/s) with 116 file(s) remaining
Completed 364.1 MiB/870.4 MiB (131.3 MiB/s) with 116 file(s) remaining
Completed 364.3 MiB/870.4 MiB (131.3 MiB/s) with 116 file(s) remaining
Completed 364.6 MiB/870.4 MiB (131.4 MiB/s) with 116 file(s) remaining
Completed 364.8 MiB/870.4 MiB (131.4 MiB/s) with 116 file(s) remaining
Completed 365.1 MiB/870.4 MiB (131.4 MiB/s) with 116 file(s) remaining
Completed 365.3 MiB/870.4 MiB (131.5 MiB/s) with 116 file(s) remaining
Completed 365.6 MiB/870.4 MiB (131.6 MiB/s) with 116 file(s) remaining
Completed 365.8 MiB/870.4 MiB (131.6 MiB/s) with 116 file(s) remaining
Completed 366.1 MiB/870.4 MiB (131.6 MiB/s) with 116 file(s) remaining
Completed 366.3 MiB/870.4 MiB (131.7 MiB/s) with 116 file(s) remaining
Completed 366.6 MiB/870.4 MiB (131.8 MiB/s) with 116 file(s) remaining
Completed 366.8 MiB/870.4 MiB (131.8 MiB/s) with 116 file(s) remaining
Completed 367.1 MiB/870.4 MiB (131.9 MiB/s) with 116 file(s) remaining
Completed 367.3 MiB/870.4 MiB (131.9 MiB/s) with 116 file(s) remaining
Completed 367.6 MiB/870.4 MiB (132.0 MiB/s) with 116 file(s) remaining
Completed 367.8 MiB/870.4 MiB (132.0 MiB/s) with 116 file(s) remaining
Completed 368.1 MiB/870.4 MiB (131.0 MiB/s) with 116 file(s) remaining
Completed 368.3 MiB/870.4 MiB (131.1 MiB/s) with 116 file(s) remaining
Completed 368.6 MiB/870.4 MiB (131.1 MiB/s) with 116 file(s) remaining
Completed 368.8 MiB/870.4 MiB (131.2 MiB/s) with 116 file(s) remaining
Completed 369.1 MiB/870.4 MiB (131.2 MiB/s) with 116 file(s) remaining
Completed 369.3 MiB/870.4 MiB (131.3 MiB/s) with 116 file(s) remaining
Completed 369.6 MiB/870.4 MiB (131.3 MiB/s) with 116 file(s) remaining
Completed 369.8 MiB/870.4 MiB (131.3 MiB/s) with 116 file(s) remaining
Completed 370.1 MiB/870.4 MiB (131.3 MiB/s) with 116 file(s) remaining
Completed 370.3 MiB/870.4 MiB (131.3 MiB/s) with 116 file(s) remaining
Completed 370.6 MiB/870.4 MiB (131.3 MiB/s) with 116 file(s) remaining
Completed 370.8 MiB/870.4 MiB (131.3 MiB/s) with 116 file(s) remaining
Completed 371.1 MiB/870.4 MiB (131.3 MiB/s) with 116 file(s) remaining
Completed 371.3 MiB/870.4 MiB (131.1 MiB/s) with 116 file(s) remaining
Completed 371.6 MiB/870.4 MiB (131.1 MiB/s) with 116 file(s) remaining
Completed 371.8 MiB/870.4 MiB (131.2 MiB/s) with 116 file(s) remaining
Completed 372.1 MiB/870.4 MiB (131.2 MiB/s) with 116 file(s) remaining
Completed 372.3 MiB/870.4 MiB (131.2 MiB/s) with 116 file(s) remaining
Completed 372.6 MiB/870.4 MiB (131.2 MiB/s) with 116 file(s) remaining
Completed 372.8 MiB/870.4 MiB (131.2 MiB/s) with 116 file(s) remaining
Completed 373.1 MiB/870.4 MiB (131.3 MiB/s) with 116 file(s) remaining
Completed 373.3 MiB/870.4 MiB (131.3 MiB/s) with 116 file(s) remaining
Completed 373.6 MiB/870.4 MiB (131.3 MiB/s) with 116 file(s) remaining
Completed 373.8 MiB/870.4 MiB (131.3 MiB/s) with 116 file(s) remaining
Completed 374.1 MiB/870.4 MiB (131.4 MiB/s) with 116 file(s) remaining
Completed 374.3 MiB/870.4 MiB (131.5 MiB/s) with 116 file(s) remaining
Completed 374.6 MiB/870.4 MiB (131.5 MiB/s) with 116 file(s) remaining
Completed 374.8 MiB/870.4 MiB (131.6 MiB/s) with 116 file(s) remaining
Completed 375.1 MiB/870.4 MiB (131.6 MiB/s) with 116 file(s) remaining
Completed 375.3 MiB/870.4 MiB (131.7 MiB/s) with 116 file(s) remaining
Completed 375.6 MiB/870.4 MiB (131.7 MiB/s) with 116 file(s) remaining
Completed 375.8 MiB/870.4 MiB (131.8 MiB/s) with 116 file(s) remaining
Completed 376.1 MiB/870.4 MiB (131.8 MiB/s) with 116 file(s) remaining
Completed 376.3 MiB/870.4 MiB (131.9 MiB/s) with 116 file(s) remaining
Completed 376.6 MiB/870.4 MiB (131.9 MiB/s) with 116 file(s) remaining
Completed 376.8 MiB/870.4 MiB (131.9 MiB/s) with 116 file(s) remaining
Completed 377.1 MiB/870.4 MiB (132.0 MiB/s) with 116 file(s) remaining
Completed 377.3 MiB/870.4 MiB (132.0 MiB/s) with 116 file(s) remaining
Completed 377.6 MiB/870.4 MiB (132.1 MiB/s) with 116 file(s) remaining
Completed 377.8 MiB/870.4 MiB (132.1 MiB/s) with 116 file(s) remaining
Completed 378.1 MiB/870.4 MiB (132.2 MiB/s) with 116 file(s) remaining
Completed 378.3 MiB/870.4 MiB (132.2 MiB/s) with 116 file(s) remaining
Completed 378.6 MiB/870.4 MiB (132.2 MiB/s) with 116 file(s) remaining
Completed 378.8 MiB/870.4 MiB (132.3 MiB/s) with 116 file(s) remaining
Completed 379.1 MiB/870.4 MiB (132.4 MiB/s) with 116 file(s) remaining
Completed 379.3 MiB/870.4 MiB (132.4 MiB/s) with 116 file(s) remaining
Completed 379.6 MiB/870.4 MiB (132.4 MiB/s) with 116 file(s) remaining
Completed 379.8 MiB/870.4 MiB (132.5 MiB/s) with 116 file(s) remaining
Completed 380.1 MiB/870.4 MiB (132.6 MiB/s) with 116 file(s) remaining
Completed 380.3 MiB/870.4 MiB (132.6 MiB/s) with 116 file(s) remaining
Completed 380.6 MiB/870.4 MiB (132.7 MiB/s) with 116 file(s) remaining
Completed 380.8 MiB/870.4 MiB (132.7 MiB/s) with 116 file(s) remaining
Completed 381.1 MiB/870.4 MiB (132.8 MiB/s) with 116 file(s) remaining
Completed 381.3 MiB/870.4 MiB (132.8 MiB/s) with 116 file(s) remaining
Completed 381.6 MiB/870.4 MiB (132.9 MiB/s) with 116 file(s) remaining
Completed 381.8 MiB/870.4 MiB (132.9 MiB/s) with 116 file(s) remaining
Completed 382.1 MiB/870.4 MiB (133.0 MiB/s) with 116 file(s) remaining
Completed 382.3 MiB/870.4 MiB (133.0 MiB/s) with 116 file(s) remaining
Completed 382.6 MiB/870.4 MiB (133.1 MiB/s) with 116 file(s) remaining
Completed 382.8 MiB/870.4 MiB (133.1 MiB/s) with 116 file(s) remaining
Completed 383.1 MiB/870.4 MiB (133.2 MiB/s) with 116 file(s) remaining
Completed 383.3 MiB/870.4 MiB (133.3 MiB/s) with 116 file(s) remaining
Completed 383.6 MiB/870.4 MiB (133.3 MiB/s) with 116 file(s) remaining
Completed 383.8 MiB/870.4 MiB (133.3 MiB/s) with 116 file(s) remaining
Completed 384.1 MiB/870.4 MiB (133.4 MiB/s) with 116 file(s) remaining
Completed 384.3 MiB/870.4 MiB (133.4 MiB/s) with 116 file(s) remaining
Completed 384.6 MiB/870.4 MiB (133.5 MiB/s) with 116 file(s) remaining
Completed 384.8 MiB/870.4 MiB (133.5 MiB/s) with 116 file(s) remaining
Completed 385.1 MiB/870.4 MiB (133.5 MiB/s) with 116 file(s) remaining
Completed 385.3 MiB/870.4 MiB (133.6 MiB/s) with 116 file(s) remaining
Completed 385.6 MiB/870.4 MiB (133.7 MiB/s) with 116 file(s) remaining
Completed 385.8 MiB/870.4 MiB (133.7 MiB/s) with 116 file(s) remaining
Completed 386.1 MiB/870.4 MiB (133.8 MiB/s) with 116 file(s) remaining
Completed 386.3 MiB/870.4 MiB (133.9 MiB/s) with 116 file(s) remaining
Completed 386.6 MiB/870.4 MiB (133.9 MiB/s) with 116 file(s) remaining
Completed 386.8 MiB/870.4 MiB (133.9 MiB/s) with 116 file(s) remaining
Completed 387.1 MiB/870.4 MiB (134.0 MiB/s) with 116 file(s) remaining
Completed 387.3 MiB/870.4 MiB (134.0 MiB/s) with 116 file(s) remaining
Completed 387.6 MiB/870.4 MiB (134.1 MiB/s) with 116 file(s) remaining
Completed 387.8 MiB/870.4 MiB (134.2 MiB/s) with 116 file(s) remaining
Completed 388.1 MiB/870.4 MiB (134.2 MiB/s) with 116 file(s) remaining
Completed 388.3 MiB/870.4 MiB (134.3 MiB/s) with 116 file(s) remaining
Completed 388.6 MiB/870.4 MiB (134.3 MiB/s) with 116 file(s) remaining
Completed 388.8 MiB/870.4 MiB (134.4 MiB/s) with 116 file(s) remaining
Completed 389.1 MiB/870.4 MiB (134.4 MiB/s) with 116 file(s) remaining
Completed 389.3 MiB/870.4 MiB (134.5 MiB/s) with 116 file(s) remaining
Completed 389.6 MiB/870.4 MiB (134.5 MiB/s) with 116 file(s) remaining
Completed 389.8 MiB/870.4 MiB (134.6 MiB/s) with 116 file(s) remaining
Completed 390.1 MiB/870.4 MiB (134.6 MiB/s) with 116 file(s) remaining
Completed 390.3 MiB/870.4 MiB (134.6 MiB/s) with 116 file(s) remaining
Completed 390.6 MiB/870.4 MiB (134.7 MiB/s) with 116 file(s) remaining
Completed 390.8 MiB/870.4 MiB (134.8 MiB/s) with 116 file(s) remaining
Completed 391.1 MiB/870.4 MiB (134.8 MiB/s) with 116 file(s) remaining
Completed 391.3 MiB/870.4 MiB (134.8 MiB/s) with 116 file(s) remaining
Completed 391.6 MiB/870.4 MiB (134.9 MiB/s) with 116 file(s) remaining
Completed 391.8 MiB/870.4 MiB (134.9 MiB/s) with 116 file(s) remaining
Completed 392.1 MiB/870.4 MiB (134.9 MiB/s) with 116 file(s) remaining
Completed 392.3 MiB/870.4 MiB (135.0 MiB/s) with 116 file(s) remaining
Completed 392.6 MiB/870.4 MiB (135.0 MiB/s) with 116 file(s) remaining
Completed 392.8 MiB/870.4 MiB (135.1 MiB/s) with 116 file(s) remaining
Completed 393.1 MiB/870.4 MiB (135.1 MiB/s) with 116 file(s) remaining
Completed 393.3 MiB/870.4 MiB (135.2 MiB/s) with 116 file(s) remaining
Completed 393.6 MiB/870.4 MiB (135.2 MiB/s) with 116 file(s) remaining
Completed 393.8 MiB/870.4 MiB (135.3 MiB/s) with 116 file(s) remaining
Completed 394.1 MiB/870.4 MiB (135.3 MiB/s) with 116 file(s) remaining
Completed 394.3 MiB/870.4 MiB (135.3 MiB/s) with 116 file(s) remaining
Completed 394.6 MiB/870.4 MiB (135.3 MiB/s) with 116 file(s) remaining
Completed 394.8 MiB/870.4 MiB (135.4 MiB/s) with 116 file(s) remaining
Completed 395.1 MiB/870.4 MiB (135.5 MiB/s) with 116 file(s) remaining
Completed 395.3 MiB/870.4 MiB (135.5 MiB/s) with 116 file(s) remaining
Completed 395.6 MiB/870.4 MiB (135.5 MiB/s) with 116 file(s) remaining
Completed 395.8 MiB/870.4 MiB (135.6 MiB/s) with 116 file(s) remaining
Completed 396.1 MiB/870.4 MiB (135.6 MiB/s) with 116 file(s) remaining
Completed 396.3 MiB/870.4 MiB (135.7 MiB/s) with 116 file(s) remaining
Completed 396.6 MiB/870.4 MiB (135.7 MiB/s) with 116 file(s) remaining
Completed 396.8 MiB/870.4 MiB (135.8 MiB/s) with 116 file(s) remaining
Completed 397.1 MiB/870.4 MiB (135.8 MiB/s) with 116 file(s) remaining
Completed 397.3 MiB/870.4 MiB (135.9 MiB/s) with 116 file(s) remaining
Completed 397.6 MiB/870.4 MiB (135.9 MiB/s) with 116 file(s) remaining
Completed 397.8 MiB/870.4 MiB (136.0 MiB/s) with 116 file(s) remaining
Completed 398.1 MiB/870.4 MiB (136.0 MiB/s) with 116 file(s) remaining
Completed 398.3 MiB/870.4 MiB (136.1 MiB/s) with 116 file(s) remaining
Completed 398.6 MiB/870.4 MiB (136.1 MiB/s) with 116 file(s) remaining
Completed 398.8 MiB/870.4 MiB (136.1 MiB/s) with 116 file(s) remaining
Completed 399.1 MiB/870.4 MiB (136.1 MiB/s) with 116 file(s) remaining
Completed 399.3 MiB/870.4 MiB (136.1 MiB/s) with 116 file(s) remaining
Completed 399.6 MiB/870.4 MiB (136.2 MiB/s) with 116 file(s) remaining
Completed 399.8 MiB/870.4 MiB (136.2 MiB/s) with 116 file(s) remaining
Completed 400.1 MiB/870.4 MiB (136.3 MiB/s) with 116 file(s) remaining
Completed 400.3 MiB/870.4 MiB (136.2 MiB/s) with 116 file(s) remaining
Completed 400.6 MiB/870.4 MiB (136.3 MiB/s) with 116 file(s) remaining
Completed 400.8 MiB/870.4 MiB (136.3 MiB/s) with 116 file(s) remaining
Completed 401.1 MiB/870.4 MiB (136.4 MiB/s) with 116 file(s) remaining
Completed 401.3 MiB/870.4 MiB (136.4 MiB/s) with 116 file(s) remaining
Completed 401.6 MiB/870.4 MiB (136.5 MiB/s) with 116 file(s) remaining
Completed 401.8 MiB/870.4 MiB (136.5 MiB/s) with 116 file(s) remaining
Completed 402.1 MiB/870.4 MiB (136.5 MiB/s) with 116 file(s) remaining
Completed 402.3 MiB/870.4 MiB (136.6 MiB/s) with 116 file(s) remaining
Completed 402.6 MiB/870.4 MiB (136.6 MiB/s) with 116 file(s) remaining
Completed 402.8 MiB/870.4 MiB (136.6 MiB/s) with 116 file(s) remaining
Completed 403.1 MiB/870.4 MiB (136.6 MiB/s) with 116 file(s) remaining
Completed 403.3 MiB/870.4 MiB (136.7 MiB/s) with 116 file(s) remaining
Completed 403.6 MiB/870.4 MiB (136.7 MiB/s) with 116 file(s) remaining
Completed 403.8 MiB/870.4 MiB (136.7 MiB/s) with 116 file(s) remaining
Completed 404.1 MiB/870.4 MiB (136.8 MiB/s) with 116 file(s) remaining
Completed 404.3 MiB/870.4 MiB (136.8 MiB/s) with 116 file(s) remaining
Completed 404.6 MiB/870.4 MiB (136.8 MiB/s) with 116 file(s) remaining
Completed 404.8 MiB/870.4 MiB (136.9 MiB/s) with 116 file(s) remaining
Completed 405.1 MiB/870.4 MiB (136.9 MiB/s) with 116 file(s) remaining
Completed 405.3 MiB/870.4 MiB (137.0 MiB/s) with 116 file(s) remaining
Completed 405.6 MiB/870.4 MiB (137.1 MiB/s) with 116 file(s) remaining
Completed 405.8 MiB/870.4 MiB (137.1 MiB/s) with 116 file(s) remaining
Completed 406.1 MiB/870.4 MiB (137.2 MiB/s) with 116 file(s) remaining
Completed 406.3 MiB/870.4 MiB (137.2 MiB/s) with 116 file(s) remaining
Completed 406.6 MiB/870.4 MiB (137.3 MiB/s) with 116 file(s) remaining
Completed 406.8 MiB/870.4 MiB (136.9 MiB/s) with 116 file(s) remaining
Completed 407.1 MiB/870.4 MiB (137.0 MiB/s) with 116 file(s) remaining
Completed 407.3 MiB/870.4 MiB (137.0 MiB/s) with 116 file(s) remaining
Completed 407.6 MiB/870.4 MiB (137.1 MiB/s) with 116 file(s) remaining
Completed 407.8 MiB/870.4 MiB (137.1 MiB/s) with 116 file(s) remaining
Completed 408.1 MiB/870.4 MiB (137.1 MiB/s) with 116 file(s) remaining
Completed 408.3 MiB/870.4 MiB (137.2 MiB/s) with 116 file(s) remaining
Completed 408.6 MiB/870.4 MiB (137.2 MiB/s) with 116 file(s) remaining
Completed 408.8 MiB/870.4 MiB (137.3 MiB/s) with 116 file(s) remaining
Completed 409.1 MiB/870.4 MiB (137.3 MiB/s) with 116 file(s) remaining
Completed 409.3 MiB/870.4 MiB (137.4 MiB/s) with 116 file(s) remaining
Completed 409.6 MiB/870.4 MiB (137.5 MiB/s) with 116 file(s) remaining
Completed 409.8 MiB/870.4 MiB (137.5 MiB/s) with 116 file(s) remaining
Completed 410.1 MiB/870.4 MiB (137.6 MiB/s) with 116 file(s) remaining
Completed 410.3 MiB/870.4 MiB (137.6 MiB/s) with 116 file(s) remaining
Completed 410.6 MiB/870.4 MiB (137.7 MiB/s) with 116 file(s) remaining
Completed 410.8 MiB/870.4 MiB (137.7 MiB/s) with 116 file(s) remaining
Completed 411.1 MiB/870.4 MiB (137.7 MiB/s) with 116 file(s) remaining
Completed 411.3 MiB/870.4 MiB (137.7 MiB/s) with 116 file(s) remaining
Completed 411.6 MiB/870.4 MiB (137.8 MiB/s) with 116 file(s) remaining
Completed 411.8 MiB/870.4 MiB (137.8 MiB/s) with 116 file(s) remaining
Completed 412.1 MiB/870.4 MiB (137.8 MiB/s) with 116 file(s) remaining
Completed 412.3 MiB/870.4 MiB (137.9 MiB/s) with 116 file(s) remaining
Completed 412.6 MiB/870.4 MiB (137.9 MiB/s) with 116 file(s) remaining
Completed 412.8 MiB/870.4 MiB (138.0 MiB/s) with 116 file(s) remaining
Completed 413.1 MiB/870.4 MiB (138.0 MiB/s) with 116 file(s) remaining
Completed 413.3 MiB/870.4 MiB (138.0 MiB/s) with 116 file(s) remaining
Completed 413.6 MiB/870.4 MiB (138.1 MiB/s) with 116 file(s) remaining
Completed 413.8 MiB/870.4 MiB (138.2 MiB/s) with 116 file(s) remaining
Completed 414.1 MiB/870.4 MiB (138.2 MiB/s) with 116 file(s) remaining
Completed 414.3 MiB/870.4 MiB (138.2 MiB/s) with 116 file(s) remaining
Completed 414.6 MiB/870.4 MiB (138.3 MiB/s) with 116 file(s) remaining
Completed 414.8 MiB/870.4 MiB (138.3 MiB/s) with 116 file(s) remaining
Completed 415.1 MiB/870.4 MiB (138.4 MiB/s) with 116 file(s) remaining
Completed 415.3 MiB/870.4 MiB (138.4 MiB/s) with 116 file(s) remaining
Completed 415.6 MiB/870.4 MiB (138.5 MiB/s) with 116 file(s) remaining
Completed 415.8 MiB/870.4 MiB (138.4 MiB/s) with 116 file(s) remaining
Completed 416.1 MiB/870.4 MiB (138.5 MiB/s) with 116 file(s) remaining
Completed 416.3 MiB/870.4 MiB (138.6 MiB/s) with 116 file(s) remaining
Completed 416.6 MiB/870.4 MiB (138.6 MiB/s) with 116 file(s) remaining
Completed 416.8 MiB/870.4 MiB (138.7 MiB/s) with 116 file(s) remaining
Completed 417.1 MiB/870.4 MiB (138.7 MiB/s) with 116 file(s) remaining
Completed 417.3 MiB/870.4 MiB (138.8 MiB/s) with 116 file(s) remaining
Completed 417.6 MiB/870.4 MiB (138.8 MiB/s) with 116 file(s) remaining
Completed 417.8 MiB/870.4 MiB (138.9 MiB/s) with 116 file(s) remaining
Completed 418.1 MiB/870.4 MiB (138.9 MiB/s) with 116 file(s) remaining
Completed 418.3 MiB/870.4 MiB (139.0 MiB/s) with 116 file(s) remaining
Completed 418.6 MiB/870.4 MiB (139.0 MiB/s) with 116 file(s) remaining
Completed 418.8 MiB/870.4 MiB (139.1 MiB/s) with 116 file(s) remaining
Completed 419.1 MiB/870.4 MiB (139.1 MiB/s) with 116 file(s) remaining
Completed 419.3 MiB/870.4 MiB (139.1 MiB/s) with 116 file(s) remaining
Completed 419.6 MiB/870.4 MiB (139.2 MiB/s) with 116 file(s) remaining
Completed 419.8 MiB/870.4 MiB (139.2 MiB/s) with 116 file(s) remaining
Completed 420.1 MiB/870.4 MiB (139.3 MiB/s) with 116 file(s) remaining
Completed 420.3 MiB/870.4 MiB (139.4 MiB/s) with 116 file(s) remaining
Completed 420.6 MiB/870.4 MiB (139.4 MiB/s) with 116 file(s) remaining
Completed 420.8 MiB/870.4 MiB (139.4 MiB/s) with 116 file(s) remaining
Completed 421.1 MiB/870.4 MiB (139.5 MiB/s) with 116 file(s) remaining
Completed 421.3 MiB/870.4 MiB (139.5 MiB/s) with 116 file(s) remaining
Completed 421.6 MiB/870.4 MiB (139.5 MiB/s) with 116 file(s) remaining
Completed 421.8 MiB/870.4 MiB (139.6 MiB/s) with 116 file(s) remaining
Completed 422.1 MiB/870.4 MiB (139.6 MiB/s) with 116 file(s) remaining
Completed 422.3 MiB/870.4 MiB (139.7 MiB/s) with 116 file(s) remaining
Completed 422.6 MiB/870.4 MiB (139.7 MiB/s) with 116 file(s) remaining
Completed 422.8 MiB/870.4 MiB (139.8 MiB/s) with 116 file(s) remaining
Completed 423.1 MiB/870.4 MiB (139.8 MiB/s) with 116 file(s) remaining
Completed 423.3 MiB/870.4 MiB (139.9 MiB/s) with 116 file(s) remaining
Completed 423.6 MiB/870.4 MiB (139.9 MiB/s) with 116 file(s) remaining
Completed 423.8 MiB/870.4 MiB (139.9 MiB/s) with 116 file(s) remaining
Completed 424.1 MiB/870.4 MiB (140.0 MiB/s) with 116 file(s) remaining
Completed 424.3 MiB/870.4 MiB (140.0 MiB/s) with 116 file(s) remaining
Completed 424.6 MiB/870.4 MiB (140.1 MiB/s) with 116 file(s) remaining
Completed 424.8 MiB/870.4 MiB (140.1 MiB/s) with 116 file(s) remaining
Completed 425.1 MiB/870.4 MiB (140.1 MiB/s) with 116 file(s) remaining
Completed 425.3 MiB/870.4 MiB (139.7 MiB/s) with 116 file(s) remaining
Completed 425.6 MiB/870.4 MiB (139.4 MiB/s) with 116 file(s) remaining
Completed 425.8 MiB/870.4 MiB (139.4 MiB/s) with 116 file(s) remaining
Completed 426.1 MiB/870.4 MiB (139.4 MiB/s) with 116 file(s) remaining
Completed 426.3 MiB/870.4 MiB (139.4 MiB/s) with 116 file(s) remaining
Completed 426.6 MiB/870.4 MiB (139.5 MiB/s) with 116 file(s) remaining
Completed 426.8 MiB/870.4 MiB (139.6 MiB/s) with 116 file(s) remaining
Completed 427.1 MiB/870.4 MiB (139.6 MiB/s) with 116 file(s) remaining
Completed 427.3 MiB/870.4 MiB (139.6 MiB/s) with 116 file(s) remaining
Completed 427.6 MiB/870.4 MiB (139.6 MiB/s) with 116 file(s) remaining
Completed 427.8 MiB/870.4 MiB (139.6 MiB/s) with 116 file(s) remaining
Completed 428.1 MiB/870.4 MiB (139.7 MiB/s) with 116 file(s) remaining
Completed 428.3 MiB/870.4 MiB (139.7 MiB/s) with 116 file(s) remaining
Completed 428.6 MiB/870.4 MiB (139.7 MiB/s) with 116 file(s) remaining
Completed 428.8 MiB/870.4 MiB (139.8 MiB/s) with 116 file(s) remaining
Completed 429.1 MiB/870.4 MiB (139.8 MiB/s) with 116 file(s) remaining
Completed 429.3 MiB/870.4 MiB (139.8 MiB/s) with 116 file(s) remaining
Completed 429.6 MiB/870.4 MiB (139.8 MiB/s) with 116 file(s) remaining
Completed 429.8 MiB/870.4 MiB (139.9 MiB/s) with 116 file(s) remaining
Completed 430.1 MiB/870.4 MiB (139.9 MiB/s) with 116 file(s) remaining
Completed 430.3 MiB/870.4 MiB (140.0 MiB/s) with 116 file(s) remaining
Completed 430.6 MiB/870.4 MiB (140.0 MiB/s) with 116 file(s) remaining
Completed 430.8 MiB/870.4 MiB (140.0 MiB/s) with 116 file(s) remaining
Completed 431.1 MiB/870.4 MiB (140.0 MiB/s) with 116 file(s) remaining
Completed 431.3 MiB/870.4 MiB (140.1 MiB/s) with 116 file(s) remaining
Completed 431.6 MiB/870.4 MiB (140.1 MiB/s) with 116 file(s) remaining
Completed 431.8 MiB/870.4 MiB (140.1 MiB/s) with 116 file(s) remaining
Completed 432.1 MiB/870.4 MiB (140.2 MiB/s) with 116 file(s) remaining
Completed 432.3 MiB/870.4 MiB (140.2 MiB/s) with 116 file(s) remaining
Completed 432.6 MiB/870.4 MiB (140.2 MiB/s) with 116 file(s) remaining
Completed 432.8 MiB/870.4 MiB (140.3 MiB/s) with 116 file(s) remaining
Completed 433.1 MiB/870.4 MiB (140.4 MiB/s) with 116 file(s) remaining
Completed 433.3 MiB/870.4 MiB (140.4 MiB/s) with 116 file(s) remaining
Completed 433.6 MiB/870.4 MiB (140.5 MiB/s) with 116 file(s) remaining
Completed 433.8 MiB/870.4 MiB (140.5 MiB/s) with 116 file(s) remaining
Completed 434.1 MiB/870.4 MiB (140.5 MiB/s) with 116 file(s) remaining
Completed 434.3 MiB/870.4 MiB (140.6 MiB/s) with 116 file(s) remaining
Completed 434.6 MiB/870.4 MiB (140.6 MiB/s) with 116 file(s) remaining
Completed 434.8 MiB/870.4 MiB (140.6 MiB/s) with 116 file(s) remaining
Completed 435.1 MiB/870.4 MiB (140.7 MiB/s) with 116 file(s) remaining
Completed 435.3 MiB/870.4 MiB (140.7 MiB/s) with 116 file(s) remaining
Completed 435.6 MiB/870.4 MiB (140.8 MiB/s) with 116 file(s) remaining
Completed 435.8 MiB/870.4 MiB (140.8 MiB/s) with 116 file(s) remaining
Completed 436.1 MiB/870.4 MiB (140.8 MiB/s) with 116 file(s) remaining
Completed 436.3 MiB/870.4 MiB (140.9 MiB/s) with 116 file(s) remaining
Completed 436.6 MiB/870.4 MiB (141.0 MiB/s) with 116 file(s) remaining
Completed 436.8 MiB/870.4 MiB (141.0 MiB/s) with 116 file(s) remaining
Completed 437.1 MiB/870.4 MiB (141.0 MiB/s) with 116 file(s) remaining
Completed 437.3 MiB/870.4 MiB (141.1 MiB/s) with 116 file(s) remaining
Completed 437.6 MiB/870.4 MiB (141.1 MiB/s) with 116 file(s) remaining
Completed 437.8 MiB/870.4 MiB (141.1 MiB/s) with 116 file(s) remaining
Completed 438.1 MiB/870.4 MiB (141.2 MiB/s) with 116 file(s) remaining
Completed 438.3 MiB/870.4 MiB (141.2 MiB/s) with 116 file(s) remaining
Completed 438.6 MiB/870.4 MiB (141.2 MiB/s) with 116 file(s) remaining
Completed 438.8 MiB/870.4 MiB (141.3 MiB/s) with 116 file(s) remaining
Completed 439.1 MiB/870.4 MiB (141.3 MiB/s) with 116 file(s) remaining
Completed 439.3 MiB/870.4 MiB (141.3 MiB/s) with 116 file(s) remaining
Completed 439.6 MiB/870.4 MiB (141.4 MiB/s) with 116 file(s) remaining
Completed 439.8 MiB/870.4 MiB (141.5 MiB/s) with 116 file(s) remaining
Completed 440.1 MiB/870.4 MiB (141.5 MiB/s) with 116 file(s) remaining
Completed 440.3 MiB/870.4 MiB (141.5 MiB/s) with 116 file(s) remaining
Completed 440.6 MiB/870.4 MiB (141.6 MiB/s) with 116 file(s) remaining
Completed 440.8 MiB/870.4 MiB (141.6 MiB/s) with 116 file(s) remaining
Completed 441.1 MiB/870.4 MiB (141.6 MiB/s) with 116 file(s) remaining
Completed 441.3 MiB/870.4 MiB (141.6 MiB/s) with 116 file(s) remaining
Completed 441.6 MiB/870.4 MiB (141.7 MiB/s) with 116 file(s) remaining
Completed 441.8 MiB/870.4 MiB (141.7 MiB/s) with 116 file(s) remaining
Completed 442.1 MiB/870.4 MiB (141.8 MiB/s) with 116 file(s) remaining
Completed 442.3 MiB/870.4 MiB (141.8 MiB/s) with 116 file(s) remaining
Completed 442.6 MiB/870.4 MiB (141.9 MiB/s) with 116 file(s) remaining
Completed 442.8 MiB/870.4 MiB (141.9 MiB/s) with 116 file(s) remaining
Completed 443.1 MiB/870.4 MiB (142.0 MiB/s) with 116 file(s) remaining
Completed 443.3 MiB/870.4 MiB (142.0 MiB/s) with 116 file(s) remaining
Completed 443.6 MiB/870.4 MiB (142.1 MiB/s) with 116 file(s) remaining
Completed 443.8 MiB/870.4 MiB (142.1 MiB/s) with 116 file(s) remaining
Completed 444.1 MiB/870.4 MiB (142.2 MiB/s) with 116 file(s) remaining
Completed 444.3 MiB/870.4 MiB (142.2 MiB/s) with 116 file(s) remaining
Completed 444.6 MiB/870.4 MiB (141.5 MiB/s) with 116 file(s) remaining
Completed 444.8 MiB/870.4 MiB (141.5 MiB/s) with 116 file(s) remaining
Completed 445.1 MiB/870.4 MiB (141.5 MiB/s) with 116 file(s) remaining
Completed 445.3 MiB/870.4 MiB (141.6 MiB/s) with 116 file(s) remaining
Completed 445.6 MiB/870.4 MiB (141.5 MiB/s) with 116 file(s) remaining
Completed 445.8 MiB/870.4 MiB (141.6 MiB/s) with 116 file(s) remaining
Completed 446.1 MiB/870.4 MiB (141.6 MiB/s) with 116 file(s) remaining
Completed 446.3 MiB/870.4 MiB (141.7 MiB/s) with 116 file(s) remaining
Completed 446.6 MiB/870.4 MiB (141.7 MiB/s) with 116 file(s) remaining
Completed 446.8 MiB/870.4 MiB (141.7 MiB/s) with 116 file(s) remaining
Completed 447.1 MiB/870.4 MiB (141.8 MiB/s) with 116 file(s) remaining
Completed 447.3 MiB/870.4 MiB (141.8 MiB/s) with 116 file(s) remaining
Completed 447.6 MiB/870.4 MiB (141.9 MiB/s) with 116 file(s) remaining
Completed 447.8 MiB/870.4 MiB (141.9 MiB/s) with 116 file(s) remaining
Completed 448.1 MiB/870.4 MiB (141.9 MiB/s) with 116 file(s) remaining
Completed 448.3 MiB/870.4 MiB (141.9 MiB/s) with 116 file(s) remaining
Completed 448.6 MiB/870.4 MiB (142.0 MiB/s) with 116 file(s) remaining
Completed 448.8 MiB/870.4 MiB (142.0 MiB/s) with 116 file(s) remaining
Completed 449.1 MiB/870.4 MiB (142.1 MiB/s) with 116 file(s) remaining
Completed 449.3 MiB/870.4 MiB (142.0 MiB/s) with 116 file(s) remaining
Completed 449.6 MiB/870.4 MiB (142.0 MiB/s) with 116 file(s) remaining
Completed 449.8 MiB/870.4 MiB (142.1 MiB/s) with 116 file(s) remaining
Completed 450.1 MiB/870.4 MiB (142.1 MiB/s) with 116 file(s) remaining
Completed 450.3 MiB/870.4 MiB (142.1 MiB/s) with 116 file(s) remaining
Completed 450.6 MiB/870.4 MiB (142.2 MiB/s) with 116 file(s) remaining
Completed 450.8 MiB/870.4 MiB (142.2 MiB/s) with 116 file(s) remaining
Completed 451.1 MiB/870.4 MiB (142.2 MiB/s) with 116 file(s) remaining
Completed 451.3 MiB/870.4 MiB (142.2 MiB/s) with 116 file(s) remaining
Completed 451.6 MiB/870.4 MiB (142.2 MiB/s) with 116 file(s) remaining
Completed 451.8 MiB/870.4 MiB (142.3 MiB/s) with 116 file(s) remaining
Completed 452.1 MiB/870.4 MiB (142.3 MiB/s) with 116 file(s) remaining
Completed 452.3 MiB/870.4 MiB (142.3 MiB/s) with 116 file(s) remaining
Completed 452.6 MiB/870.4 MiB (142.4 MiB/s) with 116 file(s) remaining
Completed 452.8 MiB/870.4 MiB (142.4 MiB/s) with 116 file(s) remaining
Completed 453.1 MiB/870.4 MiB (142.4 MiB/s) with 116 file(s) remaining
Completed 453.3 MiB/870.4 MiB (142.4 MiB/s) with 116 file(s) remaining
Completed 453.6 MiB/870.4 MiB (142.4 MiB/s) with 116 file(s) remaining
Completed 453.8 MiB/870.4 MiB (142.5 MiB/s) with 116 file(s) remaining
Completed 454.1 MiB/870.4 MiB (142.5 MiB/s) with 116 file(s) remaining
Completed 454.3 MiB/870.4 MiB (142.5 MiB/s) with 116 file(s) remaining
Completed 454.6 MiB/870.4 MiB (142.6 MiB/s) with 116 file(s) remaining
Completed 454.8 MiB/870.4 MiB (142.6 MiB/s) with 116 file(s) remaining
Completed 455.1 MiB/870.4 MiB (142.6 MiB/s) with 116 file(s) remaining
Completed 455.3 MiB/870.4 MiB (142.6 MiB/s) with 116 file(s) remaining
Completed 455.6 MiB/870.4 MiB (142.6 MiB/s) with 116 file(s) remaining
Completed 455.8 MiB/870.4 MiB (142.7 MiB/s) with 116 file(s) remaining
Completed 456.1 MiB/870.4 MiB (142.7 MiB/s) with 116 file(s) remaining
Completed 456.3 MiB/870.4 MiB (142.8 MiB/s) with 116 file(s) remaining
Completed 456.6 MiB/870.4 MiB (142.8 MiB/s) with 116 file(s) remaining
Completed 456.8 MiB/870.4 MiB (142.9 MiB/s) with 116 file(s) remaining
Completed 457.1 MiB/870.4 MiB (142.9 MiB/s) with 116 file(s) remaining
Completed 457.3 MiB/870.4 MiB (143.0 MiB/s) with 116 file(s) remaining
Completed 457.6 MiB/870.4 MiB (143.0 MiB/s) with 116 file(s) remaining
Completed 457.8 MiB/870.4 MiB (143.0 MiB/s) with 116 file(s) remaining
Completed 458.1 MiB/870.4 MiB (143.1 MiB/s) with 116 file(s) remaining
Completed 458.3 MiB/870.4 MiB (143.2 MiB/s) with 116 file(s) remaining
Completed 458.6 MiB/870.4 MiB (143.2 MiB/s) with 116 file(s) remaining
Completed 458.8 MiB/870.4 MiB (143.2 MiB/s) with 116 file(s) remaining
Completed 459.1 MiB/870.4 MiB (143.3 MiB/s) with 116 file(s) remaining
Completed 459.3 MiB/870.4 MiB (143.3 MiB/s) with 116 file(s) remaining
Completed 459.6 MiB/870.4 MiB (143.4 MiB/s) with 116 file(s) remaining
Completed 459.8 MiB/870.4 MiB (143.4 MiB/s) with 116 file(s) remaining
Completed 460.1 MiB/870.4 MiB (143.5 MiB/s) with 116 file(s) remaining
Completed 460.3 MiB/870.4 MiB (143.5 MiB/s) with 116 file(s) remaining
Completed 460.6 MiB/870.4 MiB (143.5 MiB/s) with 116 file(s) remaining
Completed 460.8 MiB/870.4 MiB (143.6 MiB/s) with 116 file(s) remaining
Completed 461.1 MiB/870.4 MiB (143.6 MiB/s) with 116 file(s) remaining
Completed 461.3 MiB/870.4 MiB (143.7 MiB/s) with 116 file(s) remaining
Completed 461.6 MiB/870.4 MiB (143.6 MiB/s) with 116 file(s) remaining
Completed 461.8 MiB/870.4 MiB (143.6 MiB/s) with 116 file(s) remaining
Completed 462.1 MiB/870.4 MiB (143.6 MiB/s) with 116 file(s) remaining
Completed 462.3 MiB/870.4 MiB (143.7 MiB/s) with 116 file(s) remaining
Completed 462.6 MiB/870.4 MiB (143.7 MiB/s) with 116 file(s) remaining
Completed 462.8 MiB/870.4 MiB (143.8 MiB/s) with 116 file(s) remaining
Completed 463.1 MiB/870.4 MiB (143.8 MiB/s) with 116 file(s) remaining
Completed 463.3 MiB/870.4 MiB (143.9 MiB/s) with 116 file(s) remaining
Completed 463.6 MiB/870.4 MiB (143.9 MiB/s) with 116 file(s) remaining
Completed 463.8 MiB/870.4 MiB (143.9 MiB/s) with 116 file(s) remaining
Completed 464.1 MiB/870.4 MiB (143.9 MiB/s) with 116 file(s) remaining
Completed 464.3 MiB/870.4 MiB (143.9 MiB/s) with 116 file(s) remaining
Completed 464.6 MiB/870.4 MiB (144.0 MiB/s) with 116 file(s) remaining
Completed 464.8 MiB/870.4 MiB (144.0 MiB/s) with 116 file(s) remaining
Completed 465.1 MiB/870.4 MiB (144.1 MiB/s) with 116 file(s) remaining
Completed 465.3 MiB/870.4 MiB (144.1 MiB/s) with 116 file(s) remaining
Completed 465.6 MiB/870.4 MiB (144.2 MiB/s) with 116 file(s) remaining
Completed 465.8 MiB/870.4 MiB (144.2 MiB/s) with 116 file(s) remaining
Completed 466.1 MiB/870.4 MiB (144.2 MiB/s) with 116 file(s) remaining
Completed 466.3 MiB/870.4 MiB (144.3 MiB/s) with 116 file(s) remaining
Completed 466.6 MiB/870.4 MiB (144.3 MiB/s) with 116 file(s) remaining
Completed 466.8 MiB/870.4 MiB (144.3 MiB/s) with 116 file(s) remaining
Completed 467.1 MiB/870.4 MiB (144.3 MiB/s) with 116 file(s) remaining
Completed 467.3 MiB/870.4 MiB (144.4 MiB/s) with 116 file(s) remaining
Completed 467.6 MiB/870.4 MiB (144.4 MiB/s) with 116 file(s) remaining
Completed 467.8 MiB/870.4 MiB (144.5 MiB/s) with 116 file(s) remaining
Completed 468.1 MiB/870.4 MiB (144.5 MiB/s) with 116 file(s) remaining
Completed 468.3 MiB/870.4 MiB (144.5 MiB/s) with 116 file(s) remaining
Completed 468.6 MiB/870.4 MiB (144.6 MiB/s) with 116 file(s) remaining
Completed 468.8 MiB/870.4 MiB (144.6 MiB/s) with 116 file(s) remaining
Completed 469.1 MiB/870.4 MiB (144.7 MiB/s) with 116 file(s) remaining
Completed 469.3 MiB/870.4 MiB (144.7 MiB/s) with 116 file(s) remaining
Completed 469.6 MiB/870.4 MiB (144.4 MiB/s) with 116 file(s) remaining
Completed 469.8 MiB/870.4 MiB (144.5 MiB/s) with 116 file(s) remaining
Completed 470.1 MiB/870.4 MiB (144.6 MiB/s) with 116 file(s) remaining
Completed 470.3 MiB/870.4 MiB (144.6 MiB/s) with 116 file(s) remaining
Completed 470.6 MiB/870.4 MiB (144.6 MiB/s) with 116 file(s) remaining
Completed 470.8 MiB/870.4 MiB (144.7 MiB/s) with 116 file(s) remaining
Completed 471.1 MiB/870.4 MiB (144.7 MiB/s) with 116 file(s) remaining
Completed 471.3 MiB/870.4 MiB (144.7 MiB/s) with 116 file(s) remaining
Completed 471.6 MiB/870.4 MiB (144.8 MiB/s) with 116 file(s) remaining
Completed 471.8 MiB/870.4 MiB (144.8 MiB/s) with 116 file(s) remaining
Completed 472.1 MiB/870.4 MiB (144.9 MiB/s) with 116 file(s) remaining
Completed 472.3 MiB/870.4 MiB (144.9 MiB/s) with 116 file(s) remaining
Completed 472.6 MiB/870.4 MiB (144.9 MiB/s) with 116 file(s) remaining
Completed 472.8 MiB/870.4 MiB (144.9 MiB/s) with 116 file(s) remaining
Completed 473.1 MiB/870.4 MiB (145.0 MiB/s) with 116 file(s) remaining
Completed 473.3 MiB/870.4 MiB (145.0 MiB/s) with 116 file(s) remaining
Completed 473.6 MiB/870.4 MiB (145.0 MiB/s) with 116 file(s) remaining
Completed 473.8 MiB/870.4 MiB (145.0 MiB/s) with 116 file(s) remaining
Completed 474.1 MiB/870.4 MiB (145.0 MiB/s) with 116 file(s) remaining
Completed 474.3 MiB/870.4 MiB (145.0 MiB/s) with 116 file(s) remaining
Completed 474.6 MiB/870.4 MiB (145.0 MiB/s) with 116 file(s) remaining
Completed 474.8 MiB/870.4 MiB (145.1 MiB/s) with 116 file(s) remaining
Completed 475.1 MiB/870.4 MiB (145.0 MiB/s) with 116 file(s) remaining
Completed 475.3 MiB/870.4 MiB (145.1 MiB/s) with 116 file(s) remaining
Completed 475.6 MiB/870.4 MiB (145.1 MiB/s) with 116 file(s) remaining
Completed 475.8 MiB/870.4 MiB (145.0 MiB/s) with 116 file(s) remaining
Completed 476.1 MiB/870.4 MiB (145.0 MiB/s) with 116 file(s) remaining
Completed 476.3 MiB/870.4 MiB (145.1 MiB/s) with 116 file(s) remaining
Completed 476.6 MiB/870.4 MiB (145.1 MiB/s) with 116 file(s) remaining
Completed 476.8 MiB/870.4 MiB (145.1 MiB/s) with 116 file(s) remaining
Completed 477.1 MiB/870.4 MiB (145.1 MiB/s) with 116 file(s) remaining
Completed 477.3 MiB/870.4 MiB (145.2 MiB/s) with 116 file(s) remaining
Completed 477.6 MiB/870.4 MiB (145.1 MiB/s) with 116 file(s) remaining
Completed 477.8 MiB/870.4 MiB (145.1 MiB/s) with 116 file(s) remaining
Completed 478.1 MiB/870.4 MiB (145.2 MiB/s) with 116 file(s) remaining
Completed 478.3 MiB/870.4 MiB (145.2 MiB/s) with 116 file(s) remaining
Completed 478.6 MiB/870.4 MiB (145.2 MiB/s) with 116 file(s) remaining
Completed 478.8 MiB/870.4 MiB (145.2 MiB/s) with 116 file(s) remaining
Completed 479.1 MiB/870.4 MiB (145.3 MiB/s) with 116 file(s) remaining
Completed 479.3 MiB/870.4 MiB (145.3 MiB/s) with 116 file(s) remaining
Completed 479.6 MiB/870.4 MiB (145.3 MiB/s) with 116 file(s) remaining
Completed 479.8 MiB/870.4 MiB (145.4 MiB/s) with 116 file(s) remaining
Completed 480.1 MiB/870.4 MiB (145.4 MiB/s) with 116 file(s) remaining
Completed 480.3 MiB/870.4 MiB (145.4 MiB/s) with 116 file(s) remaining
Completed 480.6 MiB/870.4 MiB (145.4 MiB/s) with 116 file(s) remaining
Completed 480.8 MiB/870.4 MiB (145.5 MiB/s) with 116 file(s) remaining
Completed 481.1 MiB/870.4 MiB (145.5 MiB/s) with 116 file(s) remaining
Completed 481.3 MiB/870.4 MiB (145.6 MiB/s) with 116 file(s) remaining
Completed 481.6 MiB/870.4 MiB (145.6 MiB/s) with 116 file(s) remaining
Completed 481.8 MiB/870.4 MiB (145.7 MiB/s) with 116 file(s) remaining
Completed 482.1 MiB/870.4 MiB (145.7 MiB/s) with 116 file(s) remaining
Completed 482.3 MiB/870.4 MiB (145.7 MiB/s) with 116 file(s) remaining
Completed 482.6 MiB/870.4 MiB (145.8 MiB/s) with 116 file(s) remaining
Completed 482.8 MiB/870.4 MiB (145.8 MiB/s) with 116 file(s) remaining
Completed 483.1 MiB/870.4 MiB (145.8 MiB/s) with 116 file(s) remaining
Completed 483.3 MiB/870.4 MiB (145.9 MiB/s) with 116 file(s) remaining
Completed 483.6 MiB/870.4 MiB (145.9 MiB/s) with 116 file(s) remaining
Completed 483.8 MiB/870.4 MiB (146.0 MiB/s) with 116 file(s) remaining
Completed 484.1 MiB/870.4 MiB (146.0 MiB/s) with 116 file(s) remaining
Completed 484.3 MiB/870.4 MiB (146.1 MiB/s) with 116 file(s) remaining
Completed 484.6 MiB/870.4 MiB (146.1 MiB/s) with 116 file(s) remaining
Completed 484.8 MiB/870.4 MiB (146.1 MiB/s) with 116 file(s) remaining
Completed 485.1 MiB/870.4 MiB (146.2 MiB/s) with 116 file(s) remaining
Completed 485.3 MiB/870.4 MiB (146.2 MiB/s) with 116 file(s) remaining
Completed 485.6 MiB/870.4 MiB (146.2 MiB/s) with 116 file(s) remaining
Completed 485.8 MiB/870.4 MiB (146.3 MiB/s) with 116 file(s) remaining
Completed 486.1 MiB/870.4 MiB (146.3 MiB/s) with 116 file(s) remaining
Completed 486.3 MiB/870.4 MiB (146.4 MiB/s) with 116 file(s) remaining
Completed 486.6 MiB/870.4 MiB (146.4 MiB/s) with 116 file(s) remaining
Completed 486.8 MiB/870.4 MiB (146.4 MiB/s) with 116 file(s) remaining
Completed 487.1 MiB/870.4 MiB (146.5 MiB/s) with 116 file(s) remaining
Completed 487.3 MiB/870.4 MiB (146.5 MiB/s) with 116 file(s) remaining
Completed 487.6 MiB/870.4 MiB (146.6 MiB/s) with 116 file(s) remaining
Completed 487.8 MiB/870.4 MiB (146.6 MiB/s) with 116 file(s) remaining
Completed 488.1 MiB/870.4 MiB (146.6 MiB/s) with 116 file(s) remaining
Completed 488.3 MiB/870.4 MiB (146.7 MiB/s) with 116 file(s) remaining
Completed 488.6 MiB/870.4 MiB (146.7 MiB/s) with 116 file(s) remaining
Completed 488.8 MiB/870.4 MiB (146.7 MiB/s) with 116 file(s) remaining
Completed 489.1 MiB/870.4 MiB (146.8 MiB/s) with 116 file(s) remaining
Completed 489.3 MiB/870.4 MiB (146.8 MiB/s) with 116 file(s) remaining
Completed 489.6 MiB/870.4 MiB (146.9 MiB/s) with 116 file(s) remaining
Completed 489.8 MiB/870.4 MiB (146.9 MiB/s) with 116 file(s) remaining
Completed 490.1 MiB/870.4 MiB (146.9 MiB/s) with 116 file(s) remaining
Completed 490.3 MiB/870.4 MiB (147.0 MiB/s) with 116 file(s) remaining
Completed 490.6 MiB/870.4 MiB (146.9 MiB/s) with 116 file(s) remaining
Completed 490.8 MiB/870.4 MiB (147.0 MiB/s) with 116 file(s) remaining
Completed 491.1 MiB/870.4 MiB (147.1 MiB/s) with 116 file(s) remaining
Completed 491.3 MiB/870.4 MiB (147.0 MiB/s) with 116 file(s) remaining
Completed 491.6 MiB/870.4 MiB (147.1 MiB/s) with 116 file(s) remaining
Completed 491.8 MiB/870.4 MiB (147.1 MiB/s) with 116 file(s) remaining
Completed 492.1 MiB/870.4 MiB (147.1 MiB/s) with 116 file(s) remaining
Completed 492.3 MiB/870.4 MiB (147.1 MiB/s) with 116 file(s) remaining
Completed 492.6 MiB/870.4 MiB (147.2 MiB/s) with 116 file(s) remaining
Completed 492.8 MiB/870.4 MiB (147.2 MiB/s) with 116 file(s) remaining
Completed 493.1 MiB/870.4 MiB (147.2 MiB/s) with 116 file(s) remaining
Completed 493.3 MiB/870.4 MiB (147.2 MiB/s) with 116 file(s) remaining
Completed 493.6 MiB/870.4 MiB (147.3 MiB/s) with 116 file(s) remaining
Completed 493.8 MiB/870.4 MiB (147.3 MiB/s) with 116 file(s) remaining
Completed 494.1 MiB/870.4 MiB (147.3 MiB/s) with 116 file(s) remaining
Completed 494.3 MiB/870.4 MiB (147.4 MiB/s) with 116 file(s) remaining
Completed 494.6 MiB/870.4 MiB (147.4 MiB/s) with 116 file(s) remaining
Completed 494.8 MiB/870.4 MiB (147.4 MiB/s) with 116 file(s) remaining
Completed 495.1 MiB/870.4 MiB (147.5 MiB/s) with 116 file(s) remaining
Completed 495.3 MiB/870.4 MiB (147.5 MiB/s) with 116 file(s) remaining
Completed 495.6 MiB/870.4 MiB (147.6 MiB/s) with 116 file(s) remaining
Completed 495.8 MiB/870.4 MiB (147.6 MiB/s) with 116 file(s) remaining
Completed 496.1 MiB/870.4 MiB (147.6 MiB/s) with 116 file(s) remaining
Completed 496.3 MiB/870.4 MiB (147.7 MiB/s) with 116 file(s) remaining
Completed 496.6 MiB/870.4 MiB (147.7 MiB/s) with 116 file(s) remaining
Completed 496.8 MiB/870.4 MiB (147.7 MiB/s) with 116 file(s) remaining
Completed 497.1 MiB/870.4 MiB (147.8 MiB/s) with 116 file(s) remaining
Completed 497.3 MiB/870.4 MiB (147.8 MiB/s) with 116 file(s) remaining
Completed 497.6 MiB/870.4 MiB (147.8 MiB/s) with 116 file(s) remaining
Completed 497.8 MiB/870.4 MiB (147.9 MiB/s) with 116 file(s) remaining
Completed 498.1 MiB/870.4 MiB (147.9 MiB/s) with 116 file(s) remaining
Completed 498.3 MiB/870.4 MiB (148.0 MiB/s) with 116 file(s) remaining
Completed 498.6 MiB/870.4 MiB (148.0 MiB/s) with 116 file(s) remaining
Completed 498.8 MiB/870.4 MiB (148.1 MiB/s) with 116 file(s) remaining
Completed 499.1 MiB/870.4 MiB (148.0 MiB/s) with 116 file(s) remaining
Completed 499.3 MiB/870.4 MiB (148.1 MiB/s) with 116 file(s) remaining
Completed 499.6 MiB/870.4 MiB (148.1 MiB/s) with 116 file(s) remaining
Completed 499.8 MiB/870.4 MiB (148.1 MiB/s) with 116 file(s) remaining
Completed 500.1 MiB/870.4 MiB (148.2 MiB/s) with 116 file(s) remaining
Completed 500.3 MiB/870.4 MiB (148.2 MiB/s) with 116 file(s) remaining
Completed 500.6 MiB/870.4 MiB (148.2 MiB/s) with 116 file(s) remaining
Completed 500.8 MiB/870.4 MiB (148.3 MiB/s) with 116 file(s) remaining
Completed 501.1 MiB/870.4 MiB (148.3 MiB/s) with 116 file(s) remaining
Completed 501.3 MiB/870.4 MiB (148.4 MiB/s) with 116 file(s) remaining
Completed 501.6 MiB/870.4 MiB (148.4 MiB/s) with 116 file(s) remaining
Completed 501.8 MiB/870.4 MiB (148.4 MiB/s) with 116 file(s) remaining
Completed 502.1 MiB/870.4 MiB (148.4 MiB/s) with 116 file(s) remaining
Completed 502.3 MiB/870.4 MiB (148.5 MiB/s) with 116 file(s) remaining
Completed 502.6 MiB/870.4 MiB (148.5 MiB/s) with 116 file(s) remaining
Completed 502.8 MiB/870.4 MiB (148.5 MiB/s) with 116 file(s) remaining
Completed 503.1 MiB/870.4 MiB (148.6 MiB/s) with 116 file(s) remaining
Completed 503.3 MiB/870.4 MiB (148.6 MiB/s) with 116 file(s) remaining
Completed 503.6 MiB/870.4 MiB (148.6 MiB/s) with 116 file(s) remaining
Completed 503.8 MiB/870.4 MiB (148.7 MiB/s) with 116 file(s) remaining
Completed 504.1 MiB/870.4 MiB (148.7 MiB/s) with 116 file(s) remaining
Completed 504.3 MiB/870.4 MiB (148.8 MiB/s) with 116 file(s) remaining
Completed 504.6 MiB/870.4 MiB (148.8 MiB/s) with 116 file(s) remaining
Completed 504.8 MiB/870.4 MiB (148.8 MiB/s) with 116 file(s) remaining
Completed 505.1 MiB/870.4 MiB (148.9 MiB/s) with 116 file(s) remaining
Completed 505.3 MiB/870.4 MiB (148.9 MiB/s) with 116 file(s) remaining
Completed 505.6 MiB/870.4 MiB (148.9 MiB/s) with 116 file(s) remaining
Completed 505.8 MiB/870.4 MiB (149.0 MiB/s) with 116 file(s) remaining
Completed 506.1 MiB/870.4 MiB (148.3 MiB/s) with 116 file(s) remaining
Completed 506.3 MiB/870.4 MiB (148.4 MiB/s) with 116 file(s) remaining
Completed 506.6 MiB/870.4 MiB (148.4 MiB/s) with 116 file(s) remaining
Completed 506.8 MiB/870.4 MiB (148.4 MiB/s) with 116 file(s) remaining
Completed 507.1 MiB/870.4 MiB (148.5 MiB/s) with 116 file(s) remaining
Completed 507.3 MiB/870.4 MiB (148.5 MiB/s) with 116 file(s) remaining
Completed 507.6 MiB/870.4 MiB (148.5 MiB/s) with 116 file(s) remaining
Completed 507.8 MiB/870.4 MiB (148.5 MiB/s) with 116 file(s) remaining
Completed 508.1 MiB/870.4 MiB (148.6 MiB/s) with 116 file(s) remaining
Completed 508.3 MiB/870.4 MiB (148.6 MiB/s) with 116 file(s) remaining
Completed 508.6 MiB/870.4 MiB (148.6 MiB/s) with 116 file(s) remaining
Completed 508.8 MiB/870.4 MiB (148.7 MiB/s) with 116 file(s) remaining
Completed 509.1 MiB/870.4 MiB (148.7 MiB/s) with 116 file(s) remaining
Completed 509.3 MiB/870.4 MiB (148.7 MiB/s) with 116 file(s) remaining
Completed 509.6 MiB/870.4 MiB (148.7 MiB/s) with 116 file(s) remaining
Completed 509.8 MiB/870.4 MiB (148.8 MiB/s) with 116 file(s) remaining
Completed 510.1 MiB/870.4 MiB (148.8 MiB/s) with 116 file(s) remaining
Completed 510.3 MiB/870.4 MiB (148.8 MiB/s) with 116 file(s) remaining
Completed 510.6 MiB/870.4 MiB (148.8 MiB/s) with 116 file(s) remaining
Completed 510.8 MiB/870.4 MiB (148.9 MiB/s) with 116 file(s) remaining
Completed 511.1 MiB/870.4 MiB (148.9 MiB/s) with 116 file(s) remaining
Completed 511.3 MiB/870.4 MiB (149.0 MiB/s) with 116 file(s) remaining
Completed 511.6 MiB/870.4 MiB (148.9 MiB/s) with 116 file(s) remaining
Completed 511.8 MiB/870.4 MiB (149.0 MiB/s) with 116 file(s) remaining
Completed 512.1 MiB/870.4 MiB (149.0 MiB/s) with 116 file(s) remaining
Completed 512.3 MiB/870.4 MiB (149.0 MiB/s) with 116 file(s) remaining
Completed 512.6 MiB/870.4 MiB (149.0 MiB/s) with 116 file(s) remaining
Completed 512.8 MiB/870.4 MiB (149.1 MiB/s) with 116 file(s) remaining
Completed 513.1 MiB/870.4 MiB (149.1 MiB/s) with 116 file(s) remaining
Completed 513.3 MiB/870.4 MiB (149.1 MiB/s) with 116 file(s) remaining
Completed 513.6 MiB/870.4 MiB (149.2 MiB/s) with 116 file(s) remaining
Completed 513.8 MiB/870.4 MiB (149.2 MiB/s) with 116 file(s) remaining
Completed 514.1 MiB/870.4 MiB (149.2 MiB/s) with 116 file(s) remaining
Completed 514.3 MiB/870.4 MiB (149.2 MiB/s) with 116 file(s) remaining
Completed 514.6 MiB/870.4 MiB (149.3 MiB/s) with 116 file(s) remaining
Completed 514.8 MiB/870.4 MiB (149.3 MiB/s) with 116 file(s) remaining
Completed 515.1 MiB/870.4 MiB (149.3 MiB/s) with 116 file(s) remaining
Completed 515.3 MiB/870.4 MiB (149.3 MiB/s) with 116 file(s) remaining
Completed 515.6 MiB/870.4 MiB (149.3 MiB/s) with 116 file(s) remaining
Completed 515.8 MiB/870.4 MiB (149.4 MiB/s) with 116 file(s) remaining
Completed 516.1 MiB/870.4 MiB (149.4 MiB/s) with 116 file(s) remaining
Completed 516.3 MiB/870.4 MiB (149.4 MiB/s) with 116 file(s) remaining
Completed 516.6 MiB/870.4 MiB (149.4 MiB/s) with 116 file(s) remaining
Completed 516.8 MiB/870.4 MiB (149.5 MiB/s) with 116 file(s) remaining
Completed 517.1 MiB/870.4 MiB (149.6 MiB/s) with 116 file(s) remaining
Completed 517.3 MiB/870.4 MiB (149.6 MiB/s) with 116 file(s) remaining
Completed 517.6 MiB/870.4 MiB (149.6 MiB/s) with 116 file(s) remaining
Completed 517.8 MiB/870.4 MiB (149.7 MiB/s) with 116 file(s) remaining
Completed 518.1 MiB/870.4 MiB (149.7 MiB/s) with 116 file(s) remaining
Completed 518.3 MiB/870.4 MiB (149.7 MiB/s) with 116 file(s) remaining
Completed 518.6 MiB/870.4 MiB (149.8 MiB/s) with 116 file(s) remaining
Completed 518.8 MiB/870.4 MiB (149.8 MiB/s) with 116 file(s) remaining
Completed 519.1 MiB/870.4 MiB (149.9 MiB/s) with 116 file(s) remaining
Completed 519.3 MiB/870.4 MiB (149.9 MiB/s) with 116 file(s) remaining
Completed 519.6 MiB/870.4 MiB (149.9 MiB/s) with 116 file(s) remaining
Completed 519.8 MiB/870.4 MiB (150.0 MiB/s) with 116 file(s) remaining
Completed 520.1 MiB/870.4 MiB (150.0 MiB/s) with 116 file(s) remaining
Completed 520.3 MiB/870.4 MiB (150.1 MiB/s) with 116 file(s) remaining
Completed 520.6 MiB/870.4 MiB (150.0 MiB/s) with 116 file(s) remaining
Completed 520.8 MiB/870.4 MiB (149.7 MiB/s) with 116 file(s) remaining
Completed 521.1 MiB/870.4 MiB (149.7 MiB/s) with 116 file(s) remaining
Completed 521.3 MiB/870.4 MiB (149.7 MiB/s) with 116 file(s) remaining
Completed 521.6 MiB/870.4 MiB (149.8 MiB/s) with 116 file(s) remaining
Completed 521.8 MiB/870.4 MiB (149.8 MiB/s) with 116 file(s) remaining
Completed 522.1 MiB/870.4 MiB (149.6 MiB/s) with 116 file(s) remaining
Completed 522.3 MiB/870.4 MiB (149.6 MiB/s) with 116 file(s) remaining
Completed 522.6 MiB/870.4 MiB (149.7 MiB/s) with 116 file(s) remaining
Completed 522.8 MiB/870.4 MiB (149.7 MiB/s) with 116 file(s) remaining
Completed 523.1 MiB/870.4 MiB (149.7 MiB/s) with 116 file(s) remaining
Completed 523.3 MiB/870.4 MiB (149.6 MiB/s) with 116 file(s) remaining
Completed 523.6 MiB/870.4 MiB (149.7 MiB/s) with 116 file(s) remaining
Completed 523.8 MiB/870.4 MiB (149.7 MiB/s) with 116 file(s) remaining
Completed 524.1 MiB/870.4 MiB (149.7 MiB/s) with 116 file(s) remaining
Completed 524.3 MiB/870.4 MiB (149.8 MiB/s) with 116 file(s) remaining
Completed 524.6 MiB/870.4 MiB (149.8 MiB/s) with 116 file(s) remaining
Completed 524.8 MiB/870.4 MiB (149.8 MiB/s) with 116 file(s) remaining
Completed 525.1 MiB/870.4 MiB (149.9 MiB/s) with 116 file(s) remaining
Completed 525.3 MiB/870.4 MiB (149.9 MiB/s) with 116 file(s) remaining
Completed 525.6 MiB/870.4 MiB (149.9 MiB/s) with 116 file(s) remaining
Completed 525.8 MiB/870.4 MiB (150.0 MiB/s) with 116 file(s) remaining
Completed 526.1 MiB/870.4 MiB (150.0 MiB/s) with 116 file(s) remaining
Completed 526.3 MiB/870.4 MiB (150.0 MiB/s) with 116 file(s) remaining
Completed 526.6 MiB/870.4 MiB (150.0 MiB/s) with 116 file(s) remaining
Completed 526.8 MiB/870.4 MiB (150.0 MiB/s) with 116 file(s) remaining
Completed 527.1 MiB/870.4 MiB (150.1 MiB/s) with 116 file(s) remaining
Completed 527.3 MiB/870.4 MiB (150.1 MiB/s) with 116 file(s) remaining
Completed 527.6 MiB/870.4 MiB (150.2 MiB/s) with 116 file(s) remaining
Completed 527.8 MiB/870.4 MiB (150.2 MiB/s) with 116 file(s) remaining
Completed 528.1 MiB/870.4 MiB (150.2 MiB/s) with 116 file(s) remaining
Completed 528.3 MiB/870.4 MiB (150.2 MiB/s) with 116 file(s) remaining
Completed 528.6 MiB/870.4 MiB (150.3 MiB/s) with 116 file(s) remaining
Completed 528.8 MiB/870.4 MiB (150.2 MiB/s) with 116 file(s) remaining
Completed 529.1 MiB/870.4 MiB (150.2 MiB/s) with 116 file(s) remaining
Completed 529.3 MiB/870.4 MiB (150.2 MiB/s) with 116 file(s) remaining
Completed 529.6 MiB/870.4 MiB (150.3 MiB/s) with 116 file(s) remaining
Completed 529.8 MiB/870.4 MiB (150.3 MiB/s) with 116 file(s) remaining
Completed 530.1 MiB/870.4 MiB (150.3 MiB/s) with 116 file(s) remaining
Completed 530.3 MiB/870.4 MiB (150.3 MiB/s) with 116 file(s) remaining
Completed 530.6 MiB/870.4 MiB (150.3 MiB/s) with 116 file(s) remaining
Completed 530.8 MiB/870.4 MiB (150.4 MiB/s) with 116 file(s) remaining
Completed 531.1 MiB/870.4 MiB (150.4 MiB/s) with 116 file(s) remaining
Completed 531.3 MiB/870.4 MiB (150.4 MiB/s) with 116 file(s) remaining
Completed 531.6 MiB/870.4 MiB (150.4 MiB/s) with 116 file(s) remaining
Completed 531.8 MiB/870.4 MiB (150.5 MiB/s) with 116 file(s) remaining
Completed 532.1 MiB/870.4 MiB (150.5 MiB/s) with 116 file(s) remaining
Completed 532.3 MiB/870.4 MiB (150.6 MiB/s) with 116 file(s) remaining
Completed 532.6 MiB/870.4 MiB (150.5 MiB/s) with 116 file(s) remaining
Completed 532.8 MiB/870.4 MiB (150.6 MiB/s) with 116 file(s) remaining
Completed 533.1 MiB/870.4 MiB (150.6 MiB/s) with 116 file(s) remaining
Completed 533.3 MiB/870.4 MiB (150.7 MiB/s) with 116 file(s) remaining
Completed 533.6 MiB/870.4 MiB (150.7 MiB/s) with 116 file(s) remaining
Completed 533.8 MiB/870.4 MiB (150.7 MiB/s) with 116 file(s) remaining
Completed 534.1 MiB/870.4 MiB (150.8 MiB/s) with 116 file(s) remaining
Completed 534.3 MiB/870.4 MiB (150.8 MiB/s) with 116 file(s) remaining
Completed 534.6 MiB/870.4 MiB (150.8 MiB/s) with 116 file(s) remaining
Completed 534.8 MiB/870.4 MiB (150.8 MiB/s) with 116 file(s) remaining
Completed 535.1 MiB/870.4 MiB (150.9 MiB/s) with 116 file(s) remaining
Completed 535.3 MiB/870.4 MiB (150.9 MiB/s) with 116 file(s) remaining
Completed 535.6 MiB/870.4 MiB (150.9 MiB/s) with 116 file(s) remaining
Completed 535.8 MiB/870.4 MiB (151.0 MiB/s) with 116 file(s) remaining
Completed 536.1 MiB/870.4 MiB (151.0 MiB/s) with 116 file(s) remaining
Completed 536.3 MiB/870.4 MiB (151.1 MiB/s) with 116 file(s) remaining
Completed 536.6 MiB/870.4 MiB (151.1 MiB/s) with 116 file(s) remaining
Completed 536.8 MiB/870.4 MiB (151.2 MiB/s) with 116 file(s) remaining
Completed 537.1 MiB/870.4 MiB (151.2 MiB/s) with 116 file(s) remaining
Completed 537.3 MiB/870.4 MiB (151.2 MiB/s) with 116 file(s) remaining
Completed 537.6 MiB/870.4 MiB (151.2 MiB/s) with 116 file(s) remaining
Completed 537.8 MiB/870.4 MiB (151.2 MiB/s) with 116 file(s) remaining
Completed 538.1 MiB/870.4 MiB (151.2 MiB/s) with 116 file(s) remaining
Completed 538.3 MiB/870.4 MiB (151.3 MiB/s) with 116 file(s) remaining
Completed 538.6 MiB/870.4 MiB (151.3 MiB/s) with 116 file(s) remaining
Completed 538.8 MiB/870.4 MiB (151.3 MiB/s) with 116 file(s) remaining
Completed 539.1 MiB/870.4 MiB (151.3 MiB/s) with 116 file(s) remaining
Completed 539.3 MiB/870.4 MiB (151.4 MiB/s) with 116 file(s) remaining
Completed 539.6 MiB/870.4 MiB (151.4 MiB/s) with 116 file(s) remaining
Completed 539.8 MiB/870.4 MiB (151.5 MiB/s) with 116 file(s) remaining
Completed 540.1 MiB/870.4 MiB (151.5 MiB/s) with 116 file(s) remaining
Completed 540.3 MiB/870.4 MiB (151.5 MiB/s) with 116 file(s) remaining
Completed 540.6 MiB/870.4 MiB (151.5 MiB/s) with 116 file(s) remaining
Completed 540.8 MiB/870.4 MiB (151.6 MiB/s) with 116 file(s) remaining
Completed 541.1 MiB/870.4 MiB (151.6 MiB/s) with 116 file(s) remaining
Completed 541.3 MiB/870.4 MiB (151.7 MiB/s) with 116 file(s) remaining
Completed 541.6 MiB/870.4 MiB (151.7 MiB/s) with 116 file(s) remaining
Completed 541.8 MiB/870.4 MiB (151.6 MiB/s) with 116 file(s) remaining
Completed 542.1 MiB/870.4 MiB (151.6 MiB/s) with 116 file(s) remaining
Completed 542.3 MiB/870.4 MiB (151.6 MiB/s) with 116 file(s) remaining
Completed 542.6 MiB/870.4 MiB (151.6 MiB/s) with 116 file(s) remaining
Completed 542.8 MiB/870.4 MiB (151.7 MiB/s) with 116 file(s) remaining
Completed 543.1 MiB/870.4 MiB (151.7 MiB/s) with 116 file(s) remaining
Completed 543.3 MiB/870.4 MiB (151.7 MiB/s) with 116 file(s) remaining
Completed 543.6 MiB/870.4 MiB (151.7 MiB/s) with 116 file(s) remaining
Completed 543.8 MiB/870.4 MiB (151.7 MiB/s) with 116 file(s) remaining
Completed 544.1 MiB/870.4 MiB (151.8 MiB/s) with 116 file(s) remaining
Completed 544.3 MiB/870.4 MiB (151.8 MiB/s) with 116 file(s) remaining
Completed 544.6 MiB/870.4 MiB (151.8 MiB/s) with 116 file(s) remaining
Completed 544.8 MiB/870.4 MiB (151.8 MiB/s) with 116 file(s) remaining
Completed 545.1 MiB/870.4 MiB (151.9 MiB/s) with 116 file(s) remaining
Completed 545.3 MiB/870.4 MiB (151.9 MiB/s) with 116 file(s) remaining
Completed 545.6 MiB/870.4 MiB (151.9 MiB/s) with 116 file(s) remaining
Completed 545.8 MiB/870.4 MiB (152.0 MiB/s) with 116 file(s) remaining
Completed 546.1 MiB/870.4 MiB (152.0 MiB/s) with 116 file(s) remaining
Completed 546.3 MiB/870.4 MiB (152.0 MiB/s) with 116 file(s) remaining
Completed 546.6 MiB/870.4 MiB (152.1 MiB/s) with 116 file(s) remaining
Completed 546.8 MiB/870.4 MiB (152.1 MiB/s) with 116 file(s) remaining
Completed 547.1 MiB/870.4 MiB (152.1 MiB/s) with 116 file(s) remaining
Completed 547.3 MiB/870.4 MiB (152.2 MiB/s) with 116 file(s) remaining
Completed 547.6 MiB/870.4 MiB (152.2 MiB/s) with 116 file(s) remaining
Completed 547.8 MiB/870.4 MiB (152.2 MiB/s) with 116 file(s) remaining
Completed 548.1 MiB/870.4 MiB (152.3 MiB/s) with 116 file(s) remaining
Completed 548.3 MiB/870.4 MiB (152.3 MiB/s) with 116 file(s) remaining
Completed 548.6 MiB/870.4 MiB (152.4 MiB/s) with 116 file(s) remaining
Completed 548.8 MiB/870.4 MiB (152.4 MiB/s) with 116 file(s) remaining
Completed 549.1 MiB/870.4 MiB (152.4 MiB/s) with 116 file(s) remaining
Completed 549.3 MiB/870.4 MiB (152.4 MiB/s) with 116 file(s) remaining
Completed 549.6 MiB/870.4 MiB (152.5 MiB/s) with 116 file(s) remaining
Completed 549.8 MiB/870.4 MiB (152.4 MiB/s) with 116 file(s) remaining
Completed 550.1 MiB/870.4 MiB (152.4 MiB/s) with 116 file(s) remaining
Completed 550.3 MiB/870.4 MiB (152.4 MiB/s) with 116 file(s) remaining
Completed 550.6 MiB/870.4 MiB (152.3 MiB/s) with 116 file(s) remaining
Completed 550.8 MiB/870.4 MiB (152.4 MiB/s) with 116 file(s) remaining
Completed 551.1 MiB/870.4 MiB (152.4 MiB/s) with 116 file(s) remaining
Completed 551.3 MiB/870.4 MiB (152.4 MiB/s) with 116 file(s) remaining
Completed 551.6 MiB/870.4 MiB (152.5 MiB/s) with 116 file(s) remaining
Completed 551.8 MiB/870.4 MiB (152.5 MiB/s) with 116 file(s) remaining
Completed 552.1 MiB/870.4 MiB (152.6 MiB/s) with 116 file(s) remaining
Completed 552.3 MiB/870.4 MiB (152.6 MiB/s) with 116 file(s) remaining
Completed 552.6 MiB/870.4 MiB (152.6 MiB/s) with 116 file(s) remaining
Completed 552.8 MiB/870.4 MiB (152.6 MiB/s) with 116 file(s) remaining
Completed 553.1 MiB/870.4 MiB (152.7 MiB/s) with 116 file(s) remaining
Completed 553.3 MiB/870.4 MiB (152.7 MiB/s) with 116 file(s) remaining
Completed 553.6 MiB/870.4 MiB (152.7 MiB/s) with 116 file(s) remaining
Completed 553.8 MiB/870.4 MiB (152.8 MiB/s) with 116 file(s) remaining
Completed 554.1 MiB/870.4 MiB (152.8 MiB/s) with 116 file(s) remaining
Completed 554.3 MiB/870.4 MiB (152.9 MiB/s) with 116 file(s) remaining
Completed 554.6 MiB/870.4 MiB (152.9 MiB/s) with 116 file(s) remaining
Completed 554.8 MiB/870.4 MiB (152.9 MiB/s) with 116 file(s) remaining
Completed 555.1 MiB/870.4 MiB (153.0 MiB/s) with 116 file(s) remaining
Completed 555.3 MiB/870.4 MiB (153.0 MiB/s) with 116 file(s) remaining
Completed 555.6 MiB/870.4 MiB (153.0 MiB/s) with 116 file(s) remaining
Completed 555.8 MiB/870.4 MiB (153.1 MiB/s) with 116 file(s) remaining
Completed 556.1 MiB/870.4 MiB (153.1 MiB/s) with 116 file(s) remaining
Completed 556.3 MiB/870.4 MiB (153.2 MiB/s) with 116 file(s) remaining
Completed 556.6 MiB/870.4 MiB (153.2 MiB/s) with 116 file(s) remaining
Completed 556.8 MiB/870.4 MiB (153.2 MiB/s) with 116 file(s) remaining
Completed 557.1 MiB/870.4 MiB (153.3 MiB/s) with 116 file(s) remaining
Completed 557.3 MiB/870.4 MiB (153.3 MiB/s) with 116 file(s) remaining
Completed 557.6 MiB/870.4 MiB (153.4 MiB/s) with 116 file(s) remaining
Completed 557.8 MiB/870.4 MiB (153.4 MiB/s) with 116 file(s) remaining
Completed 558.1 MiB/870.4 MiB (153.4 MiB/s) with 116 file(s) remaining
Completed 558.3 MiB/870.4 MiB (153.5 MiB/s) with 116 file(s) remaining
Completed 558.6 MiB/870.4 MiB (153.5 MiB/s) with 116 file(s) remaining
Completed 558.8 MiB/870.4 MiB (153.5 MiB/s) with 116 file(s) remaining
Completed 559.1 MiB/870.4 MiB (153.5 MiB/s) with 116 file(s) remaining
Completed 559.3 MiB/870.4 MiB (153.6 MiB/s) with 116 file(s) remaining
Completed 559.6 MiB/870.4 MiB (153.6 MiB/s) with 116 file(s) remaining
Completed 559.8 MiB/870.4 MiB (153.6 MiB/s) with 116 file(s) remaining
Completed 560.1 MiB/870.4 MiB (153.6 MiB/s) with 116 file(s) remaining
Completed 560.3 MiB/870.4 MiB (153.7 MiB/s) with 116 file(s) remaining
Completed 560.6 MiB/870.4 MiB (153.7 MiB/s) with 116 file(s) remaining
Completed 560.8 MiB/870.4 MiB (153.8 MiB/s) with 116 file(s) remaining
Completed 561.1 MiB/870.4 MiB (153.8 MiB/s) with 116 file(s) remaining
Completed 561.3 MiB/870.4 MiB (153.8 MiB/s) with 116 file(s) remaining
Completed 561.6 MiB/870.4 MiB (153.9 MiB/s) with 116 file(s) remaining
Completed 561.8 MiB/870.4 MiB (153.9 MiB/s) with 116 file(s) remaining
Completed 562.1 MiB/870.4 MiB (153.6 MiB/s) with 116 file(s) remaining
Completed 562.3 MiB/870.4 MiB (153.6 MiB/s) with 116 file(s) remaining
Completed 562.6 MiB/870.4 MiB (153.6 MiB/s) with 116 file(s) remaining
Completed 562.8 MiB/870.4 MiB (153.7 MiB/s) with 116 file(s) remaining
Completed 563.1 MiB/870.4 MiB (153.7 MiB/s) with 116 file(s) remaining
Completed 563.3 MiB/870.4 MiB (153.8 MiB/s) with 116 file(s) remaining
Completed 563.6 MiB/870.4 MiB (153.8 MiB/s) with 116 file(s) remaining
Completed 563.8 MiB/870.4 MiB (153.8 MiB/s) with 116 file(s) remaining
Completed 564.1 MiB/870.4 MiB (153.8 MiB/s) with 116 file(s) remaining
Completed 564.3 MiB/870.4 MiB (153.8 MiB/s) with 116 file(s) remaining
Completed 564.6 MiB/870.4 MiB (153.9 MiB/s) with 116 file(s) remaining
Completed 564.8 MiB/870.4 MiB (153.9 MiB/s) with 116 file(s) remaining
Completed 565.1 MiB/870.4 MiB (153.9 MiB/s) with 116 file(s) remaining
Completed 565.3 MiB/870.4 MiB (153.9 MiB/s) with 116 file(s) remaining
Completed 565.6 MiB/870.4 MiB (154.0 MiB/s) with 116 file(s) remaining
Completed 565.8 MiB/870.4 MiB (154.0 MiB/s) with 116 file(s) remaining
Completed 566.1 MiB/870.4 MiB (154.0 MiB/s) with 116 file(s) remaining
Completed 566.3 MiB/870.4 MiB (154.1 MiB/s) with 116 file(s) remaining
Completed 566.6 MiB/870.4 MiB (154.1 MiB/s) with 116 file(s) remaining
Completed 566.8 MiB/870.4 MiB (154.2 MiB/s) with 116 file(s) remaining
Completed 567.1 MiB/870.4 MiB (154.1 MiB/s) with 116 file(s) remaining
Completed 567.3 MiB/870.4 MiB (154.1 MiB/s) with 116 file(s) remaining
Completed 567.6 MiB/870.4 MiB (154.2 MiB/s) with 116 file(s) remaining
Completed 567.8 MiB/870.4 MiB (154.2 MiB/s) with 116 file(s) remaining
Completed 568.1 MiB/870.4 MiB (154.3 MiB/s) with 116 file(s) remaining
Completed 568.3 MiB/870.4 MiB (154.3 MiB/s) with 116 file(s) remaining
Completed 568.6 MiB/870.4 MiB (154.3 MiB/s) with 116 file(s) remaining
Completed 568.8 MiB/870.4 MiB (154.3 MiB/s) with 116 file(s) remaining
Completed 569.1 MiB/870.4 MiB (154.4 MiB/s) with 116 file(s) remaining
Completed 569.3 MiB/870.4 MiB (154.4 MiB/s) with 116 file(s) remaining
Completed 569.6 MiB/870.4 MiB (154.4 MiB/s) with 116 file(s) remaining
Completed 569.8 MiB/870.4 MiB (154.5 MiB/s) with 116 file(s) remaining
Completed 570.1 MiB/870.4 MiB (154.5 MiB/s) with 116 file(s) remaining
Completed 570.3 MiB/870.4 MiB (154.5 MiB/s) with 116 file(s) remaining
Completed 570.6 MiB/870.4 MiB (154.6 MiB/s) with 116 file(s) remaining
Completed 570.8 MiB/870.4 MiB (154.6 MiB/s) with 116 file(s) remaining
Completed 571.1 MiB/870.4 MiB (154.6 MiB/s) with 116 file(s) remaining
Completed 571.3 MiB/870.4 MiB (154.6 MiB/s) with 116 file(s) remaining
Completed 571.6 MiB/870.4 MiB (154.7 MiB/s) with 116 file(s) remaining
Completed 571.8 MiB/870.4 MiB (154.7 MiB/s) with 116 file(s) remaining
Completed 572.1 MiB/870.4 MiB (154.8 MiB/s) with 116 file(s) remaining
Completed 572.3 MiB/870.4 MiB (154.8 MiB/s) with 116 file(s) remaining
Completed 572.6 MiB/870.4 MiB (154.8 MiB/s) with 116 file(s) remaining
Completed 572.8 MiB/870.4 MiB (154.8 MiB/s) with 116 file(s) remaining
Completed 573.1 MiB/870.4 MiB (154.9 MiB/s) with 116 file(s) remaining
Completed 573.3 MiB/870.4 MiB (154.9 MiB/s) with 116 file(s) remaining
Completed 573.6 MiB/870.4 MiB (154.9 MiB/s) with 116 file(s) remaining
Completed 573.8 MiB/870.4 MiB (155.0 MiB/s) with 116 file(s) remaining
Completed 574.1 MiB/870.4 MiB (155.0 MiB/s) with 116 file(s) remaining
Completed 574.3 MiB/870.4 MiB (155.0 MiB/s) with 116 file(s) remaining
Completed 574.6 MiB/870.4 MiB (155.1 MiB/s) with 116 file(s) remaining
Completed 574.8 MiB/870.4 MiB (155.1 MiB/s) with 116 file(s) remaining
Completed 575.1 MiB/870.4 MiB (155.1 MiB/s) with 116 file(s) remaining
Completed 575.3 MiB/870.4 MiB (155.2 MiB/s) with 116 file(s) remaining
Completed 575.6 MiB/870.4 MiB (155.2 MiB/s) with 116 file(s) remaining
Completed 575.8 MiB/870.4 MiB (155.3 MiB/s) with 116 file(s) remaining
Completed 576.1 MiB/870.4 MiB (155.3 MiB/s) with 116 file(s) remaining
Completed 576.3 MiB/870.4 MiB (155.3 MiB/s) with 116 file(s) remaining
Completed 576.6 MiB/870.4 MiB (155.4 MiB/s) with 116 file(s) remaining
Completed 576.8 MiB/870.4 MiB (155.4 MiB/s) with 116 file(s) remaining
Completed 577.1 MiB/870.4 MiB (155.5 MiB/s) with 116 file(s) remaining
Completed 577.3 MiB/870.4 MiB (155.5 MiB/s) with 116 file(s) remaining
Completed 577.6 MiB/870.4 MiB (155.5 MiB/s) with 116 file(s) remaining
Completed 577.8 MiB/870.4 MiB (155.5 MiB/s) with 116 file(s) remaining
Completed 578.1 MiB/870.4 MiB (155.5 MiB/s) with 116 file(s) remaining
Completed 578.3 MiB/870.4 MiB (155.5 MiB/s) with 116 file(s) remaining
Completed 578.6 MiB/870.4 MiB (155.6 MiB/s) with 116 file(s) remaining
Completed 578.8 MiB/870.4 MiB (155.6 MiB/s) with 116 file(s) remaining
Completed 579.1 MiB/870.4 MiB (155.6 MiB/s) with 116 file(s) remaining
Completed 579.3 MiB/870.4 MiB (155.6 MiB/s) with 116 file(s) remaining
Completed 579.6 MiB/870.4 MiB (155.7 MiB/s) with 116 file(s) remaining
Completed 579.8 MiB/870.4 MiB (155.7 MiB/s) with 116 file(s) remaining
Completed 580.1 MiB/870.4 MiB (155.8 MiB/s) with 116 file(s) remaining
Completed 580.3 MiB/870.4 MiB (155.8 MiB/s) with 116 file(s) remaining
Completed 580.6 MiB/870.4 MiB (155.8 MiB/s) with 116 file(s) remaining
Completed 580.8 MiB/870.4 MiB (155.9 MiB/s) with 116 file(s) remaining
Completed 581.1 MiB/870.4 MiB (155.9 MiB/s) with 116 file(s) remaining
Completed 581.3 MiB/870.4 MiB (155.9 MiB/s) with 116 file(s) remaining
Completed 581.6 MiB/870.4 MiB (156.0 MiB/s) with 116 file(s) remaining
Completed 581.8 MiB/870.4 MiB (156.0 MiB/s) with 116 file(s) remaining
Completed 582.1 MiB/870.4 MiB (156.0 MiB/s) with 116 file(s) remaining
Completed 582.3 MiB/870.4 MiB (156.0 MiB/s) with 116 file(s) remaining
Completed 582.6 MiB/870.4 MiB (156.1 MiB/s) with 116 file(s) remaining
Completed 582.8 MiB/870.4 MiB (155.7 MiB/s) with 116 file(s) remaining
Completed 583.1 MiB/870.4 MiB (155.7 MiB/s) with 116 file(s) remaining
Completed 583.3 MiB/870.4 MiB (155.7 MiB/s) with 116 file(s) remaining
Completed 583.6 MiB/870.4 MiB (155.8 MiB/s) with 116 file(s) remaining
Completed 583.8 MiB/870.4 MiB (155.8 MiB/s) with 116 file(s) remaining
Completed 584.1 MiB/870.4 MiB (155.8 MiB/s) with 116 file(s) remaining
Completed 584.3 MiB/870.4 MiB (155.9 MiB/s) with 116 file(s) remaining
Completed 584.6 MiB/870.4 MiB (155.9 MiB/s) with 116 file(s) remaining
Completed 584.8 MiB/870.4 MiB (155.9 MiB/s) with 116 file(s) remaining
Completed 585.1 MiB/870.4 MiB (156.0 MiB/s) with 116 file(s) remaining
Completed 585.3 MiB/870.4 MiB (156.0 MiB/s) with 116 file(s) remaining
Completed 585.6 MiB/870.4 MiB (156.0 MiB/s) with 116 file(s) remaining
Completed 585.8 MiB/870.4 MiB (155.9 MiB/s) with 116 file(s) remaining
Completed 586.1 MiB/870.4 MiB (155.9 MiB/s) with 116 file(s) remaining
Completed 586.3 MiB/870.4 MiB (156.0 MiB/s) with 116 file(s) remaining
Completed 586.6 MiB/870.4 MiB (156.0 MiB/s) with 116 file(s) remaining
Completed 586.8 MiB/870.4 MiB (156.0 MiB/s) with 116 file(s) remaining
Completed 587.1 MiB/870.4 MiB (156.0 MiB/s) with 116 file(s) remaining
Completed 587.3 MiB/870.4 MiB (156.0 MiB/s) with 116 file(s) remaining
Completed 587.6 MiB/870.4 MiB (156.1 MiB/s) with 116 file(s) remaining
Completed 587.8 MiB/870.4 MiB (156.1 MiB/s) with 116 file(s) remaining
Completed 588.1 MiB/870.4 MiB (156.1 MiB/s) with 116 file(s) remaining
Completed 588.3 MiB/870.4 MiB (156.1 MiB/s) with 116 file(s) remaining
Completed 588.6 MiB/870.4 MiB (156.1 MiB/s) with 116 file(s) remaining
Completed 588.8 MiB/870.4 MiB (156.2 MiB/s) with 116 file(s) remaining
Completed 589.1 MiB/870.4 MiB (156.2 MiB/s) with 116 file(s) remaining
Completed 589.3 MiB/870.4 MiB (156.2 MiB/s) with 116 file(s) remaining
Completed 589.6 MiB/870.4 MiB (156.3 MiB/s) with 116 file(s) remaining
Completed 589.8 MiB/870.4 MiB (156.3 MiB/s) with 116 file(s) remaining
Completed 590.1 MiB/870.4 MiB (156.4 MiB/s) with 116 file(s) remaining
Completed 590.3 MiB/870.4 MiB (156.4 MiB/s) with 116 file(s) remaining
Completed 590.6 MiB/870.4 MiB (156.4 MiB/s) with 116 file(s) remaining
Completed 590.8 MiB/870.4 MiB (156.5 MiB/s) with 116 file(s) remaining
Completed 591.1 MiB/870.4 MiB (156.5 MiB/s) with 116 file(s) remaining
Completed 591.3 MiB/870.4 MiB (155.9 MiB/s) with 116 file(s) remaining
Completed 591.6 MiB/870.4 MiB (155.9 MiB/s) with 116 file(s) remaining
Completed 591.8 MiB/870.4 MiB (156.0 MiB/s) with 116 file(s) remaining
Completed 592.1 MiB/870.4 MiB (156.0 MiB/s) with 116 file(s) remaining
Completed 592.3 MiB/870.4 MiB (156.0 MiB/s) with 116 file(s) remaining
Completed 592.6 MiB/870.4 MiB (156.1 MiB/s) with 116 file(s) remaining
Completed 592.8 MiB/870.4 MiB (156.1 MiB/s) with 116 file(s) remaining
Completed 593.1 MiB/870.4 MiB (156.1 MiB/s) with 116 file(s) remaining
Completed 593.3 MiB/870.4 MiB (156.1 MiB/s) with 116 file(s) remaining
Completed 593.6 MiB/870.4 MiB (156.1 MiB/s) with 116 file(s) remaining
Completed 593.8 MiB/870.4 MiB (156.1 MiB/s) with 116 file(s) remaining
Completed 594.1 MiB/870.4 MiB (156.1 MiB/s) with 116 file(s) remaining
Completed 594.3 MiB/870.4 MiB (156.1 MiB/s) with 116 file(s) remaining
Completed 594.6 MiB/870.4 MiB (156.2 MiB/s) with 116 file(s) remaining
Completed 594.8 MiB/870.4 MiB (156.2 MiB/s) with 116 file(s) remaining
Completed 595.1 MiB/870.4 MiB (156.2 MiB/s) with 116 file(s) remaining
Completed 595.3 MiB/870.4 MiB (156.3 MiB/s) with 116 file(s) remaining
Completed 595.6 MiB/870.4 MiB (156.3 MiB/s) with 116 file(s) remaining
Completed 595.8 MiB/870.4 MiB (156.3 MiB/s) with 116 file(s) remaining
Completed 596.1 MiB/870.4 MiB (156.3 MiB/s) with 116 file(s) remaining
Completed 596.3 MiB/870.4 MiB (156.4 MiB/s) with 116 file(s) remaining
Completed 596.6 MiB/870.4 MiB (156.4 MiB/s) with 116 file(s) remaining
Completed 596.8 MiB/870.4 MiB (156.4 MiB/s) with 116 file(s) remaining
Completed 597.1 MiB/870.4 MiB (156.4 MiB/s) with 116 file(s) remaining
Completed 597.3 MiB/870.4 MiB (156.5 MiB/s) with 116 file(s) remaining
Completed 597.6 MiB/870.4 MiB (156.5 MiB/s) with 116 file(s) remaining
Completed 597.8 MiB/870.4 MiB (156.5 MiB/s) with 116 file(s) remaining
Completed 598.1 MiB/870.4 MiB (156.6 MiB/s) with 116 file(s) remaining
Completed 598.3 MiB/870.4 MiB (156.6 MiB/s) with 116 file(s) remaining
Completed 598.6 MiB/870.4 MiB (156.6 MiB/s) with 116 file(s) remaining
Completed 598.8 MiB/870.4 MiB (156.7 MiB/s) with 116 file(s) remaining
Completed 599.1 MiB/870.4 MiB (156.7 MiB/s) with 116 file(s) remaining
Completed 599.3 MiB/870.4 MiB (156.8 MiB/s) with 116 file(s) remaining
Completed 599.6 MiB/870.4 MiB (156.5 MiB/s) with 116 file(s) remaining
Completed 599.8 MiB/870.4 MiB (156.6 MiB/s) with 116 file(s) remaining
Completed 600.1 MiB/870.4 MiB (156.6 MiB/s) with 116 file(s) remaining
Completed 600.3 MiB/870.4 MiB (156.6 MiB/s) with 116 file(s) remaining
Completed 600.6 MiB/870.4 MiB (156.6 MiB/s) with 116 file(s) remaining
Completed 600.8 MiB/870.4 MiB (156.6 MiB/s) with 116 file(s) remaining
Completed 601.1 MiB/870.4 MiB (156.7 MiB/s) with 116 file(s) remaining
Completed 601.3 MiB/870.4 MiB (156.7 MiB/s) with 116 file(s) remaining
Completed 601.6 MiB/870.4 MiB (156.7 MiB/s) with 116 file(s) remaining
Completed 601.8 MiB/870.4 MiB (156.7 MiB/s) with 116 file(s) remaining
Completed 602.1 MiB/870.4 MiB (156.7 MiB/s) with 116 file(s) remaining
Completed 602.3 MiB/870.4 MiB (156.8 MiB/s) with 116 file(s) remaining
Completed 602.6 MiB/870.4 MiB (156.7 MiB/s) with 116 file(s) remaining
Completed 602.8 MiB/870.4 MiB (156.7 MiB/s) with 116 file(s) remaining
Completed 603.1 MiB/870.4 MiB (156.7 MiB/s) with 116 file(s) remaining
Completed 603.3 MiB/870.4 MiB (156.7 MiB/s) with 116 file(s) remaining
Completed 603.6 MiB/870.4 MiB (156.7 MiB/s) with 116 file(s) remaining
Completed 603.8 MiB/870.4 MiB (156.8 MiB/s) with 116 file(s) remaining
Completed 604.1 MiB/870.4 MiB (156.8 MiB/s) with 116 file(s) remaining
Completed 604.3 MiB/870.4 MiB (156.8 MiB/s) with 116 file(s) remaining
Completed 604.6 MiB/870.4 MiB (156.9 MiB/s) with 116 file(s) remaining
Completed 604.8 MiB/870.4 MiB (156.9 MiB/s) with 116 file(s) remaining
Completed 605.1 MiB/870.4 MiB (156.9 MiB/s) with 116 file(s) remaining
Completed 605.3 MiB/870.4 MiB (157.0 MiB/s) with 116 file(s) remaining
Completed 605.6 MiB/870.4 MiB (157.0 MiB/s) with 116 file(s) remaining
Completed 605.8 MiB/870.4 MiB (157.0 MiB/s) with 116 file(s) remaining
Completed 606.1 MiB/870.4 MiB (157.0 MiB/s) with 116 file(s) remaining
Completed 606.3 MiB/870.4 MiB (157.1 MiB/s) with 116 file(s) remaining
Completed 606.6 MiB/870.4 MiB (157.1 MiB/s) with 116 file(s) remaining
Completed 606.8 MiB/870.4 MiB (157.1 MiB/s) with 116 file(s) remaining
Completed 607.1 MiB/870.4 MiB (157.2 MiB/s) with 116 file(s) remaining
Completed 607.3 MiB/870.4 MiB (157.2 MiB/s) with 116 file(s) remaining
Completed 607.6 MiB/870.4 MiB (157.2 MiB/s) with 116 file(s) remaining
Completed 607.8 MiB/870.4 MiB (157.3 MiB/s) with 116 file(s) remaining
Completed 608.1 MiB/870.4 MiB (157.3 MiB/s) with 116 file(s) remaining
Completed 608.3 MiB/870.4 MiB (157.4 MiB/s) with 116 file(s) remaining
Completed 608.6 MiB/870.4 MiB (157.4 MiB/s) with 116 file(s) remaining
Completed 608.8 MiB/870.4 MiB (157.4 MiB/s) with 116 file(s) remaining
Completed 609.1 MiB/870.4 MiB (157.5 MiB/s) with 116 file(s) remaining
Completed 609.3 MiB/870.4 MiB (157.2 MiB/s) with 116 file(s) remaining
Completed 609.6 MiB/870.4 MiB (157.2 MiB/s) with 116 file(s) remaining
Completed 609.8 MiB/870.4 MiB (157.2 MiB/s) with 116 file(s) remaining
Completed 610.1 MiB/870.4 MiB (157.2 MiB/s) with 116 file(s) remaining
Completed 610.3 MiB/870.4 MiB (157.3 MiB/s) with 116 file(s) remaining
Completed 610.6 MiB/870.4 MiB (157.3 MiB/s) with 116 file(s) remaining
Completed 610.8 MiB/870.4 MiB (157.3 MiB/s) with 116 file(s) remaining
Completed 611.1 MiB/870.4 MiB (157.4 MiB/s) with 116 file(s) remaining
Completed 611.3 MiB/870.4 MiB (157.4 MiB/s) with 116 file(s) remaining
Completed 611.6 MiB/870.4 MiB (157.4 MiB/s) with 116 file(s) remaining
Completed 611.8 MiB/870.4 MiB (157.3 MiB/s) with 116 file(s) remaining
Completed 612.1 MiB/870.4 MiB (157.4 MiB/s) with 116 file(s) remaining
Completed 612.3 MiB/870.4 MiB (157.3 MiB/s) with 116 file(s) remaining
Completed 612.6 MiB/870.4 MiB (157.4 MiB/s) with 116 file(s) remaining
Completed 612.8 MiB/870.4 MiB (157.4 MiB/s) with 116 file(s) remaining
Completed 613.1 MiB/870.4 MiB (157.4 MiB/s) with 116 file(s) remaining
Completed 613.3 MiB/870.4 MiB (157.4 MiB/s) with 116 file(s) remaining
Completed 613.6 MiB/870.4 MiB (157.5 MiB/s) with 116 file(s) remaining
Completed 613.8 MiB/870.4 MiB (157.5 MiB/s) with 116 file(s) remaining
Completed 614.1 MiB/870.4 MiB (157.5 MiB/s) with 116 file(s) remaining
Completed 614.3 MiB/870.4 MiB (157.5 MiB/s) with 116 file(s) remaining
Completed 614.6 MiB/870.4 MiB (157.6 MiB/s) with 116 file(s) remaining
Completed 614.8 MiB/870.4 MiB (157.6 MiB/s) with 116 file(s) remaining
Completed 615.1 MiB/870.4 MiB (157.6 MiB/s) with 116 file(s) remaining
Completed 615.3 MiB/870.4 MiB (157.5 MiB/s) with 116 file(s) remaining
Completed 615.6 MiB/870.4 MiB (157.5 MiB/s) with 116 file(s) remaining
Completed 615.8 MiB/870.4 MiB (157.6 MiB/s) with 116 file(s) remaining
Completed 616.1 MiB/870.4 MiB (157.6 MiB/s) with 116 file(s) remaining
Completed 616.3 MiB/870.4 MiB (157.6 MiB/s) with 116 file(s) remaining
Completed 616.6 MiB/870.4 MiB (157.6 MiB/s) with 116 file(s) remaining
Completed 616.8 MiB/870.4 MiB (157.6 MiB/s) with 116 file(s) remaining
Completed 617.1 MiB/870.4 MiB (157.7 MiB/s) with 116 file(s) remaining
Completed 617.3 MiB/870.4 MiB (157.6 MiB/s) with 116 file(s) remaining
Completed 617.6 MiB/870.4 MiB (157.7 MiB/s) with 116 file(s) remaining
Completed 617.8 MiB/870.4 MiB (157.7 MiB/s) with 116 file(s) remaining
Completed 618.1 MiB/870.4 MiB (157.7 MiB/s) with 116 file(s) remaining
Completed 618.3 MiB/870.4 MiB (157.8 MiB/s) with 116 file(s) remaining
Completed 618.6 MiB/870.4 MiB (157.7 MiB/s) with 116 file(s) remaining
Completed 618.8 MiB/870.4 MiB (157.8 MiB/s) with 116 file(s) remaining
Completed 619.1 MiB/870.4 MiB (157.8 MiB/s) with 116 file(s) remaining
Completed 619.3 MiB/870.4 MiB (157.8 MiB/s) with 116 file(s) remaining
Completed 619.6 MiB/870.4 MiB (157.9 MiB/s) with 116 file(s) remaining
Completed 619.8 MiB/870.4 MiB (157.9 MiB/s) with 116 file(s) remaining
Completed 620.1 MiB/870.4 MiB (158.0 MiB/s) with 116 file(s) remaining
Completed 620.3 MiB/870.4 MiB (158.0 MiB/s) with 116 file(s) remaining
Completed 620.6 MiB/870.4 MiB (158.0 MiB/s) with 116 file(s) remaining
Completed 620.8 MiB/870.4 MiB (158.0 MiB/s) with 116 file(s) remaining
Completed 621.1 MiB/870.4 MiB (158.0 MiB/s) with 116 file(s) remaining
Completed 621.3 MiB/870.4 MiB (158.1 MiB/s) with 116 file(s) remaining
Completed 621.6 MiB/870.4 MiB (158.1 MiB/s) with 116 file(s) remaining
Completed 621.8 MiB/870.4 MiB (158.2 MiB/s) with 116 file(s) remaining
Completed 622.1 MiB/870.4 MiB (158.2 MiB/s) with 116 file(s) remaining
Completed 622.3 MiB/870.4 MiB (158.2 MiB/s) with 116 file(s) remaining
Completed 622.6 MiB/870.4 MiB (158.3 MiB/s) with 116 file(s) remaining
Completed 622.8 MiB/870.4 MiB (158.3 MiB/s) with 116 file(s) remaining
Completed 623.1 MiB/870.4 MiB (158.3 MiB/s) with 116 file(s) remaining
Completed 623.3 MiB/870.4 MiB (158.4 MiB/s) with 116 file(s) remaining
Completed 623.6 MiB/870.4 MiB (158.4 MiB/s) with 116 file(s) remaining
Completed 623.8 MiB/870.4 MiB (158.4 MiB/s) with 116 file(s) remaining
Completed 624.1 MiB/870.4 MiB (158.5 MiB/s) with 116 file(s) remaining
Completed 624.3 MiB/870.4 MiB (158.5 MiB/s) with 116 file(s) remaining
Completed 624.6 MiB/870.4 MiB (158.5 MiB/s) with 116 file(s) remaining
Completed 624.8 MiB/870.4 MiB (158.6 MiB/s) with 116 file(s) remaining
Completed 625.1 MiB/870.4 MiB (158.5 MiB/s) with 116 file(s) remaining
Completed 625.3 MiB/870.4 MiB (158.5 MiB/s) with 116 file(s) remaining
Completed 625.6 MiB/870.4 MiB (158.6 MiB/s) with 116 file(s) remaining
Completed 625.8 MiB/870.4 MiB (158.6 MiB/s) with 116 file(s) remaining
Completed 626.1 MiB/870.4 MiB (158.6 MiB/s) with 116 file(s) remaining
Completed 626.3 MiB/870.4 MiB (158.6 MiB/s) with 116 file(s) remaining
Completed 626.6 MiB/870.4 MiB (158.7 MiB/s) with 116 file(s) remaining
Completed 626.8 MiB/870.4 MiB (158.7 MiB/s) with 116 file(s) remaining
Completed 627.1 MiB/870.4 MiB (158.7 MiB/s) with 116 file(s) remaining
Completed 627.3 MiB/870.4 MiB (158.7 MiB/s) with 116 file(s) remaining
Completed 627.6 MiB/870.4 MiB (158.8 MiB/s) with 116 file(s) remaining
Completed 627.8 MiB/870.4 MiB (158.8 MiB/s) with 116 file(s) remaining
Completed 628.1 MiB/870.4 MiB (158.7 MiB/s) with 116 file(s) remaining
Completed 628.3 MiB/870.4 MiB (158.7 MiB/s) with 116 file(s) remaining
Completed 628.6 MiB/870.4 MiB (158.8 MiB/s) with 116 file(s) remaining
Completed 628.8 MiB/870.4 MiB (158.8 MiB/s) with 116 file(s) remaining
Completed 629.1 MiB/870.4 MiB (158.8 MiB/s) with 116 file(s) remaining
Completed 629.3 MiB/870.4 MiB (158.9 MiB/s) with 116 file(s) remaining
Completed 629.6 MiB/870.4 MiB (158.9 MiB/s) with 116 file(s) remaining
Completed 629.8 MiB/870.4 MiB (158.9 MiB/s) with 116 file(s) remaining
Completed 630.1 MiB/870.4 MiB (159.0 MiB/s) with 116 file(s) remaining
Completed 630.3 MiB/870.4 MiB (159.0 MiB/s) with 116 file(s) remaining
Completed 630.6 MiB/870.4 MiB (159.0 MiB/s) with 116 file(s) remaining
Completed 630.8 MiB/870.4 MiB (159.1 MiB/s) with 116 file(s) remaining
Completed 631.1 MiB/870.4 MiB (159.1 MiB/s) with 116 file(s) remaining
Completed 631.3 MiB/870.4 MiB (159.1 MiB/s) with 116 file(s) remaining
Completed 631.6 MiB/870.4 MiB (159.1 MiB/s) with 116 file(s) remaining
Completed 631.8 MiB/870.4 MiB (159.1 MiB/s) with 116 file(s) remaining
Completed 632.1 MiB/870.4 MiB (159.1 MiB/s) with 116 file(s) remaining
Completed 632.3 MiB/870.4 MiB (159.2 MiB/s) with 116 file(s) remaining
Completed 632.6 MiB/870.4 MiB (159.2 MiB/s) with 116 file(s) remaining
Completed 632.8 MiB/870.4 MiB (159.2 MiB/s) with 116 file(s) remaining
Completed 633.1 MiB/870.4 MiB (159.2 MiB/s) with 116 file(s) remaining
Completed 633.3 MiB/870.4 MiB (159.3 MiB/s) with 116 file(s) remaining
Completed 633.6 MiB/870.4 MiB (159.3 MiB/s) with 116 file(s) remaining
Completed 633.8 MiB/870.4 MiB (159.3 MiB/s) with 116 file(s) remaining
Completed 634.1 MiB/870.4 MiB (159.4 MiB/s) with 116 file(s) remaining
Completed 634.3 MiB/870.4 MiB (159.4 MiB/s) with 116 file(s) remaining
Completed 634.6 MiB/870.4 MiB (159.4 MiB/s) with 116 file(s) remaining
Completed 634.8 MiB/870.4 MiB (159.4 MiB/s) with 116 file(s) remaining
Completed 635.1 MiB/870.4 MiB (159.4 MiB/s) with 116 file(s) remaining
Completed 635.3 MiB/870.4 MiB (159.5 MiB/s) with 116 file(s) remaining
Completed 635.6 MiB/870.4 MiB (159.5 MiB/s) with 116 file(s) remaining
Completed 635.8 MiB/870.4 MiB (159.6 MiB/s) with 116 file(s) remaining
Completed 636.1 MiB/870.4 MiB (159.6 MiB/s) with 116 file(s) remaining
Completed 636.3 MiB/870.4 MiB (159.6 MiB/s) with 116 file(s) remaining
Completed 636.6 MiB/870.4 MiB (159.7 MiB/s) with 116 file(s) remaining
Completed 636.8 MiB/870.4 MiB (159.7 MiB/s) with 116 file(s) remaining
Completed 637.1 MiB/870.4 MiB (159.7 MiB/s) with 116 file(s) remaining
Completed 637.3 MiB/870.4 MiB (159.8 MiB/s) with 116 file(s) remaining
Completed 637.6 MiB/870.4 MiB (159.8 MiB/s) with 116 file(s) remaining
Completed 637.8 MiB/870.4 MiB (159.8 MiB/s) with 116 file(s) remaining
Completed 638.1 MiB/870.4 MiB (159.8 MiB/s) with 116 file(s) remaining
Completed 638.3 MiB/870.4 MiB (159.9 MiB/s) with 116 file(s) remaining
Completed 638.6 MiB/870.4 MiB (159.9 MiB/s) with 116 file(s) remaining
Completed 638.8 MiB/870.4 MiB (159.9 MiB/s) with 116 file(s) remaining
Completed 639.1 MiB/870.4 MiB (160.0 MiB/s) with 116 file(s) remaining
Completed 639.3 MiB/870.4 MiB (160.0 MiB/s) with 116 file(s) remaining
Completed 639.6 MiB/870.4 MiB (160.0 MiB/s) with 116 file(s) remaining
Completed 639.8 MiB/870.4 MiB (160.0 MiB/s) with 116 file(s) remaining
Completed 640.1 MiB/870.4 MiB (160.1 MiB/s) with 116 file(s) remaining
Completed 640.3 MiB/870.4 MiB (160.1 MiB/s) with 116 file(s) remaining
Completed 640.6 MiB/870.4 MiB (160.1 MiB/s) with 116 file(s) remaining
Completed 640.8 MiB/870.4 MiB (160.2 MiB/s) with 116 file(s) remaining
Completed 641.1 MiB/870.4 MiB (160.2 MiB/s) with 116 file(s) remaining
Completed 641.3 MiB/870.4 MiB (160.2 MiB/s) with 116 file(s) remaining
Completed 641.6 MiB/870.4 MiB (160.3 MiB/s) with 116 file(s) remaining
Completed 641.8 MiB/870.4 MiB (160.3 MiB/s) with 116 file(s) remaining
Completed 642.1 MiB/870.4 MiB (160.3 MiB/s) with 116 file(s) remaining
Completed 642.3 MiB/870.4 MiB (160.4 MiB/s) with 116 file(s) remaining
Completed 642.6 MiB/870.4 MiB (160.4 MiB/s) with 116 file(s) remaining
Completed 642.8 MiB/870.4 MiB (160.4 MiB/s) with 116 file(s) remaining
Completed 643.1 MiB/870.4 MiB (160.5 MiB/s) with 116 file(s) remaining
Completed 643.3 MiB/870.4 MiB (160.5 MiB/s) with 116 file(s) remaining
Completed 643.6 MiB/870.4 MiB (160.5 MiB/s) with 116 file(s) remaining
Completed 643.8 MiB/870.4 MiB (160.6 MiB/s) with 116 file(s) remaining
Completed 644.1 MiB/870.4 MiB (160.4 MiB/s) with 116 file(s) remaining
Completed 644.3 MiB/870.4 MiB (160.5 MiB/s) with 116 file(s) remaining
Completed 644.6 MiB/870.4 MiB (160.1 MiB/s) with 116 file(s) remaining
Completed 644.8 MiB/870.4 MiB (160.1 MiB/s) with 116 file(s) remaining
Completed 645.1 MiB/870.4 MiB (160.1 MiB/s) with 116 file(s) remaining
Completed 645.3 MiB/870.4 MiB (160.1 MiB/s) with 116 file(s) remaining
Completed 645.6 MiB/870.4 MiB (160.2 MiB/s) with 116 file(s) remaining
Completed 645.8 MiB/870.4 MiB (160.2 MiB/s) with 116 file(s) remaining
Completed 646.1 MiB/870.4 MiB (160.2 MiB/s) with 116 file(s) remaining
Completed 646.3 MiB/870.4 MiB (160.3 MiB/s) with 116 file(s) remaining
Completed 646.6 MiB/870.4 MiB (160.3 MiB/s) with 116 file(s) remaining
Completed 646.8 MiB/870.4 MiB (160.3 MiB/s) with 116 file(s) remaining
Completed 647.1 MiB/870.4 MiB (160.3 MiB/s) with 116 file(s) remaining
Completed 647.3 MiB/870.4 MiB (160.3 MiB/s) with 116 file(s) remaining
Completed 647.6 MiB/870.4 MiB (160.4 MiB/s) with 116 file(s) remaining
Completed 647.8 MiB/870.4 MiB (160.4 MiB/s) with 116 file(s) remaining
Completed 648.1 MiB/870.4 MiB (160.4 MiB/s) with 116 file(s) remaining
Completed 648.3 MiB/870.4 MiB (160.4 MiB/s) with 116 file(s) remaining
Completed 648.6 MiB/870.4 MiB (160.5 MiB/s) with 116 file(s) remaining
Completed 648.8 MiB/870.4 MiB (160.5 MiB/s) with 116 file(s) remaining
Completed 649.1 MiB/870.4 MiB (160.5 MiB/s) with 116 file(s) remaining
Completed 649.3 MiB/870.4 MiB (160.5 MiB/s) with 116 file(s) remaining
Completed 649.6 MiB/870.4 MiB (160.5 MiB/s) with 116 file(s) remaining
Completed 649.8 MiB/870.4 MiB (160.5 MiB/s) with 116 file(s) remaining
Completed 650.1 MiB/870.4 MiB (160.5 MiB/s) with 116 file(s) remaining
Completed 650.3 MiB/870.4 MiB (160.5 MiB/s) with 116 file(s) remaining
Completed 650.6 MiB/870.4 MiB (160.5 MiB/s) with 116 file(s) remaining
Completed 650.8 MiB/870.4 MiB (160.6 MiB/s) with 116 file(s) remaining
Completed 651.1 MiB/870.4 MiB (160.6 MiB/s) with 116 file(s) remaining
Completed 651.3 MiB/870.4 MiB (160.6 MiB/s) with 116 file(s) remaining
Completed 651.6 MiB/870.4 MiB (160.7 MiB/s) with 116 file(s) remaining
Completed 651.8 MiB/870.4 MiB (160.7 MiB/s) with 116 file(s) remaining
Completed 652.1 MiB/870.4 MiB (160.6 MiB/s) with 116 file(s) remaining
Completed 652.3 MiB/870.4 MiB (160.7 MiB/s) with 116 file(s) remaining
Completed 652.6 MiB/870.4 MiB (160.7 MiB/s) with 116 file(s) remaining
Completed 652.8 MiB/870.4 MiB (160.7 MiB/s) with 116 file(s) remaining
Completed 653.1 MiB/870.4 MiB (160.8 MiB/s) with 116 file(s) remaining
Completed 653.3 MiB/870.4 MiB (160.8 MiB/s) with 116 file(s) remaining
Completed 653.6 MiB/870.4 MiB (160.8 MiB/s) with 116 file(s) remaining
Completed 653.8 MiB/870.4 MiB (160.8 MiB/s) with 116 file(s) remaining
Completed 654.1 MiB/870.4 MiB (160.9 MiB/s) with 116 file(s) remaining
Completed 654.3 MiB/870.4 MiB (160.9 MiB/s) with 116 file(s) remaining
Completed 654.6 MiB/870.4 MiB (160.9 MiB/s) with 116 file(s) remaining
Completed 654.8 MiB/870.4 MiB (161.0 MiB/s) with 116 file(s) remaining
Completed 655.1 MiB/870.4 MiB (161.0 MiB/s) with 116 file(s) remaining
Completed 655.3 MiB/870.4 MiB (161.0 MiB/s) with 116 file(s) remaining
Completed 655.6 MiB/870.4 MiB (161.1 MiB/s) with 116 file(s) remaining
Completed 655.8 MiB/870.4 MiB (161.1 MiB/s) with 116 file(s) remaining
Completed 656.1 MiB/870.4 MiB (161.1 MiB/s) with 116 file(s) remaining
Completed 656.3 MiB/870.4 MiB (161.1 MiB/s) with 116 file(s) remaining
Completed 656.6 MiB/870.4 MiB (161.2 MiB/s) with 116 file(s) remaining
Completed 656.8 MiB/870.4 MiB (161.2 MiB/s) with 116 file(s) remaining
Completed 657.1 MiB/870.4 MiB (161.2 MiB/s) with 116 file(s) remaining
Completed 657.3 MiB/870.4 MiB (161.3 MiB/s) with 116 file(s) remaining
Completed 657.6 MiB/870.4 MiB (161.3 MiB/s) with 116 file(s) remaining
Completed 657.8 MiB/870.4 MiB (161.3 MiB/s) with 116 file(s) remaining
Completed 658.1 MiB/870.4 MiB (161.4 MiB/s) with 116 file(s) remaining
Completed 658.3 MiB/870.4 MiB (161.4 MiB/s) with 116 file(s) remaining
Completed 658.6 MiB/870.4 MiB (161.4 MiB/s) with 116 file(s) remaining
Completed 658.8 MiB/870.4 MiB (161.3 MiB/s) with 116 file(s) remaining
Completed 659.1 MiB/870.4 MiB (161.4 MiB/s) with 116 file(s) remaining
Completed 659.3 MiB/870.4 MiB (161.4 MiB/s) with 116 file(s) remaining
Completed 659.6 MiB/870.4 MiB (161.4 MiB/s) with 116 file(s) remaining
Completed 659.8 MiB/870.4 MiB (161.4 MiB/s) with 116 file(s) remaining
Completed 660.1 MiB/870.4 MiB (161.5 MiB/s) with 116 file(s) remaining
Completed 660.3 MiB/870.4 MiB (161.5 MiB/s) with 116 file(s) remaining
Completed 660.6 MiB/870.4 MiB (161.5 MiB/s) with 116 file(s) remaining
Completed 660.8 MiB/870.4 MiB (161.6 MiB/s) with 116 file(s) remaining
Completed 661.1 MiB/870.4 MiB (161.6 MiB/s) with 116 file(s) remaining
Completed 661.3 MiB/870.4 MiB (161.6 MiB/s) with 116 file(s) remaining
Completed 661.6 MiB/870.4 MiB (161.6 MiB/s) with 116 file(s) remaining
Completed 661.8 MiB/870.4 MiB (161.7 MiB/s) with 116 file(s) remaining
Completed 662.1 MiB/870.4 MiB (161.7 MiB/s) with 116 file(s) remaining
Completed 662.3 MiB/870.4 MiB (161.7 MiB/s) with 116 file(s) remaining
Completed 662.6 MiB/870.4 MiB (161.7 MiB/s) with 116 file(s) remaining
Completed 662.8 MiB/870.4 MiB (161.8 MiB/s) with 116 file(s) remaining
Completed 663.1 MiB/870.4 MiB (161.8 MiB/s) with 116 file(s) remaining
Completed 663.3 MiB/870.4 MiB (161.8 MiB/s) with 116 file(s) remaining
Completed 663.6 MiB/870.4 MiB (161.9 MiB/s) with 116 file(s) remaining
Completed 663.8 MiB/870.4 MiB (161.9 MiB/s) with 116 file(s) remaining
Completed 664.1 MiB/870.4 MiB (161.9 MiB/s) with 116 file(s) remaining
Completed 664.3 MiB/870.4 MiB (161.9 MiB/s) with 116 file(s) remaining
Completed 664.6 MiB/870.4 MiB (162.0 MiB/s) with 116 file(s) remaining
Completed 664.8 MiB/870.4 MiB (162.0 MiB/s) with 116 file(s) remaining
Completed 665.1 MiB/870.4 MiB (161.8 MiB/s) with 116 file(s) remaining
Completed 665.3 MiB/870.4 MiB (161.8 MiB/s) with 116 file(s) remaining
Completed 665.6 MiB/870.4 MiB (161.8 MiB/s) with 116 file(s) remaining
Completed 665.8 MiB/870.4 MiB (161.8 MiB/s) with 116 file(s) remaining
Completed 666.1 MiB/870.4 MiB (161.9 MiB/s) with 116 file(s) remaining
Completed 666.3 MiB/870.4 MiB (161.9 MiB/s) with 116 file(s) remaining
Completed 666.6 MiB/870.4 MiB (161.9 MiB/s) with 116 file(s) remaining
Completed 666.8 MiB/870.4 MiB (162.0 MiB/s) with 116 file(s) remaining
Completed 667.1 MiB/870.4 MiB (162.0 MiB/s) with 116 file(s) remaining
Completed 667.3 MiB/870.4 MiB (162.0 MiB/s) with 116 file(s) remaining
Completed 667.6 MiB/870.4 MiB (162.0 MiB/s) with 116 file(s) remaining
Completed 667.8 MiB/870.4 MiB (162.0 MiB/s) with 116 file(s) remaining
Completed 668.1 MiB/870.4 MiB (162.0 MiB/s) with 116 file(s) remaining
Completed 668.3 MiB/870.4 MiB (162.0 MiB/s) with 116 file(s) remaining
Completed 668.6 MiB/870.4 MiB (162.0 MiB/s) with 116 file(s) remaining
Completed 668.8 MiB/870.4 MiB (162.0 MiB/s) with 116 file(s) remaining
Completed 669.1 MiB/870.4 MiB (162.1 MiB/s) with 116 file(s) remaining
Completed 669.3 MiB/870.4 MiB (162.0 MiB/s) with 116 file(s) remaining
Completed 669.6 MiB/870.4 MiB (162.0 MiB/s) with 116 file(s) remaining
Completed 669.8 MiB/870.4 MiB (162.1 MiB/s) with 116 file(s) remaining
Completed 670.1 MiB/870.4 MiB (162.1 MiB/s) with 116 file(s) remaining
Completed 670.3 MiB/870.4 MiB (162.1 MiB/s) with 116 file(s) remaining
Completed 670.6 MiB/870.4 MiB (162.2 MiB/s) with 116 file(s) remaining
Completed 670.8 MiB/870.4 MiB (162.2 MiB/s) with 116 file(s) remaining
Completed 671.1 MiB/870.4 MiB (162.2 MiB/s) with 116 file(s) remaining
Completed 671.3 MiB/870.4 MiB (162.2 MiB/s) with 116 file(s) remaining
Completed 671.6 MiB/870.4 MiB (162.3 MiB/s) with 116 file(s) remaining
Completed 671.8 MiB/870.4 MiB (162.3 MiB/s) with 116 file(s) remaining
Completed 672.1 MiB/870.4 MiB (162.3 MiB/s) with 116 file(s) remaining
Completed 672.3 MiB/870.4 MiB (161.7 MiB/s) with 116 file(s) remaining
Completed 672.6 MiB/870.4 MiB (161.8 MiB/s) with 116 file(s) remaining
Completed 672.8 MiB/870.4 MiB (161.8 MiB/s) with 116 file(s) remaining
Completed 673.1 MiB/870.4 MiB (161.8 MiB/s) with 116 file(s) remaining
Completed 673.3 MiB/870.4 MiB (161.8 MiB/s) with 116 file(s) remaining
Completed 673.6 MiB/870.4 MiB (161.8 MiB/s) with 116 file(s) remaining
Completed 673.8 MiB/870.4 MiB (161.8 MiB/s) with 116 file(s) remaining
Completed 674.1 MiB/870.4 MiB (161.9 MiB/s) with 116 file(s) remaining
Completed 674.3 MiB/870.4 MiB (161.9 MiB/s) with 116 file(s) remaining
Completed 674.6 MiB/870.4 MiB (161.9 MiB/s) with 116 file(s) remaining
Completed 674.8 MiB/870.4 MiB (161.9 MiB/s) with 116 file(s) remaining
Completed 675.1 MiB/870.4 MiB (161.9 MiB/s) with 116 file(s) remaining
Completed 675.3 MiB/870.4 MiB (161.9 MiB/s) with 116 file(s) remaining
Completed 675.6 MiB/870.4 MiB (162.0 MiB/s) with 116 file(s) remaining
Completed 675.8 MiB/870.4 MiB (162.0 MiB/s) with 116 file(s) remaining
Completed 676.1 MiB/870.4 MiB (162.0 MiB/s) with 116 file(s) remaining
Completed 676.3 MiB/870.4 MiB (162.1 MiB/s) with 116 file(s) remaining
Completed 676.6 MiB/870.4 MiB (162.1 MiB/s) with 116 file(s) remaining
Completed 676.8 MiB/870.4 MiB (162.1 MiB/s) with 116 file(s) remaining
Completed 677.1 MiB/870.4 MiB (162.2 MiB/s) with 116 file(s) remaining
Completed 677.3 MiB/870.4 MiB (162.2 MiB/s) with 116 file(s) remaining
Completed 677.6 MiB/870.4 MiB (162.2 MiB/s) with 116 file(s) remaining
Completed 677.8 MiB/870.4 MiB (162.0 MiB/s) with 116 file(s) remaining
Completed 678.1 MiB/870.4 MiB (162.1 MiB/s) with 116 file(s) remaining
Completed 678.3 MiB/870.4 MiB (162.1 MiB/s) with 116 file(s) remaining
Completed 678.6 MiB/870.4 MiB (162.1 MiB/s) with 116 file(s) remaining
Completed 678.8 MiB/870.4 MiB (162.1 MiB/s) with 116 file(s) remaining
Completed 679.1 MiB/870.4 MiB (162.1 MiB/s) with 116 file(s) remaining
Completed 679.3 MiB/870.4 MiB (162.2 MiB/s) with 116 file(s) remaining
Completed 679.6 MiB/870.4 MiB (162.2 MiB/s) with 116 file(s) remaining
Completed 679.6 MiB/870.4 MiB (162.1 MiB/s) with 116 file(s) remaining
Completed 679.8 MiB/870.4 MiB (162.2 MiB/s) with 116 file(s) remaining
download: s3://openproblems-data/resources_test/common/mouse_brain_coronal_section1/dataset_metadata.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/mouse_brain_coronal_section1/dataset_metadata.yaml
Completed 679.8 MiB/870.4 MiB (162.2 MiB/s) with 115 file(s) remaining
Completed 680.1 MiB/870.4 MiB (162.2 MiB/s) with 115 file(s) remaining
Completed 680.3 MiB/870.4 MiB (162.2 MiB/s) with 115 file(s) remaining
Completed 680.6 MiB/870.4 MiB (162.2 MiB/s) with 115 file(s) remaining
Completed 680.8 MiB/870.4 MiB (162.2 MiB/s) with 115 file(s) remaining
Completed 681.1 MiB/870.4 MiB (162.2 MiB/s) with 115 file(s) remaining
Completed 681.3 MiB/870.4 MiB (162.2 MiB/s) with 115 file(s) remaining
Completed 681.6 MiB/870.4 MiB (162.3 MiB/s) with 115 file(s) remaining
Completed 681.8 MiB/870.4 MiB (162.3 MiB/s) with 115 file(s) remaining
Completed 682.1 MiB/870.4 MiB (162.3 MiB/s) with 115 file(s) remaining
Completed 682.3 MiB/870.4 MiB (162.4 MiB/s) with 115 file(s) remaining
Completed 682.6 MiB/870.4 MiB (162.4 MiB/s) with 115 file(s) remaining
Completed 682.8 MiB/870.4 MiB (162.4 MiB/s) with 115 file(s) remaining
Completed 683.1 MiB/870.4 MiB (162.4 MiB/s) with 115 file(s) remaining
Completed 683.3 MiB/870.4 MiB (162.5 MiB/s) with 115 file(s) remaining
Completed 683.6 MiB/870.4 MiB (162.4 MiB/s) with 115 file(s) remaining
Completed 683.8 MiB/870.4 MiB (162.5 MiB/s) with 115 file(s) remaining
Completed 684.1 MiB/870.4 MiB (162.5 MiB/s) with 115 file(s) remaining
Completed 684.3 MiB/870.4 MiB (162.5 MiB/s) with 115 file(s) remaining
Completed 684.6 MiB/870.4 MiB (162.6 MiB/s) with 115 file(s) remaining
Completed 684.8 MiB/870.4 MiB (162.6 MiB/s) with 115 file(s) remaining
Completed 685.1 MiB/870.4 MiB (162.6 MiB/s) with 115 file(s) remaining
Completed 685.3 MiB/870.4 MiB (162.6 MiB/s) with 115 file(s) remaining
Completed 685.6 MiB/870.4 MiB (162.6 MiB/s) with 115 file(s) remaining
Completed 685.8 MiB/870.4 MiB (162.7 MiB/s) with 115 file(s) remaining
Completed 685.8 MiB/870.4 MiB (162.6 MiB/s) with 115 file(s) remaining
Completed 686.1 MiB/870.4 MiB (162.6 MiB/s) with 115 file(s) remaining
download: s3://openproblems-data/resources_test/common/openproblems_neurips2021/bmmc_cite/dataset_metadata_mod2.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/openproblems_neurips2021/bmmc_cite/dataset_metadata_mod2.yaml
Completed 686.1 MiB/870.4 MiB (162.6 MiB/s) with 114 file(s) remaining
Completed 686.3 MiB/870.4 MiB (162.6 MiB/s) with 114 file(s) remaining
Completed 686.6 MiB/870.4 MiB (162.7 MiB/s) with 114 file(s) remaining
Completed 686.8 MiB/870.4 MiB (162.0 MiB/s) with 114 file(s) remaining
Completed 687.1 MiB/870.4 MiB (162.1 MiB/s) with 114 file(s) remaining
Completed 687.3 MiB/870.4 MiB (162.1 MiB/s) with 114 file(s) remaining
Completed 687.6 MiB/870.4 MiB (162.1 MiB/s) with 114 file(s) remaining
Completed 687.8 MiB/870.4 MiB (162.2 MiB/s) with 114 file(s) remaining
Completed 688.1 MiB/870.4 MiB (162.2 MiB/s) with 114 file(s) remaining
Completed 688.3 MiB/870.4 MiB (162.2 MiB/s) with 114 file(s) remaining
Completed 688.6 MiB/870.4 MiB (162.2 MiB/s) with 114 file(s) remaining
Completed 688.8 MiB/870.4 MiB (162.3 MiB/s) with 114 file(s) remaining
Completed 689.1 MiB/870.4 MiB (162.3 MiB/s) with 114 file(s) remaining
Completed 689.3 MiB/870.4 MiB (162.3 MiB/s) with 114 file(s) remaining
Completed 689.6 MiB/870.4 MiB (162.3 MiB/s) with 114 file(s) remaining
Completed 689.8 MiB/870.4 MiB (162.4 MiB/s) with 114 file(s) remaining
Completed 690.1 MiB/870.4 MiB (162.4 MiB/s) with 114 file(s) remaining
Completed 690.3 MiB/870.4 MiB (162.4 MiB/s) with 114 file(s) remaining
Completed 690.6 MiB/870.4 MiB (162.4 MiB/s) with 114 file(s) remaining
Completed 690.8 MiB/870.4 MiB (162.5 MiB/s) with 114 file(s) remaining
Completed 691.1 MiB/870.4 MiB (162.5 MiB/s) with 114 file(s) remaining
Completed 691.3 MiB/870.4 MiB (162.5 MiB/s) with 114 file(s) remaining
Completed 691.6 MiB/870.4 MiB (162.5 MiB/s) with 114 file(s) remaining
Completed 691.8 MiB/870.4 MiB (162.6 MiB/s) with 114 file(s) remaining
Completed 692.1 MiB/870.4 MiB (162.6 MiB/s) with 114 file(s) remaining
Completed 692.3 MiB/870.4 MiB (162.6 MiB/s) with 114 file(s) remaining
Completed 692.6 MiB/870.4 MiB (162.7 MiB/s) with 114 file(s) remaining
Completed 692.8 MiB/870.4 MiB (162.7 MiB/s) with 114 file(s) remaining
Completed 693.1 MiB/870.4 MiB (162.7 MiB/s) with 114 file(s) remaining
Completed 693.3 MiB/870.4 MiB (162.7 MiB/s) with 114 file(s) remaining
Completed 693.6 MiB/870.4 MiB (162.8 MiB/s) with 114 file(s) remaining
Completed 693.8 MiB/870.4 MiB (162.8 MiB/s) with 114 file(s) remaining
Completed 694.1 MiB/870.4 MiB (162.8 MiB/s) with 114 file(s) remaining
Completed 694.3 MiB/870.4 MiB (162.8 MiB/s) with 114 file(s) remaining
Completed 694.6 MiB/870.4 MiB (162.9 MiB/s) with 114 file(s) remaining
Completed 694.8 MiB/870.4 MiB (162.9 MiB/s) with 114 file(s) remaining
Completed 695.1 MiB/870.4 MiB (162.9 MiB/s) with 114 file(s) remaining
Completed 695.3 MiB/870.4 MiB (163.0 MiB/s) with 114 file(s) remaining
Completed 695.6 MiB/870.4 MiB (163.0 MiB/s) with 114 file(s) remaining
Completed 695.8 MiB/870.4 MiB (163.0 MiB/s) with 114 file(s) remaining
Completed 696.1 MiB/870.4 MiB (163.0 MiB/s) with 114 file(s) remaining
Completed 696.3 MiB/870.4 MiB (163.1 MiB/s) with 114 file(s) remaining
Completed 696.6 MiB/870.4 MiB (163.1 MiB/s) with 114 file(s) remaining
Completed 696.8 MiB/870.4 MiB (163.1 MiB/s) with 114 file(s) remaining
Completed 696.9 MiB/870.4 MiB (163.1 MiB/s) with 114 file(s) remaining
Completed 697.2 MiB/870.4 MiB (163.1 MiB/s) with 114 file(s) remaining
Completed 697.4 MiB/870.4 MiB (162.9 MiB/s) with 114 file(s) remaining
Completed 697.7 MiB/870.4 MiB (162.9 MiB/s) with 114 file(s) remaining
Completed 697.9 MiB/870.4 MiB (162.9 MiB/s) with 114 file(s) remaining
Completed 698.2 MiB/870.4 MiB (163.0 MiB/s) with 114 file(s) remaining
Completed 698.4 MiB/870.4 MiB (163.0 MiB/s) with 114 file(s) remaining
Completed 698.7 MiB/870.4 MiB (163.0 MiB/s) with 114 file(s) remaining
Completed 698.9 MiB/870.4 MiB (162.9 MiB/s) with 114 file(s) remaining
Completed 699.2 MiB/870.4 MiB (162.8 MiB/s) with 114 file(s) remaining
Completed 699.2 MiB/870.4 MiB (162.8 MiB/s) with 114 file(s) remaining
download: s3://openproblems-data/resources_test/common/openproblems_neurips2021/bmmc_cite/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/openproblems_neurips2021/bmmc_cite/state.yaml
Completed 699.2 MiB/870.4 MiB (162.8 MiB/s) with 113 file(s) remaining
Completed 699.4 MiB/870.4 MiB (162.8 MiB/s) with 113 file(s) remaining
Completed 699.7 MiB/870.4 MiB (162.8 MiB/s) with 113 file(s) remaining
Completed 699.9 MiB/870.4 MiB (162.5 MiB/s) with 113 file(s) remaining
Completed 700.0 MiB/870.4 MiB (162.5 MiB/s) with 113 file(s) remaining
Completed 700.2 MiB/870.4 MiB (162.5 MiB/s) with 113 file(s) remaining
download: s3://openproblems-data/resources_test/common/openproblems_neurips2021/bmmc_cite/dataset_metadata_mod1.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/openproblems_neurips2021/bmmc_cite/dataset_metadata_mod1.yaml
Completed 700.2 MiB/870.4 MiB (162.5 MiB/s) with 112 file(s) remaining
Completed 700.2 MiB/870.4 MiB (162.5 MiB/s) with 112 file(s) remaining
Completed 700.5 MiB/870.4 MiB (162.5 MiB/s) with 112 file(s) remaining
download: s3://openproblems-data/resources_test/common/openproblems_neurips2021/bmmc_cite/dataset_mod1.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/openproblems_neurips2021/bmmc_cite/dataset_mod1.h5ad
Completed 700.5 MiB/870.4 MiB (162.5 MiB/s) with 111 file(s) remaining
Completed 700.7 MiB/870.4 MiB (162.2 MiB/s) with 111 file(s) remaining
Completed 701.0 MiB/870.4 MiB (162.2 MiB/s) with 111 file(s) remaining
Completed 701.2 MiB/870.4 MiB (162.2 MiB/s) with 111 file(s) remaining
Completed 701.5 MiB/870.4 MiB (162.2 MiB/s) with 111 file(s) remaining
Completed 701.7 MiB/870.4 MiB (162.2 MiB/s) with 111 file(s) remaining
Completed 702.0 MiB/870.4 MiB (162.2 MiB/s) with 111 file(s) remaining
Completed 702.2 MiB/870.4 MiB (162.2 MiB/s) with 111 file(s) remaining
Completed 702.5 MiB/870.4 MiB (162.1 MiB/s) with 111 file(s) remaining
Completed 702.7 MiB/870.4 MiB (162.1 MiB/s) with 111 file(s) remaining
Completed 703.0 MiB/870.4 MiB (162.1 MiB/s) with 111 file(s) remaining
Completed 703.2 MiB/870.4 MiB (162.1 MiB/s) with 111 file(s) remaining
Completed 703.5 MiB/870.4 MiB (162.1 MiB/s) with 111 file(s) remaining
Completed 703.7 MiB/870.4 MiB (162.1 MiB/s) with 111 file(s) remaining
Completed 704.0 MiB/870.4 MiB (161.8 MiB/s) with 111 file(s) remaining
Completed 704.2 MiB/870.4 MiB (161.8 MiB/s) with 111 file(s) remaining
Completed 704.5 MiB/870.4 MiB (161.8 MiB/s) with 111 file(s) remaining
download: s3://openproblems-data/resources_test/common/neurips2021_bmmc_cite/temp_neurips2021_bmmc_cite.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/neurips2021_bmmc_cite/temp_neurips2021_bmmc_cite.h5ad
Completed 704.5 MiB/870.4 MiB (161.8 MiB/s) with 110 file(s) remaining
Completed 704.5 MiB/870.4 MiB (161.6 MiB/s) with 110 file(s) remaining
download: s3://openproblems-data/resources_test/common/openproblems_neurips2021/bmmc_multiome/dataset_metadata_mod2.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/openproblems_neurips2021/bmmc_multiome/dataset_metadata_mod2.yaml
Completed 704.5 MiB/870.4 MiB (161.6 MiB/s) with 109 file(s) remaining
Completed 704.7 MiB/870.4 MiB (161.6 MiB/s) with 109 file(s) remaining
Completed 705.0 MiB/870.4 MiB (161.6 MiB/s) with 109 file(s) remaining
Completed 705.2 MiB/870.4 MiB (161.6 MiB/s) with 109 file(s) remaining
Completed 705.5 MiB/870.4 MiB (161.7 MiB/s) with 109 file(s) remaining
Completed 705.7 MiB/870.4 MiB (161.7 MiB/s) with 109 file(s) remaining
Completed 706.0 MiB/870.4 MiB (161.7 MiB/s) with 109 file(s) remaining
Completed 706.2 MiB/870.4 MiB (161.7 MiB/s) with 109 file(s) remaining
Completed 706.5 MiB/870.4 MiB (161.8 MiB/s) with 109 file(s) remaining
Completed 706.7 MiB/870.4 MiB (161.8 MiB/s) with 109 file(s) remaining
Completed 707.0 MiB/870.4 MiB (161.8 MiB/s) with 109 file(s) remaining
Completed 707.2 MiB/870.4 MiB (161.8 MiB/s) with 109 file(s) remaining
Completed 707.5 MiB/870.4 MiB (161.9 MiB/s) with 109 file(s) remaining
Completed 707.7 MiB/870.4 MiB (161.9 MiB/s) with 109 file(s) remaining
Completed 708.0 MiB/870.4 MiB (161.9 MiB/s) with 109 file(s) remaining
Completed 708.2 MiB/870.4 MiB (162.0 MiB/s) with 109 file(s) remaining
Completed 708.5 MiB/870.4 MiB (162.0 MiB/s) with 109 file(s) remaining
Completed 708.7 MiB/870.4 MiB (162.0 MiB/s) with 109 file(s) remaining
Completed 709.0 MiB/870.4 MiB (162.1 MiB/s) with 109 file(s) remaining
Completed 709.2 MiB/870.4 MiB (162.1 MiB/s) with 109 file(s) remaining
Completed 709.4 MiB/870.4 MiB (162.1 MiB/s) with 109 file(s) remaining
download: s3://openproblems-data/resources_test/common/openproblems_neurips2021/bmmc_multiome/dataset_mod1.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/openproblems_neurips2021/bmmc_multiome/dataset_mod1.h5ad
Completed 709.4 MiB/870.4 MiB (162.1 MiB/s) with 108 file(s) remaining
Completed 709.7 MiB/870.4 MiB (162.1 MiB/s) with 108 file(s) remaining
Completed 709.9 MiB/870.4 MiB (162.2 MiB/s) with 108 file(s) remaining
Completed 710.1 MiB/870.4 MiB (162.2 MiB/s) with 108 file(s) remaining
download: s3://openproblems-data/resources_test/common/openproblems_neurips2021/bmmc_cite/dataset_mod2.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/openproblems_neurips2021/bmmc_cite/dataset_mod2.h5ad
Completed 710.1 MiB/870.4 MiB (162.2 MiB/s) with 107 file(s) remaining
Completed 710.3 MiB/870.4 MiB (162.2 MiB/s) with 107 file(s) remaining
Completed 710.6 MiB/870.4 MiB (161.8 MiB/s) with 107 file(s) remaining
Completed 710.8 MiB/870.4 MiB (161.8 MiB/s) with 107 file(s) remaining
Completed 711.1 MiB/870.4 MiB (161.8 MiB/s) with 107 file(s) remaining
Completed 711.3 MiB/870.4 MiB (161.8 MiB/s) with 107 file(s) remaining
download: s3://openproblems-data/resources_test/common/mouse_brain_coronal_section1/dataset.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/mouse_brain_coronal_section1/dataset.h5ad
Completed 711.3 MiB/870.4 MiB (161.8 MiB/s) with 106 file(s) remaining
Completed 711.5 MiB/870.4 MiB (161.2 MiB/s) with 106 file(s) remaining
Completed 711.8 MiB/870.4 MiB (161.2 MiB/s) with 106 file(s) remaining
Completed 712.0 MiB/870.4 MiB (161.2 MiB/s) with 106 file(s) remaining
Completed 712.3 MiB/870.4 MiB (161.2 MiB/s) with 106 file(s) remaining
Completed 712.5 MiB/870.4 MiB (161.2 MiB/s) with 106 file(s) remaining
Completed 712.8 MiB/870.4 MiB (161.2 MiB/s) with 106 file(s) remaining
Completed 713.0 MiB/870.4 MiB (161.3 MiB/s) with 106 file(s) remaining
Completed 713.3 MiB/870.4 MiB (161.3 MiB/s) with 106 file(s) remaining
Completed 713.5 MiB/870.4 MiB (161.3 MiB/s) with 106 file(s) remaining
Completed 713.8 MiB/870.4 MiB (161.4 MiB/s) with 106 file(s) remaining
Completed 714.0 MiB/870.4 MiB (161.4 MiB/s) with 106 file(s) remaining
Completed 714.3 MiB/870.4 MiB (161.4 MiB/s) with 106 file(s) remaining
Completed 714.5 MiB/870.4 MiB (161.5 MiB/s) with 106 file(s) remaining
Completed 714.8 MiB/870.4 MiB (161.5 MiB/s) with 106 file(s) remaining
Completed 715.0 MiB/870.4 MiB (161.5 MiB/s) with 106 file(s) remaining
Completed 715.3 MiB/870.4 MiB (161.6 MiB/s) with 106 file(s) remaining
Completed 715.5 MiB/870.4 MiB (161.6 MiB/s) with 106 file(s) remaining
Completed 715.8 MiB/870.4 MiB (161.6 MiB/s) with 106 file(s) remaining
Completed 716.0 MiB/870.4 MiB (161.6 MiB/s) with 106 file(s) remaining
Completed 716.2 MiB/870.4 MiB (161.6 MiB/s) with 106 file(s) remaining
Completed 716.5 MiB/870.4 MiB (161.6 MiB/s) with 106 file(s) remaining
Completed 716.7 MiB/870.4 MiB (161.6 MiB/s) with 106 file(s) remaining
Completed 717.0 MiB/870.4 MiB (161.7 MiB/s) with 106 file(s) remaining
Completed 717.2 MiB/870.4 MiB (161.7 MiB/s) with 106 file(s) remaining
Completed 717.5 MiB/870.4 MiB (161.7 MiB/s) with 106 file(s) remaining
Completed 717.7 MiB/870.4 MiB (161.8 MiB/s) with 106 file(s) remaining
Completed 718.0 MiB/870.4 MiB (161.8 MiB/s) with 106 file(s) remaining
Completed 718.2 MiB/870.4 MiB (161.8 MiB/s) with 106 file(s) remaining
Completed 718.5 MiB/870.4 MiB (161.9 MiB/s) with 106 file(s) remaining
Completed 718.7 MiB/870.4 MiB (161.9 MiB/s) with 106 file(s) remaining
Completed 719.0 MiB/870.4 MiB (161.8 MiB/s) with 106 file(s) remaining
Completed 719.2 MiB/870.4 MiB (161.8 MiB/s) with 106 file(s) remaining
Completed 719.5 MiB/870.4 MiB (161.8 MiB/s) with 106 file(s) remaining
Completed 719.7 MiB/870.4 MiB (161.9 MiB/s) with 106 file(s) remaining
Completed 720.0 MiB/870.4 MiB (161.9 MiB/s) with 106 file(s) remaining
Completed 720.2 MiB/870.4 MiB (161.9 MiB/s) with 106 file(s) remaining
Completed 720.5 MiB/870.4 MiB (161.9 MiB/s) with 106 file(s) remaining
Completed 720.7 MiB/870.4 MiB (161.9 MiB/s) with 106 file(s) remaining
Completed 721.0 MiB/870.4 MiB (162.0 MiB/s) with 106 file(s) remaining
Completed 721.2 MiB/870.4 MiB (162.0 MiB/s) with 106 file(s) remaining
Completed 721.2 MiB/870.4 MiB (162.0 MiB/s) with 106 file(s) remaining
download: s3://openproblems-data/resources_test/common/openproblems_neurips2021/bmmc_multiome/dataset_metadata_mod1.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/openproblems_neurips2021/bmmc_multiome/dataset_metadata_mod1.yaml
Completed 721.2 MiB/870.4 MiB (162.0 MiB/s) with 105 file(s) remaining
Completed 721.5 MiB/870.4 MiB (162.0 MiB/s) with 105 file(s) remaining
Completed 721.5 MiB/870.4 MiB (161.4 MiB/s) with 105 file(s) remaining
Completed 721.5 MiB/870.4 MiB (161.4 MiB/s) with 105 file(s) remaining
download: s3://openproblems-data/resources_test/common/openproblems_neurips2022/pbmc_cite/dataset_metadata_mod2.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/openproblems_neurips2022/pbmc_cite/dataset_metadata_mod2.yaml
Completed 721.5 MiB/870.4 MiB (161.4 MiB/s) with 104 file(s) remaining
download: s3://openproblems-data/resources_test/common/openproblems_neurips2022/pbmc_cite/dataset_metadata_mod1.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/openproblems_neurips2022/pbmc_cite/dataset_metadata_mod1.yaml
Completed 721.5 MiB/870.4 MiB (161.4 MiB/s) with 103 file(s) remaining
Completed 721.5 MiB/870.4 MiB (161.1 MiB/s) with 103 file(s) remaining
download: s3://openproblems-data/resources_test/common/openproblems_neurips2022/pbmc_multiome/dataset_metadata_mod2.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/openproblems_neurips2022/pbmc_multiome/dataset_metadata_mod2.yaml
Completed 721.5 MiB/870.4 MiB (161.1 MiB/s) with 102 file(s) remaining
Completed 721.5 MiB/870.4 MiB (160.4 MiB/s) with 102 file(s) remaining
download: s3://openproblems-data/resources_test/common/openproblems_neurips2021/bmmc_multiome/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/openproblems_neurips2021/bmmc_multiome/state.yaml
Completed 721.5 MiB/870.4 MiB (160.4 MiB/s) with 101 file(s) remaining
Completed 721.8 MiB/870.4 MiB (160.4 MiB/s) with 101 file(s) remaining
Completed 722.0 MiB/870.4 MiB (160.4 MiB/s) with 101 file(s) remaining
Completed 722.3 MiB/870.4 MiB (160.5 MiB/s) with 101 file(s) remaining
Completed 722.5 MiB/870.4 MiB (160.5 MiB/s) with 101 file(s) remaining
Completed 722.8 MiB/870.4 MiB (160.4 MiB/s) with 101 file(s) remaining
Completed 723.0 MiB/870.4 MiB (160.4 MiB/s) with 101 file(s) remaining
Completed 723.3 MiB/870.4 MiB (160.5 MiB/s) with 101 file(s) remaining
Completed 723.5 MiB/870.4 MiB (160.5 MiB/s) with 101 file(s) remaining
Completed 723.8 MiB/870.4 MiB (160.5 MiB/s) with 101 file(s) remaining
Completed 724.0 MiB/870.4 MiB (160.5 MiB/s) with 101 file(s) remaining
Completed 724.3 MiB/870.4 MiB (160.4 MiB/s) with 101 file(s) remaining
Completed 724.5 MiB/870.4 MiB (160.4 MiB/s) with 101 file(s) remaining
Completed 724.8 MiB/870.4 MiB (160.4 MiB/s) with 101 file(s) remaining
Completed 725.0 MiB/870.4 MiB (160.4 MiB/s) with 101 file(s) remaining
Completed 725.3 MiB/870.4 MiB (160.4 MiB/s) with 101 file(s) remaining
Completed 725.5 MiB/870.4 MiB (160.5 MiB/s) with 101 file(s) remaining
Completed 725.5 MiB/870.4 MiB (160.4 MiB/s) with 101 file(s) remaining
Completed 725.8 MiB/870.4 MiB (160.5 MiB/s) with 101 file(s) remaining
download: s3://openproblems-data/resources_test/common/openproblems_neurips2022/pbmc_cite/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/openproblems_neurips2022/pbmc_cite/state.yaml
Completed 725.8 MiB/870.4 MiB (160.5 MiB/s) with 100 file(s) remaining
Completed 726.0 MiB/870.4 MiB (160.4 MiB/s) with 100 file(s) remaining
Completed 726.3 MiB/870.4 MiB (160.4 MiB/s) with 100 file(s) remaining
Completed 726.5 MiB/870.4 MiB (160.5 MiB/s) with 100 file(s) remaining
Completed 726.8 MiB/870.4 MiB (160.5 MiB/s) with 100 file(s) remaining
Completed 727.0 MiB/870.4 MiB (160.5 MiB/s) with 100 file(s) remaining
Completed 727.3 MiB/870.4 MiB (160.5 MiB/s) with 100 file(s) remaining
Completed 727.5 MiB/870.4 MiB (160.6 MiB/s) with 100 file(s) remaining
Completed 727.8 MiB/870.4 MiB (160.6 MiB/s) with 100 file(s) remaining
Completed 728.0 MiB/870.4 MiB (160.6 MiB/s) with 100 file(s) remaining
Completed 728.3 MiB/870.4 MiB (160.7 MiB/s) with 100 file(s) remaining
Completed 728.5 MiB/870.4 MiB (160.7 MiB/s) with 100 file(s) remaining
Completed 728.8 MiB/870.4 MiB (160.7 MiB/s) with 100 file(s) remaining
Completed 729.0 MiB/870.4 MiB (160.8 MiB/s) with 100 file(s) remaining
Completed 729.3 MiB/870.4 MiB (160.8 MiB/s) with 100 file(s) remaining
Completed 729.5 MiB/870.4 MiB (160.8 MiB/s) with 100 file(s) remaining
Completed 729.8 MiB/870.4 MiB (160.9 MiB/s) with 100 file(s) remaining
Completed 730.0 MiB/870.4 MiB (160.2 MiB/s) with 100 file(s) remaining
Completed 730.3 MiB/870.4 MiB (160.2 MiB/s) with 100 file(s) remaining
Completed 730.5 MiB/870.4 MiB (160.2 MiB/s) with 100 file(s) remaining
Completed 730.6 MiB/870.4 MiB (160.2 MiB/s) with 100 file(s) remaining
download: s3://openproblems-data/resources_test/common/openproblems_neurips2022/pbmc_cite/dataset_mod1.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/openproblems_neurips2022/pbmc_cite/dataset_mod1.h5ad
Completed 730.6 MiB/870.4 MiB (160.2 MiB/s) with 99 file(s) remaining
Completed 730.6 MiB/870.4 MiB (160.0 MiB/s) with 99 file(s) remaining
download: s3://openproblems-data/resources_test/common/openproblems_neurips2022/pbmc_multiome/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/openproblems_neurips2022/pbmc_multiome/state.yaml
Completed 730.6 MiB/870.4 MiB (160.0 MiB/s) with 98 file(s) remaining
Completed 730.6 MiB/870.4 MiB (159.9 MiB/s) with 98 file(s) remaining
download: s3://openproblems-data/resources_test/common/openproblems_neurips2022/pbmc_multiome/dataset_metadata_mod1.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/openproblems_neurips2022/pbmc_multiome/dataset_metadata_mod1.yaml
Completed 730.6 MiB/870.4 MiB (159.9 MiB/s) with 97 file(s) remaining
Completed 730.9 MiB/870.4 MiB (159.5 MiB/s) with 97 file(s) remaining
Completed 731.1 MiB/870.4 MiB (159.5 MiB/s) with 97 file(s) remaining
Completed 731.4 MiB/870.4 MiB (159.5 MiB/s) with 97 file(s) remaining
Completed 731.6 MiB/870.4 MiB (159.5 MiB/s) with 97 file(s) remaining
Completed 731.9 MiB/870.4 MiB (159.6 MiB/s) with 97 file(s) remaining
Completed 732.1 MiB/870.4 MiB (159.6 MiB/s) with 97 file(s) remaining
Completed 732.4 MiB/870.4 MiB (159.6 MiB/s) with 97 file(s) remaining
Completed 732.6 MiB/870.4 MiB (159.6 MiB/s) with 97 file(s) remaining
Completed 732.9 MiB/870.4 MiB (159.7 MiB/s) with 97 file(s) remaining
Completed 733.1 MiB/870.4 MiB (159.7 MiB/s) with 97 file(s) remaining
Completed 733.4 MiB/870.4 MiB (159.7 MiB/s) with 97 file(s) remaining
Completed 733.6 MiB/870.4 MiB (159.7 MiB/s) with 97 file(s) remaining
Completed 733.9 MiB/870.4 MiB (159.7 MiB/s) with 97 file(s) remaining
Completed 734.1 MiB/870.4 MiB (159.7 MiB/s) with 97 file(s) remaining
Completed 734.4 MiB/870.4 MiB (159.7 MiB/s) with 97 file(s) remaining
Completed 734.6 MiB/870.4 MiB (159.8 MiB/s) with 97 file(s) remaining
Completed 734.9 MiB/870.4 MiB (159.8 MiB/s) with 97 file(s) remaining
Completed 735.1 MiB/870.4 MiB (159.9 MiB/s) with 97 file(s) remaining
Completed 735.4 MiB/870.4 MiB (159.9 MiB/s) with 97 file(s) remaining
Completed 735.6 MiB/870.4 MiB (159.9 MiB/s) with 97 file(s) remaining
Completed 735.9 MiB/870.4 MiB (159.9 MiB/s) with 97 file(s) remaining
Completed 736.1 MiB/870.4 MiB (160.0 MiB/s) with 97 file(s) remaining
Completed 736.4 MiB/870.4 MiB (160.0 MiB/s) with 97 file(s) remaining
Completed 736.6 MiB/870.4 MiB (160.0 MiB/s) with 97 file(s) remaining
Completed 736.9 MiB/870.4 MiB (160.0 MiB/s) with 97 file(s) remaining
Completed 737.1 MiB/870.4 MiB (160.0 MiB/s) with 97 file(s) remaining
Completed 737.4 MiB/870.4 MiB (160.1 MiB/s) with 97 file(s) remaining
Completed 737.6 MiB/870.4 MiB (160.0 MiB/s) with 97 file(s) remaining
Completed 737.9 MiB/870.4 MiB (160.1 MiB/s) with 97 file(s) remaining
Completed 738.1 MiB/870.4 MiB (160.1 MiB/s) with 97 file(s) remaining
Completed 738.3 MiB/870.4 MiB (160.1 MiB/s) with 97 file(s) remaining
Completed 738.6 MiB/870.4 MiB (160.1 MiB/s) with 97 file(s) remaining
download: s3://openproblems-data/resources_test/common/openproblems_neurips2022/pbmc_cite/dataset_mod2.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/openproblems_neurips2022/pbmc_cite/dataset_mod2.h5ad
Completed 738.6 MiB/870.4 MiB (160.1 MiB/s) with 96 file(s) remaining
Completed 738.8 MiB/870.4 MiB (160.1 MiB/s) with 96 file(s) remaining
Completed 739.1 MiB/870.4 MiB (160.1 MiB/s) with 96 file(s) remaining
Completed 739.3 MiB/870.4 MiB (160.2 MiB/s) with 96 file(s) remaining
Completed 739.6 MiB/870.4 MiB (160.2 MiB/s) with 96 file(s) remaining
Completed 739.8 MiB/870.4 MiB (160.2 MiB/s) with 96 file(s) remaining
Completed 740.1 MiB/870.4 MiB (160.3 MiB/s) with 96 file(s) remaining
Completed 740.3 MiB/870.4 MiB (160.3 MiB/s) with 96 file(s) remaining
Completed 740.6 MiB/870.4 MiB (160.3 MiB/s) with 96 file(s) remaining
Completed 740.8 MiB/870.4 MiB (160.4 MiB/s) with 96 file(s) remaining
Completed 741.1 MiB/870.4 MiB (160.4 MiB/s) with 96 file(s) remaining
Completed 741.3 MiB/870.4 MiB (160.4 MiB/s) with 96 file(s) remaining
Completed 741.6 MiB/870.4 MiB (160.4 MiB/s) with 96 file(s) remaining
Completed 741.8 MiB/870.4 MiB (160.5 MiB/s) with 96 file(s) remaining
Completed 742.1 MiB/870.4 MiB (160.5 MiB/s) with 96 file(s) remaining
Completed 742.3 MiB/870.4 MiB (160.5 MiB/s) with 96 file(s) remaining
Completed 742.6 MiB/870.4 MiB (160.6 MiB/s) with 96 file(s) remaining
Completed 742.8 MiB/870.4 MiB (160.6 MiB/s) with 96 file(s) remaining
Completed 743.1 MiB/870.4 MiB (160.6 MiB/s) with 96 file(s) remaining
Completed 743.3 MiB/870.4 MiB (160.7 MiB/s) with 96 file(s) remaining
Completed 743.6 MiB/870.4 MiB (160.7 MiB/s) with 96 file(s) remaining
Completed 743.8 MiB/870.4 MiB (160.7 MiB/s) with 96 file(s) remaining
Completed 744.1 MiB/870.4 MiB (160.8 MiB/s) with 96 file(s) remaining
Completed 744.3 MiB/870.4 MiB (160.8 MiB/s) with 96 file(s) remaining
Completed 744.4 MiB/870.4 MiB (160.8 MiB/s) with 96 file(s) remaining
download: s3://openproblems-data/resources_test/common/openproblems_neurips2022/pbmc_multiome/dataset_mod2.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/openproblems_neurips2022/pbmc_multiome/dataset_mod2.h5ad
Completed 744.4 MiB/870.4 MiB (160.8 MiB/s) with 95 file(s) remaining
Completed 744.6 MiB/870.4 MiB (159.9 MiB/s) with 95 file(s) remaining
Completed 744.9 MiB/870.4 MiB (159.9 MiB/s) with 95 file(s) remaining
Completed 745.1 MiB/870.4 MiB (159.9 MiB/s) with 95 file(s) remaining
Completed 745.4 MiB/870.4 MiB (159.9 MiB/s) with 95 file(s) remaining
Completed 745.6 MiB/870.4 MiB (159.9 MiB/s) with 95 file(s) remaining
Completed 745.9 MiB/870.4 MiB (160.0 MiB/s) with 95 file(s) remaining
Completed 746.1 MiB/870.4 MiB (160.0 MiB/s) with 95 file(s) remaining
Completed 746.4 MiB/870.4 MiB (160.0 MiB/s) with 95 file(s) remaining
Completed 746.6 MiB/870.4 MiB (160.1 MiB/s) with 95 file(s) remaining
Completed 746.9 MiB/870.4 MiB (160.1 MiB/s) with 95 file(s) remaining
Completed 747.1 MiB/870.4 MiB (160.1 MiB/s) with 95 file(s) remaining
Completed 747.4 MiB/870.4 MiB (160.1 MiB/s) with 95 file(s) remaining
Completed 747.6 MiB/870.4 MiB (160.1 MiB/s) with 95 file(s) remaining
Completed 747.9 MiB/870.4 MiB (160.2 MiB/s) with 95 file(s) remaining
Completed 748.1 MiB/870.4 MiB (160.2 MiB/s) with 95 file(s) remaining
Completed 748.4 MiB/870.4 MiB (160.2 MiB/s) with 95 file(s) remaining
Completed 748.6 MiB/870.4 MiB (160.2 MiB/s) with 95 file(s) remaining
Completed 748.9 MiB/870.4 MiB (160.2 MiB/s) with 95 file(s) remaining
Completed 749.1 MiB/870.4 MiB (160.2 MiB/s) with 95 file(s) remaining
Completed 749.4 MiB/870.4 MiB (160.2 MiB/s) with 95 file(s) remaining
Completed 749.6 MiB/870.4 MiB (160.2 MiB/s) with 95 file(s) remaining
Completed 749.6 MiB/870.4 MiB (160.2 MiB/s) with 95 file(s) remaining
Completed 749.9 MiB/870.4 MiB (160.2 MiB/s) with 95 file(s) remaining
download: s3://openproblems-data/resources_test/common/pancreas/dataset_meta.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/pancreas/dataset_meta.yaml
Completed 749.9 MiB/870.4 MiB (160.2 MiB/s) with 94 file(s) remaining
Completed 750.1 MiB/870.4 MiB (160.2 MiB/s) with 94 file(s) remaining
Completed 750.4 MiB/870.4 MiB (160.3 MiB/s) with 94 file(s) remaining
Completed 750.6 MiB/870.4 MiB (160.3 MiB/s) with 94 file(s) remaining
Completed 750.9 MiB/870.4 MiB (160.3 MiB/s) with 94 file(s) remaining
Completed 751.0 MiB/870.4 MiB (160.3 MiB/s) with 94 file(s) remaining
download: s3://openproblems-data/resources_test/common/openproblems_neurips2022/pbmc_multiome/dataset_mod1.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/openproblems_neurips2022/pbmc_multiome/dataset_mod1.h5ad
Completed 751.0 MiB/870.4 MiB (160.3 MiB/s) with 93 file(s) remaining
Completed 751.2 MiB/870.4 MiB (160.3 MiB/s) with 93 file(s) remaining
Completed 751.5 MiB/870.4 MiB (160.3 MiB/s) with 93 file(s) remaining
Completed 751.7 MiB/870.4 MiB (160.4 MiB/s) with 93 file(s) remaining
Completed 752.0 MiB/870.4 MiB (160.4 MiB/s) with 93 file(s) remaining
Completed 752.2 MiB/870.4 MiB (160.4 MiB/s) with 93 file(s) remaining
Completed 752.5 MiB/870.4 MiB (160.5 MiB/s) with 93 file(s) remaining
Completed 752.7 MiB/870.4 MiB (160.5 MiB/s) with 93 file(s) remaining
Completed 753.0 MiB/870.4 MiB (160.5 MiB/s) with 93 file(s) remaining
download: s3://openproblems-data/resources_test/common/openproblems_neurips2021/bmmc_multiome/dataset_mod2.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/openproblems_neurips2021/bmmc_multiome/dataset_mod2.h5ad
Completed 753.0 MiB/870.4 MiB (160.5 MiB/s) with 92 file(s) remaining
Completed 753.2 MiB/870.4 MiB (160.5 MiB/s) with 92 file(s) remaining
Completed 753.5 MiB/870.4 MiB (160.6 MiB/s) with 92 file(s) remaining
Completed 753.7 MiB/870.4 MiB (160.6 MiB/s) with 92 file(s) remaining
Completed 753.9 MiB/870.4 MiB (160.6 MiB/s) with 92 file(s) remaining
download: s3://openproblems-data/resources_test/common/pancreas/normalized.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/pancreas/normalized.h5ad
Completed 753.9 MiB/870.4 MiB (160.6 MiB/s) with 91 file(s) remaining
Completed 754.2 MiB/870.4 MiB (160.0 MiB/s) with 91 file(s) remaining
Completed 754.4 MiB/870.4 MiB (160.0 MiB/s) with 91 file(s) remaining
Completed 754.7 MiB/870.4 MiB (160.0 MiB/s) with 91 file(s) remaining
Completed 754.9 MiB/870.4 MiB (160.0 MiB/s) with 91 file(s) remaining
Completed 755.2 MiB/870.4 MiB (160.1 MiB/s) with 91 file(s) remaining
Completed 755.4 MiB/870.4 MiB (160.1 MiB/s) with 91 file(s) remaining
Completed 755.7 MiB/870.4 MiB (160.1 MiB/s) with 91 file(s) remaining
Completed 755.9 MiB/870.4 MiB (160.2 MiB/s) with 91 file(s) remaining
Completed 756.2 MiB/870.4 MiB (160.2 MiB/s) with 91 file(s) remaining
Completed 756.4 MiB/870.4 MiB (160.2 MiB/s) with 91 file(s) remaining
Completed 756.7 MiB/870.4 MiB (160.2 MiB/s) with 91 file(s) remaining
Completed 756.7 MiB/870.4 MiB (159.9 MiB/s) with 91 file(s) remaining
download: s3://openproblems-data/resources_test/common/pancreas/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/pancreas/state.yaml
Completed 756.7 MiB/870.4 MiB (159.9 MiB/s) with 90 file(s) remaining
Completed 756.9 MiB/870.4 MiB (159.7 MiB/s) with 90 file(s) remaining
Completed 757.2 MiB/870.4 MiB (159.6 MiB/s) with 90 file(s) remaining
Completed 757.4 MiB/870.4 MiB (159.6 MiB/s) with 90 file(s) remaining
Completed 757.7 MiB/870.4 MiB (159.7 MiB/s) with 90 file(s) remaining
Completed 757.9 MiB/870.4 MiB (159.7 MiB/s) with 90 file(s) remaining
Completed 758.2 MiB/870.4 MiB (159.7 MiB/s) with 90 file(s) remaining
Completed 758.4 MiB/870.4 MiB (159.7 MiB/s) with 90 file(s) remaining
Completed 758.7 MiB/870.4 MiB (159.8 MiB/s) with 90 file(s) remaining
Completed 758.9 MiB/870.4 MiB (159.8 MiB/s) with 90 file(s) remaining
Completed 759.2 MiB/870.4 MiB (159.8 MiB/s) with 90 file(s) remaining
Completed 759.4 MiB/870.4 MiB (159.9 MiB/s) with 90 file(s) remaining
Completed 759.7 MiB/870.4 MiB (159.9 MiB/s) with 90 file(s) remaining
Completed 759.9 MiB/870.4 MiB (159.9 MiB/s) with 90 file(s) remaining
Completed 760.2 MiB/870.4 MiB (159.9 MiB/s) with 90 file(s) remaining
Completed 760.4 MiB/870.4 MiB (160.0 MiB/s) with 90 file(s) remaining
Completed 760.7 MiB/870.4 MiB (160.0 MiB/s) with 90 file(s) remaining
Completed 760.9 MiB/870.4 MiB (160.0 MiB/s) with 90 file(s) remaining
Completed 761.2 MiB/870.4 MiB (160.0 MiB/s) with 90 file(s) remaining
Completed 761.3 MiB/870.4 MiB (160.0 MiB/s) with 90 file(s) remaining
download: s3://openproblems-data/resources_test/common/pancreas/hvg.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/pancreas/hvg.h5ad
Completed 761.3 MiB/870.4 MiB (160.0 MiB/s) with 89 file(s) remaining
Completed 761.5 MiB/870.4 MiB (159.4 MiB/s) with 89 file(s) remaining
Completed 761.8 MiB/870.4 MiB (159.4 MiB/s) with 89 file(s) remaining
Completed 762.0 MiB/870.4 MiB (159.4 MiB/s) with 89 file(s) remaining
Completed 762.3 MiB/870.4 MiB (159.4 MiB/s) with 89 file(s) remaining
Completed 762.5 MiB/870.4 MiB (159.4 MiB/s) with 89 file(s) remaining
Completed 762.8 MiB/870.4 MiB (159.4 MiB/s) with 89 file(s) remaining
Completed 763.0 MiB/870.4 MiB (159.5 MiB/s) with 89 file(s) remaining
Completed 763.0 MiB/870.4 MiB (159.4 MiB/s) with 89 file(s) remaining
download: s3://openproblems-data/resources_test/common/scicar_cell_lines/dataset_metadata_mod2.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/scicar_cell_lines/dataset_metadata_mod2.yaml
Completed 763.0 MiB/870.4 MiB (159.4 MiB/s) with 88 file(s) remaining
Completed 763.3 MiB/870.4 MiB (159.4 MiB/s) with 88 file(s) remaining
Completed 763.5 MiB/870.4 MiB (159.4 MiB/s) with 88 file(s) remaining
Completed 763.8 MiB/870.4 MiB (159.4 MiB/s) with 88 file(s) remaining
Completed 764.0 MiB/870.4 MiB (159.5 MiB/s) with 88 file(s) remaining
Completed 764.0 MiB/870.4 MiB (159.4 MiB/s) with 88 file(s) remaining
download: s3://openproblems-data/resources_test/common/scicar_cell_lines/dataset_metadata_mod1.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/scicar_cell_lines/dataset_metadata_mod1.yaml
Completed 764.0 MiB/870.4 MiB (159.4 MiB/s) with 87 file(s) remaining
Completed 764.3 MiB/870.4 MiB (159.3 MiB/s) with 87 file(s) remaining
Completed 764.5 MiB/870.4 MiB (159.3 MiB/s) with 87 file(s) remaining
Completed 764.8 MiB/870.4 MiB (159.3 MiB/s) with 87 file(s) remaining
Completed 765.0 MiB/870.4 MiB (159.3 MiB/s) with 87 file(s) remaining
Completed 765.3 MiB/870.4 MiB (159.3 MiB/s) with 87 file(s) remaining
Completed 765.5 MiB/870.4 MiB (159.2 MiB/s) with 87 file(s) remaining
Completed 765.8 MiB/870.4 MiB (159.3 MiB/s) with 87 file(s) remaining
Completed 765.8 MiB/870.4 MiB (159.3 MiB/s) with 87 file(s) remaining
Completed 766.1 MiB/870.4 MiB (159.3 MiB/s) with 87 file(s) remaining
Completed 766.1 MiB/870.4 MiB (159.3 MiB/s) with 87 file(s) remaining
download: s3://openproblems-data/resources_test/common/scicar_cell_lines/dataset_mod2.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/scicar_cell_lines/dataset_mod2.h5ad
Completed 766.1 MiB/870.4 MiB (159.3 MiB/s) with 86 file(s) remaining
Completed 766.4 MiB/870.4 MiB (159.3 MiB/s) with 86 file(s) remaining
download: s3://openproblems-data/resources_test/common/task_metadata/method_configs.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/task_metadata/method_configs.yaml
Completed 766.4 MiB/870.4 MiB (159.3 MiB/s) with 85 file(s) remaining
Completed 766.6 MiB/870.4 MiB (159.3 MiB/s) with 85 file(s) remaining
Completed 766.9 MiB/870.4 MiB (159.3 MiB/s) with 85 file(s) remaining
Completed 767.1 MiB/870.4 MiB (159.3 MiB/s) with 85 file(s) remaining
Completed 767.4 MiB/870.4 MiB (159.4 MiB/s) with 85 file(s) remaining
Completed 767.6 MiB/870.4 MiB (159.4 MiB/s) with 85 file(s) remaining
Completed 767.9 MiB/870.4 MiB (159.4 MiB/s) with 85 file(s) remaining
Completed 768.1 MiB/870.4 MiB (159.5 MiB/s) with 85 file(s) remaining
Completed 768.4 MiB/870.4 MiB (159.5 MiB/s) with 85 file(s) remaining
Completed 768.6 MiB/870.4 MiB (159.5 MiB/s) with 85 file(s) remaining
Completed 768.9 MiB/870.4 MiB (159.6 MiB/s) with 85 file(s) remaining
Completed 769.1 MiB/870.4 MiB (159.6 MiB/s) with 85 file(s) remaining
Completed 769.4 MiB/870.4 MiB (159.7 MiB/s) with 85 file(s) remaining
Completed 769.6 MiB/870.4 MiB (159.7 MiB/s) with 85 file(s) remaining
Completed 769.9 MiB/870.4 MiB (159.7 MiB/s) with 85 file(s) remaining
Completed 769.9 MiB/870.4 MiB (159.7 MiB/s) with 85 file(s) remaining
download: s3://openproblems-data/resources_test/common/pancreas/pca.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/pancreas/pca.h5ad
Completed 769.9 MiB/870.4 MiB (159.7 MiB/s) with 84 file(s) remaining
Completed 770.2 MiB/870.4 MiB (159.7 MiB/s) with 84 file(s) remaining
Completed 770.4 MiB/870.4 MiB (159.8 MiB/s) with 84 file(s) remaining
Completed 770.7 MiB/870.4 MiB (159.8 MiB/s) with 84 file(s) remaining
Completed 770.9 MiB/870.4 MiB (159.8 MiB/s) with 84 file(s) remaining
Completed 770.9 MiB/870.4 MiB (159.8 MiB/s) with 84 file(s) remaining
download: s3://openproblems-data/resources_test/common/pancreas/knn.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/pancreas/knn.h5ad
Completed 770.9 MiB/870.4 MiB (159.8 MiB/s) with 83 file(s) remaining
Completed 771.2 MiB/870.4 MiB (159.8 MiB/s) with 83 file(s) remaining
Completed 771.2 MiB/870.4 MiB (159.7 MiB/s) with 83 file(s) remaining
download: s3://openproblems-data/resources_test/common/task_metadata/input_git_sha.json to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/task_metadata/input_git_sha.json
Completed 771.2 MiB/870.4 MiB (159.7 MiB/s) with 82 file(s) remaining
Completed 771.2 MiB/870.4 MiB (158.9 MiB/s) with 82 file(s) remaining
download: s3://openproblems-data/resources_test/common/task_metadata/method_info.json to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/task_metadata/method_info.json
Completed 771.2 MiB/870.4 MiB (158.9 MiB/s) with 81 file(s) remaining
Completed 771.4 MiB/870.4 MiB (158.8 MiB/s) with 81 file(s) remaining
Completed 771.7 MiB/870.4 MiB (158.8 MiB/s) with 81 file(s) remaining
Completed 771.9 MiB/870.4 MiB (158.8 MiB/s) with 81 file(s) remaining
Completed 772.2 MiB/870.4 MiB (158.8 MiB/s) with 81 file(s) remaining
Completed 772.4 MiB/870.4 MiB (158.7 MiB/s) with 81 file(s) remaining
Completed 772.7 MiB/870.4 MiB (158.8 MiB/s) with 81 file(s) remaining
Completed 772.9 MiB/870.4 MiB (158.8 MiB/s) with 81 file(s) remaining
Completed 773.2 MiB/870.4 MiB (158.8 MiB/s) with 81 file(s) remaining
Completed 773.4 MiB/870.4 MiB (158.8 MiB/s) with 81 file(s) remaining
Completed 773.7 MiB/870.4 MiB (158.8 MiB/s) with 81 file(s) remaining
Completed 773.9 MiB/870.4 MiB (158.8 MiB/s) with 81 file(s) remaining
Completed 774.2 MiB/870.4 MiB (158.8 MiB/s) with 81 file(s) remaining
Completed 774.2 MiB/870.4 MiB (158.8 MiB/s) with 81 file(s) remaining
download: s3://openproblems-data/resources_test/common/pancreas/dataset.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/pancreas/dataset.h5ad
Completed 774.2 MiB/870.4 MiB (158.8 MiB/s) with 80 file(s) remaining
Completed 774.5 MiB/870.4 MiB (158.7 MiB/s) with 80 file(s) remaining
Completed 774.7 MiB/870.4 MiB (158.6 MiB/s) with 80 file(s) remaining
Completed 774.7 MiB/870.4 MiB (158.6 MiB/s) with 80 file(s) remaining
download: s3://openproblems-data/resources_test/common/scicar_cell_lines/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/scicar_cell_lines/state.yaml
Completed 774.7 MiB/870.4 MiB (158.6 MiB/s) with 79 file(s) remaining
Completed 775.0 MiB/870.4 MiB (158.5 MiB/s) with 79 file(s) remaining
Completed 775.0 MiB/870.4 MiB (158.5 MiB/s) with 79 file(s) remaining
download: s3://openproblems-data/resources_test/common/pancreas/raw.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/pancreas/raw.h5ad
Completed 775.0 MiB/870.4 MiB (158.5 MiB/s) with 78 file(s) remaining
Completed 775.2 MiB/870.4 MiB (158.2 MiB/s) with 78 file(s) remaining
Completed 775.5 MiB/870.4 MiB (158.2 MiB/s) with 78 file(s) remaining
Completed 775.7 MiB/870.4 MiB (158.3 MiB/s) with 78 file(s) remaining
Completed 776.0 MiB/870.4 MiB (158.3 MiB/s) with 78 file(s) remaining
Completed 776.2 MiB/870.4 MiB (158.3 MiB/s) with 78 file(s) remaining
Completed 776.5 MiB/870.4 MiB (158.4 MiB/s) with 78 file(s) remaining
Completed 776.5 MiB/870.4 MiB (158.3 MiB/s) with 78 file(s) remaining
Completed 776.8 MiB/870.4 MiB (158.3 MiB/s) with 78 file(s) remaining
download: s3://openproblems-data/resources_test/common/task_metadata/trace.txt to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/task_metadata/trace.txt
Completed 776.8 MiB/870.4 MiB (158.3 MiB/s) with 77 file(s) remaining
Completed 777.0 MiB/870.4 MiB (158.3 MiB/s) with 77 file(s) remaining
Completed 777.3 MiB/870.4 MiB (158.4 MiB/s) with 77 file(s) remaining
Completed 777.3 MiB/870.4 MiB (158.3 MiB/s) with 77 file(s) remaining
download: s3://openproblems-data/resources_test/common/task_metadata/dataset_info.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/task_metadata/dataset_info.yaml
Completed 777.3 MiB/870.4 MiB (158.3 MiB/s) with 76 file(s) remaining
Completed 777.5 MiB/870.4 MiB (158.3 MiB/s) with 76 file(s) remaining
Completed 777.8 MiB/870.4 MiB (158.3 MiB/s) with 76 file(s) remaining
Completed 777.8 MiB/870.4 MiB (157.9 MiB/s) with 76 file(s) remaining
download: s3://openproblems-data/resources_test/common/task_metadata/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/task_metadata/state.yaml
Completed 777.8 MiB/870.4 MiB (157.9 MiB/s) with 75 file(s) remaining
Completed 777.8 MiB/870.4 MiB (157.3 MiB/s) with 75 file(s) remaining
download: s3://openproblems-data/resources_test/common/task_metadata/scores.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/task_metadata/scores.yaml
Completed 777.8 MiB/870.4 MiB (157.3 MiB/s) with 74 file(s) remaining
Completed 777.8 MiB/870.4 MiB (157.2 MiB/s) with 74 file(s) remaining
download: s3://openproblems-data/resources_test/common/task_metadata/task_info.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/task_metadata/task_info.yaml
Completed 777.8 MiB/870.4 MiB (157.2 MiB/s) with 73 file(s) remaining
Completed 777.8 MiB/870.4 MiB (157.2 MiB/s) with 73 file(s) remaining
download: s3://openproblems-data/resources_test/denoising/cxg_mouse_pancreas_atlas/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/denoising/cxg_mouse_pancreas_atlas/state.yaml
Completed 777.8 MiB/870.4 MiB (157.2 MiB/s) with 72 file(s) remaining
Completed 778.0 MiB/870.4 MiB (156.3 MiB/s) with 72 file(s) remaining
download: s3://openproblems-data/resources_test/common/task_metadata/metric_configs.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/task_metadata/metric_configs.yaml
Completed 778.0 MiB/870.4 MiB (156.3 MiB/s) with 71 file(s) remaining
Completed 778.0 MiB/870.4 MiB (156.1 MiB/s) with 71 file(s) remaining
download: s3://openproblems-data/resources_test/denoising/pancreas/score.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/denoising/pancreas/score.h5ad
Completed 778.0 MiB/870.4 MiB (156.1 MiB/s) with 70 file(s) remaining
Completed 778.3 MiB/870.4 MiB (156.1 MiB/s) with 70 file(s) remaining
Completed 778.5 MiB/870.4 MiB (156.2 MiB/s) with 70 file(s) remaining
Completed 778.8 MiB/870.4 MiB (156.2 MiB/s) with 70 file(s) remaining
Completed 779.0 MiB/870.4 MiB (156.2 MiB/s) with 70 file(s) remaining
Completed 779.3 MiB/870.4 MiB (156.2 MiB/s) with 70 file(s) remaining
Completed 779.5 MiB/870.4 MiB (156.3 MiB/s) with 70 file(s) remaining
Completed 779.8 MiB/870.4 MiB (156.3 MiB/s) with 70 file(s) remaining
Completed 780.0 MiB/870.4 MiB (156.3 MiB/s) with 70 file(s) remaining
Completed 780.3 MiB/870.4 MiB (156.3 MiB/s) with 70 file(s) remaining
Completed 780.5 MiB/870.4 MiB (156.3 MiB/s) with 70 file(s) remaining
Completed 780.8 MiB/870.4 MiB (156.3 MiB/s) with 70 file(s) remaining
Completed 781.0 MiB/870.4 MiB (155.4 MiB/s) with 70 file(s) remaining
Completed 781.3 MiB/870.4 MiB (155.4 MiB/s) with 70 file(s) remaining
Completed 781.5 MiB/870.4 MiB (155.4 MiB/s) with 70 file(s) remaining
Completed 781.8 MiB/870.4 MiB (155.4 MiB/s) with 70 file(s) remaining
Completed 782.0 MiB/870.4 MiB (155.5 MiB/s) with 70 file(s) remaining
Completed 782.3 MiB/870.4 MiB (155.5 MiB/s) with 70 file(s) remaining
Completed 782.5 MiB/870.4 MiB (155.5 MiB/s) with 70 file(s) remaining
Completed 782.8 MiB/870.4 MiB (155.5 MiB/s) with 70 file(s) remaining
Completed 783.0 MiB/870.4 MiB (155.6 MiB/s) with 70 file(s) remaining
Completed 783.3 MiB/870.4 MiB (155.6 MiB/s) with 70 file(s) remaining
Completed 783.5 MiB/870.4 MiB (155.6 MiB/s) with 70 file(s) remaining
Completed 783.8 MiB/870.4 MiB (155.6 MiB/s) with 70 file(s) remaining
Completed 784.0 MiB/870.4 MiB (155.6 MiB/s) with 70 file(s) remaining
Completed 784.2 MiB/870.4 MiB (155.6 MiB/s) with 70 file(s) remaining
download: s3://openproblems-data/resources_test/denoising/cxg_mouse_pancreas_atlas/test.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/denoising/cxg_mouse_pancreas_atlas/test.h5ad
Completed 784.2 MiB/870.4 MiB (155.6 MiB/s) with 69 file(s) remaining
Completed 784.4 MiB/870.4 MiB (155.6 MiB/s) with 69 file(s) remaining
Completed 784.7 MiB/870.4 MiB (155.6 MiB/s) with 69 file(s) remaining
Completed 784.7 MiB/870.4 MiB (155.5 MiB/s) with 69 file(s) remaining
download: s3://openproblems-data/resources_test/denoising/pancreas/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/denoising/pancreas/state.yaml
Completed 784.7 MiB/870.4 MiB (155.5 MiB/s) with 68 file(s) remaining
Completed 784.9 MiB/870.4 MiB (155.5 MiB/s) with 68 file(s) remaining
Completed 785.2 MiB/870.4 MiB (155.5 MiB/s) with 68 file(s) remaining
Completed 785.4 MiB/870.4 MiB (155.6 MiB/s) with 68 file(s) remaining
Completed 785.7 MiB/870.4 MiB (155.6 MiB/s) with 68 file(s) remaining
Completed 785.9 MiB/870.4 MiB (155.6 MiB/s) with 68 file(s) remaining
Completed 786.0 MiB/870.4 MiB (155.6 MiB/s) with 68 file(s) remaining
download: s3://openproblems-data/resources_test/denoising/pancreas/train.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/denoising/pancreas/train.h5ad
Completed 786.0 MiB/870.4 MiB (155.6 MiB/s) with 67 file(s) remaining
Completed 786.1 MiB/870.4 MiB (155.4 MiB/s) with 67 file(s) remaining
download: s3://openproblems-data/resources_test/dimensionality_reduction/pancreas/embedding.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/dimensionality_reduction/pancreas/embedding.h5ad
Completed 786.1 MiB/870.4 MiB (155.4 MiB/s) with 66 file(s) remaining
Completed 786.4 MiB/870.4 MiB (155.3 MiB/s) with 66 file(s) remaining
Completed 786.6 MiB/870.4 MiB (155.3 MiB/s) with 66 file(s) remaining
Completed 786.9 MiB/870.4 MiB (155.3 MiB/s) with 66 file(s) remaining
Completed 787.1 MiB/870.4 MiB (155.4 MiB/s) with 66 file(s) remaining
Completed 787.4 MiB/870.4 MiB (155.4 MiB/s) with 66 file(s) remaining
Completed 787.6 MiB/870.4 MiB (155.4 MiB/s) with 66 file(s) remaining
Completed 787.9 MiB/870.4 MiB (155.5 MiB/s) with 66 file(s) remaining
Completed 787.9 MiB/870.4 MiB (155.5 MiB/s) with 66 file(s) remaining
download: s3://openproblems-data/resources_test/denoising/pancreas/test.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/denoising/pancreas/test.h5ad
Completed 787.9 MiB/870.4 MiB (155.5 MiB/s) with 65 file(s) remaining
Completed 788.2 MiB/870.4 MiB (155.5 MiB/s) with 65 file(s) remaining
Completed 788.4 MiB/870.4 MiB (155.5 MiB/s) with 65 file(s) remaining
Completed 788.7 MiB/870.4 MiB (155.5 MiB/s) with 65 file(s) remaining
Completed 788.9 MiB/870.4 MiB (155.6 MiB/s) with 65 file(s) remaining
Completed 789.2 MiB/870.4 MiB (155.6 MiB/s) with 65 file(s) remaining
Completed 789.2 MiB/870.4 MiB (155.6 MiB/s) with 65 file(s) remaining
download: s3://openproblems-data/resources_test/common/scicar_cell_lines/dataset_mod1.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/common/scicar_cell_lines/dataset_mod1.h5ad
Completed 789.2 MiB/870.4 MiB (155.6 MiB/s) with 64 file(s) remaining
Completed 789.4 MiB/870.4 MiB (155.6 MiB/s) with 64 file(s) remaining
Completed 789.7 MiB/870.4 MiB (155.0 MiB/s) with 64 file(s) remaining
Completed 789.9 MiB/870.4 MiB (154.9 MiB/s) with 64 file(s) remaining
Completed 790.1 MiB/870.4 MiB (154.9 MiB/s) with 64 file(s) remaining
download: s3://openproblems-data/resources_test/denoising/cxg_mouse_pancreas_atlas/train.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/denoising/cxg_mouse_pancreas_atlas/train.h5ad
Completed 790.1 MiB/870.4 MiB (154.9 MiB/s) with 63 file(s) remaining
Completed 790.4 MiB/870.4 MiB (154.7 MiB/s) with 63 file(s) remaining
Completed 790.6 MiB/870.4 MiB (154.7 MiB/s) with 63 file(s) remaining
Completed 790.9 MiB/870.4 MiB (154.8 MiB/s) with 63 file(s) remaining
Completed 791.1 MiB/870.4 MiB (154.8 MiB/s) with 63 file(s) remaining
Completed 791.4 MiB/870.4 MiB (154.8 MiB/s) with 63 file(s) remaining
Completed 791.6 MiB/870.4 MiB (154.9 MiB/s) with 63 file(s) remaining
Completed 791.9 MiB/870.4 MiB (154.9 MiB/s) with 63 file(s) remaining
Completed 792.1 MiB/870.4 MiB (154.9 MiB/s) with 63 file(s) remaining
Completed 792.4 MiB/870.4 MiB (154.9 MiB/s) with 63 file(s) remaining
Completed 792.6 MiB/870.4 MiB (155.0 MiB/s) with 63 file(s) remaining
Completed 792.6 MiB/870.4 MiB (154.9 MiB/s) with 63 file(s) remaining
download: s3://openproblems-data/resources_test/dimensionality_reduction/pancreas/score.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/dimensionality_reduction/pancreas/score.h5ad
Completed 792.6 MiB/870.4 MiB (154.9 MiB/s) with 62 file(s) remaining
Completed 792.9 MiB/870.4 MiB (154.9 MiB/s) with 62 file(s) remaining
Completed 793.1 MiB/870.4 MiB (155.0 MiB/s) with 62 file(s) remaining
Completed 793.4 MiB/870.4 MiB (155.0 MiB/s) with 62 file(s) remaining
Completed 793.6 MiB/870.4 MiB (155.0 MiB/s) with 62 file(s) remaining
Completed 793.9 MiB/870.4 MiB (155.1 MiB/s) with 62 file(s) remaining
Completed 794.1 MiB/870.4 MiB (155.1 MiB/s) with 62 file(s) remaining
Completed 794.4 MiB/870.4 MiB (155.1 MiB/s) with 62 file(s) remaining
download: s3://openproblems-data/resources_test/dimensionality_reduction/pancreas/dataset.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/dimensionality_reduction/pancreas/dataset.h5ad
Completed 794.4 MiB/870.4 MiB (155.1 MiB/s) with 61 file(s) remaining
Completed 794.6 MiB/870.4 MiB (155.1 MiB/s) with 61 file(s) remaining
Completed 794.9 MiB/870.4 MiB (155.2 MiB/s) with 61 file(s) remaining
Completed 795.1 MiB/870.4 MiB (155.2 MiB/s) with 61 file(s) remaining
Completed 795.4 MiB/870.4 MiB (155.2 MiB/s) with 61 file(s) remaining
Completed 795.6 MiB/870.4 MiB (155.3 MiB/s) with 61 file(s) remaining
Completed 795.9 MiB/870.4 MiB (155.3 MiB/s) with 61 file(s) remaining
Completed 795.9 MiB/870.4 MiB (155.0 MiB/s) with 61 file(s) remaining
download: s3://openproblems-data/resources_test/dimensionality_reduction/pancreas/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/dimensionality_reduction/pancreas/state.yaml
Completed 795.9 MiB/870.4 MiB (155.0 MiB/s) with 60 file(s) remaining
Completed 796.1 MiB/870.4 MiB (153.4 MiB/s) with 60 file(s) remaining
Completed 796.4 MiB/870.4 MiB (153.4 MiB/s) with 60 file(s) remaining
Completed 796.6 MiB/870.4 MiB (153.4 MiB/s) with 60 file(s) remaining
Completed 796.9 MiB/870.4 MiB (153.4 MiB/s) with 60 file(s) remaining
download: s3://openproblems-data/resources_test/denoising/pancreas/denoised.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/denoising/pancreas/denoised.h5ad
Completed 796.9 MiB/870.4 MiB (153.4 MiB/s) with 59 file(s) remaining
Completed 797.1 MiB/870.4 MiB (153.3 MiB/s) with 59 file(s) remaining
Completed 797.4 MiB/870.4 MiB (153.3 MiB/s) with 59 file(s) remaining
Completed 797.6 MiB/870.4 MiB (153.3 MiB/s) with 59 file(s) remaining
Completed 797.9 MiB/870.4 MiB (153.3 MiB/s) with 59 file(s) remaining
Completed 798.1 MiB/870.4 MiB (153.4 MiB/s) with 59 file(s) remaining
Completed 798.4 MiB/870.4 MiB (153.4 MiB/s) with 59 file(s) remaining
Completed 798.6 MiB/870.4 MiB (153.3 MiB/s) with 59 file(s) remaining
Completed 798.9 MiB/870.4 MiB (153.3 MiB/s) with 59 file(s) remaining
Completed 799.1 MiB/870.4 MiB (153.4 MiB/s) with 59 file(s) remaining
Completed 799.4 MiB/870.4 MiB (153.4 MiB/s) with 59 file(s) remaining
Completed 799.6 MiB/870.4 MiB (153.4 MiB/s) with 59 file(s) remaining
Completed 799.9 MiB/870.4 MiB (153.4 MiB/s) with 59 file(s) remaining
Completed 800.1 MiB/870.4 MiB (153.5 MiB/s) with 59 file(s) remaining
Completed 800.4 MiB/870.4 MiB (153.5 MiB/s) with 59 file(s) remaining
Completed 800.6 MiB/870.4 MiB (153.5 MiB/s) with 59 file(s) remaining
Completed 800.7 MiB/870.4 MiB (153.5 MiB/s) with 59 file(s) remaining
Completed 800.9 MiB/870.4 MiB (153.5 MiB/s) with 59 file(s) remaining
Completed 801.2 MiB/870.4 MiB (153.5 MiB/s) with 59 file(s) remaining
download: s3://openproblems-data/resources_test/label_projection/cxg_mouse_pancreas_atlas/solution.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/label_projection/cxg_mouse_pancreas_atlas/solution.h5ad
Completed 801.2 MiB/870.4 MiB (153.5 MiB/s) with 58 file(s) remaining
Completed 801.4 MiB/870.4 MiB (153.5 MiB/s) with 58 file(s) remaining
Completed 801.7 MiB/870.4 MiB (153.6 MiB/s) with 58 file(s) remaining
Completed 801.9 MiB/870.4 MiB (153.6 MiB/s) with 58 file(s) remaining
Completed 802.0 MiB/870.4 MiB (153.6 MiB/s) with 58 file(s) remaining
download: s3://openproblems-data/resources_test/label_projection/cxg_mouse_pancreas_atlas/test.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/label_projection/cxg_mouse_pancreas_atlas/test.h5ad
Completed 802.0 MiB/870.4 MiB (153.6 MiB/s) with 57 file(s) remaining
Completed 802.2 MiB/870.4 MiB (153.6 MiB/s) with 57 file(s) remaining
Completed 802.5 MiB/870.4 MiB (153.6 MiB/s) with 57 file(s) remaining
Completed 802.7 MiB/870.4 MiB (153.7 MiB/s) with 57 file(s) remaining
Completed 803.0 MiB/870.4 MiB (153.7 MiB/s) with 57 file(s) remaining
Completed 803.2 MiB/870.4 MiB (153.6 MiB/s) with 57 file(s) remaining
Completed 803.5 MiB/870.4 MiB (153.7 MiB/s) with 57 file(s) remaining
Completed 803.7 MiB/870.4 MiB (153.7 MiB/s) with 57 file(s) remaining
Completed 803.7 MiB/870.4 MiB (153.6 MiB/s) with 57 file(s) remaining
Completed 804.0 MiB/870.4 MiB (153.6 MiB/s) with 57 file(s) remaining
download: s3://openproblems-data/resources_test/label_projection/cxg_mouse_pancreas_atlas/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/label_projection/cxg_mouse_pancreas_atlas/state.yaml
Completed 804.0 MiB/870.4 MiB (153.6 MiB/s) with 56 file(s) remaining
Completed 804.2 MiB/870.4 MiB (153.6 MiB/s) with 56 file(s) remaining
Completed 804.5 MiB/870.4 MiB (153.7 MiB/s) with 56 file(s) remaining
Completed 804.7 MiB/870.4 MiB (153.7 MiB/s) with 56 file(s) remaining
Completed 805.0 MiB/870.4 MiB (153.7 MiB/s) with 56 file(s) remaining
Completed 805.2 MiB/870.4 MiB (153.7 MiB/s) with 56 file(s) remaining
Completed 805.5 MiB/870.4 MiB (153.7 MiB/s) with 56 file(s) remaining
Completed 805.7 MiB/870.4 MiB (153.8 MiB/s) with 56 file(s) remaining
Completed 806.0 MiB/870.4 MiB (153.8 MiB/s) with 56 file(s) remaining
Completed 806.2 MiB/870.4 MiB (153.8 MiB/s) with 56 file(s) remaining
Completed 806.5 MiB/870.4 MiB (153.9 MiB/s) with 56 file(s) remaining
Completed 806.7 MiB/870.4 MiB (153.9 MiB/s) with 56 file(s) remaining
Completed 807.0 MiB/870.4 MiB (153.9 MiB/s) with 56 file(s) remaining
Completed 807.2 MiB/870.4 MiB (153.9 MiB/s) with 56 file(s) remaining
Completed 807.5 MiB/870.4 MiB (154.0 MiB/s) with 56 file(s) remaining
Completed 807.7 MiB/870.4 MiB (154.0 MiB/s) with 56 file(s) remaining
Completed 808.0 MiB/870.4 MiB (154.0 MiB/s) with 56 file(s) remaining
Completed 808.2 MiB/870.4 MiB (154.1 MiB/s) with 56 file(s) remaining
download: s3://openproblems-data/resources_test/label_projection/pancreas/score.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/label_projection/pancreas/score.h5ad
Completed 808.2 MiB/870.4 MiB (154.1 MiB/s) with 55 file(s) remaining
Completed 808.5 MiB/870.4 MiB (154.1 MiB/s) with 55 file(s) remaining
Completed 808.7 MiB/870.4 MiB (154.1 MiB/s) with 55 file(s) remaining
Completed 809.0 MiB/870.4 MiB (154.1 MiB/s) with 55 file(s) remaining
Completed 809.2 MiB/870.4 MiB (154.1 MiB/s) with 55 file(s) remaining
Completed 809.5 MiB/870.4 MiB (154.2 MiB/s) with 55 file(s) remaining
Completed 809.7 MiB/870.4 MiB (154.2 MiB/s) with 55 file(s) remaining
Completed 810.0 MiB/870.4 MiB (154.2 MiB/s) with 55 file(s) remaining
Completed 810.2 MiB/870.4 MiB (154.2 MiB/s) with 55 file(s) remaining
Completed 810.4 MiB/870.4 MiB (154.3 MiB/s) with 55 file(s) remaining
Completed 810.7 MiB/870.4 MiB (154.3 MiB/s) with 55 file(s) remaining
download: s3://openproblems-data/resources_test/label_projection/pancreas/solution.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/label_projection/pancreas/solution.h5ad
Completed 810.7 MiB/870.4 MiB (154.3 MiB/s) with 54 file(s) remaining
Completed 810.9 MiB/870.4 MiB (154.3 MiB/s) with 54 file(s) remaining
download: s3://openproblems-data/resources_test/dimensionality_reduction/pancreas/solution.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/dimensionality_reduction/pancreas/solution.h5ad
Completed 810.9 MiB/870.4 MiB (154.3 MiB/s) with 53 file(s) remaining
Completed 811.1 MiB/870.4 MiB (154.3 MiB/s) with 53 file(s) remaining
Completed 811.2 MiB/870.4 MiB (154.3 MiB/s) with 53 file(s) remaining
download: s3://openproblems-data/resources_test/label_projection/cxg_mouse_pancreas_atlas/train.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/label_projection/cxg_mouse_pancreas_atlas/train.h5ad
Completed 811.2 MiB/870.4 MiB (154.3 MiB/s) with 52 file(s) remaining
Completed 811.5 MiB/870.4 MiB (154.0 MiB/s) with 52 file(s) remaining
Completed 811.7 MiB/870.4 MiB (153.9 MiB/s) with 52 file(s) remaining
Completed 811.9 MiB/870.4 MiB (153.9 MiB/s) with 52 file(s) remaining
download: s3://openproblems-data/resources_test/dimensionality_reduction/cxg_mouse_pancreas_atlas/solution.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/dimensionality_reduction/cxg_mouse_pancreas_atlas/solution.h5ad
Completed 811.9 MiB/870.4 MiB (153.9 MiB/s) with 51 file(s) remaining
Completed 812.1 MiB/870.4 MiB (153.8 MiB/s) with 51 file(s) remaining
Completed 812.4 MiB/870.4 MiB (153.8 MiB/s) with 51 file(s) remaining
Completed 812.5 MiB/870.4 MiB (153.8 MiB/s) with 51 file(s) remaining
download: s3://openproblems-data/resources_test/dimensionality_reduction/cxg_mouse_pancreas_atlas/dataset.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/dimensionality_reduction/cxg_mouse_pancreas_atlas/dataset.h5ad
Completed 812.5 MiB/870.4 MiB (153.8 MiB/s) with 50 file(s) remaining
Completed 812.8 MiB/870.4 MiB (153.4 MiB/s) with 50 file(s) remaining
Completed 813.0 MiB/870.4 MiB (153.5 MiB/s) with 50 file(s) remaining
Completed 813.3 MiB/870.4 MiB (153.5 MiB/s) with 50 file(s) remaining
Completed 813.5 MiB/870.4 MiB (153.5 MiB/s) with 50 file(s) remaining
download: s3://openproblems-data/resources_test/label_projection/pancreas/prediction.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/label_projection/pancreas/prediction.h5ad
Completed 813.5 MiB/870.4 MiB (153.5 MiB/s) with 49 file(s) remaining
Completed 813.5 MiB/870.4 MiB (153.0 MiB/s) with 49 file(s) remaining
download: s3://openproblems-data/resources_test/dimensionality_reduction/cxg_mouse_pancreas_atlas/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/dimensionality_reduction/cxg_mouse_pancreas_atlas/state.yaml
Completed 813.5 MiB/870.4 MiB (153.0 MiB/s) with 48 file(s) remaining
Completed 813.8 MiB/870.4 MiB (153.0 MiB/s) with 48 file(s) remaining
Completed 814.0 MiB/870.4 MiB (153.0 MiB/s) with 48 file(s) remaining
Completed 814.3 MiB/870.4 MiB (153.0 MiB/s) with 48 file(s) remaining
Completed 814.5 MiB/870.4 MiB (153.0 MiB/s) with 48 file(s) remaining
Completed 814.8 MiB/870.4 MiB (153.1 MiB/s) with 48 file(s) remaining
Completed 815.0 MiB/870.4 MiB (153.1 MiB/s) with 48 file(s) remaining
download: s3://openproblems-data/resources_test/label_projection/pancreas/test.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/label_projection/pancreas/test.h5ad
Completed 815.0 MiB/870.4 MiB (153.1 MiB/s) with 47 file(s) remaining
Completed 815.0 MiB/870.4 MiB (152.6 MiB/s) with 47 file(s) remaining
Completed 815.2 MiB/870.4 MiB (152.6 MiB/s) with 47 file(s) remaining
download: s3://openproblems-data/resources_test/label_projection/pancreas/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/label_projection/pancreas/state.yaml
Completed 815.2 MiB/870.4 MiB (152.6 MiB/s) with 46 file(s) remaining
Completed 815.5 MiB/870.4 MiB (152.6 MiB/s) with 46 file(s) remaining
Completed 815.7 MiB/870.4 MiB (152.6 MiB/s) with 46 file(s) remaining
Completed 816.0 MiB/870.4 MiB (152.7 MiB/s) with 46 file(s) remaining
Completed 816.2 MiB/870.4 MiB (152.7 MiB/s) with 46 file(s) remaining
Completed 816.5 MiB/870.4 MiB (152.7 MiB/s) with 46 file(s) remaining
Completed 816.5 MiB/870.4 MiB (152.7 MiB/s) with 46 file(s) remaining
download: s3://openproblems-data/resources_test/label_projection/pancreas/train.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/label_projection/pancreas/train.h5ad
Completed 816.5 MiB/870.4 MiB (152.7 MiB/s) with 45 file(s) remaining
Completed 816.8 MiB/870.4 MiB (152.2 MiB/s) with 45 file(s) remaining
Completed 817.0 MiB/870.4 MiB (152.2 MiB/s) with 45 file(s) remaining
Completed 817.3 MiB/870.4 MiB (152.2 MiB/s) with 45 file(s) remaining
Completed 817.5 MiB/870.4 MiB (152.2 MiB/s) with 45 file(s) remaining
Completed 817.8 MiB/870.4 MiB (152.3 MiB/s) with 45 file(s) remaining
Completed 817.8 MiB/870.4 MiB (152.3 MiB/s) with 45 file(s) remaining
download: s3://openproblems-data/resources_test/match_modalities/scicar_cell_lines/integrated_mod1.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/match_modalities/scicar_cell_lines/integrated_mod1.h5ad
Completed 817.8 MiB/870.4 MiB (152.3 MiB/s) with 44 file(s) remaining
Completed 818.1 MiB/870.4 MiB (152.3 MiB/s) with 44 file(s) remaining
Completed 818.1 MiB/870.4 MiB (152.3 MiB/s) with 44 file(s) remaining
download: s3://openproblems-data/resources_test/match_modalities/scicar_cell_lines/solution_mod1.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/match_modalities/scicar_cell_lines/solution_mod1.h5ad
Completed 818.1 MiB/870.4 MiB (152.3 MiB/s) with 43 file(s) remaining
Completed 818.3 MiB/870.4 MiB (152.2 MiB/s) with 43 file(s) remaining
Completed 818.6 MiB/870.4 MiB (152.2 MiB/s) with 43 file(s) remaining
Completed 818.8 MiB/870.4 MiB (152.2 MiB/s) with 43 file(s) remaining
Completed 818.9 MiB/870.4 MiB (152.2 MiB/s) with 43 file(s) remaining
download: s3://openproblems-data/resources_test/match_modalities/scicar_cell_lines/integrated_mod2.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/match_modalities/scicar_cell_lines/integrated_mod2.h5ad
Completed 818.9 MiB/870.4 MiB (152.2 MiB/s) with 42 file(s) remaining
Completed 819.2 MiB/870.4 MiB (151.6 MiB/s) with 42 file(s) remaining
Completed 819.4 MiB/870.4 MiB (151.7 MiB/s) with 42 file(s) remaining
Completed 819.7 MiB/870.4 MiB (151.7 MiB/s) with 42 file(s) remaining
Completed 819.7 MiB/870.4 MiB (151.7 MiB/s) with 42 file(s) remaining
download: s3://openproblems-data/resources_test/match_modalities/scicar_cell_lines/dataset_mod1.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/match_modalities/scicar_cell_lines/dataset_mod1.h5ad
Completed 819.7 MiB/870.4 MiB (151.7 MiB/s) with 41 file(s) remaining
Completed 819.9 MiB/870.4 MiB (151.5 MiB/s) with 41 file(s) remaining
Completed 820.2 MiB/870.4 MiB (151.6 MiB/s) with 41 file(s) remaining
Completed 820.3 MiB/870.4 MiB (151.6 MiB/s) with 41 file(s) remaining
download: s3://openproblems-data/resources_test/match_modalities/scicar_cell_lines/solution_mod2.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/match_modalities/scicar_cell_lines/solution_mod2.h5ad
Completed 820.3 MiB/870.4 MiB (151.6 MiB/s) with 40 file(s) remaining
Completed 820.3 MiB/870.4 MiB (151.0 MiB/s) with 40 file(s) remaining
download: s3://openproblems-data/resources_test/match_modalities/scicar_cell_lines/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/match_modalities/scicar_cell_lines/state.yaml
Completed 820.3 MiB/870.4 MiB (151.0 MiB/s) with 39 file(s) remaining
Completed 820.5 MiB/870.4 MiB (151.0 MiB/s) with 39 file(s) remaining
Completed 820.8 MiB/870.4 MiB (151.0 MiB/s) with 39 file(s) remaining
Completed 820.9 MiB/870.4 MiB (151.0 MiB/s) with 39 file(s) remaining
download: s3://openproblems-data/resources_test/match_modalities/scicar_cell_lines/dataset_mod2.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/match_modalities/scicar_cell_lines/dataset_mod2.h5ad
Completed 820.9 MiB/870.4 MiB (151.0 MiB/s) with 38 file(s) remaining
Completed 820.9 MiB/870.4 MiB (150.9 MiB/s) with 38 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/normal/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/normal/state.yaml
Completed 820.9 MiB/870.4 MiB (150.9 MiB/s) with 37 file(s) remaining
Completed 821.0 MiB/870.4 MiB (150.5 MiB/s) with 37 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/normal/train_mod1.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/normal/train_mod1.h5ad
Completed 821.0 MiB/870.4 MiB (150.5 MiB/s) with 36 file(s) remaining
Completed 821.2 MiB/870.4 MiB (150.3 MiB/s) with 36 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/normal/test_mod2.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/normal/test_mod2.h5ad
Completed 821.2 MiB/870.4 MiB (150.3 MiB/s) with 35 file(s) remaining
Completed 821.3 MiB/870.4 MiB (149.3 MiB/s) with 35 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swap/prediction.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swap/prediction.h5ad
Completed 821.3 MiB/870.4 MiB (149.3 MiB/s) with 34 file(s) remaining
Completed 821.5 MiB/870.4 MiB (149.1 MiB/s) with 34 file(s) remaining
Completed 821.7 MiB/870.4 MiB (149.1 MiB/s) with 34 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/normal/prediction.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/normal/prediction.h5ad
Completed 821.7 MiB/870.4 MiB (149.1 MiB/s) with 33 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swap/test_mod1.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swap/test_mod1.h5ad
Completed 821.7 MiB/870.4 MiB (149.1 MiB/s) with 32 file(s) remaining
Completed 821.9 MiB/870.4 MiB (149.0 MiB/s) with 32 file(s) remaining
Completed 822.0 MiB/870.4 MiB (149.0 MiB/s) with 32 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/normal/train_mod2.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/normal/train_mod2.h5ad
Completed 822.0 MiB/870.4 MiB (149.0 MiB/s) with 31 file(s) remaining
Completed 822.1 MiB/870.4 MiB (148.3 MiB/s) with 31 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swap/test_mod2.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swap/test_mod2.h5ad
Completed 822.1 MiB/870.4 MiB (148.3 MiB/s) with 30 file(s) remaining
Completed 822.4 MiB/870.4 MiB (147.9 MiB/s) with 30 file(s) remaining
Completed 822.5 MiB/870.4 MiB (147.9 MiB/s) with 30 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swap/train_mod1.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swap/train_mod1.h5ad
Completed 822.5 MiB/870.4 MiB (147.9 MiB/s) with 29 file(s) remaining
Completed 822.6 MiB/870.4 MiB (147.8 MiB/s) with 29 file(s) remaining
Completed 822.6 MiB/870.4 MiB (147.8 MiB/s) with 29 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swap/train_mod2.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swap/train_mod2.h5ad
Completed 822.6 MiB/870.4 MiB (147.8 MiB/s) with 28 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swap/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swap/state.yaml
Completed 822.6 MiB/870.4 MiB (147.8 MiB/s) with 27 file(s) remaining
Completed 822.7 MiB/870.4 MiB (147.7 MiB/s) with 27 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/normal/test_mod1.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/normal/test_mod1.h5ad
Completed 822.7 MiB/870.4 MiB (147.7 MiB/s) with 26 file(s) remaining
Completed 822.9 MiB/870.4 MiB (147.4 MiB/s) with 26 file(s) remaining
Completed 823.0 MiB/870.4 MiB (147.4 MiB/s) with 26 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/normal/test_mod1.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/normal/test_mod1.h5ad
Completed 823.0 MiB/870.4 MiB (147.4 MiB/s) with 25 file(s) remaining
Completed 823.0 MiB/870.4 MiB (147.0 MiB/s) with 25 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/normal/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/normal/state.yaml
Completed 823.0 MiB/870.4 MiB (147.0 MiB/s) with 24 file(s) remaining
Completed 823.3 MiB/870.4 MiB (146.4 MiB/s) with 24 file(s) remaining
Completed 823.3 MiB/870.4 MiB (146.4 MiB/s) with 24 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/normal/train_mod1.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/normal/train_mod1.h5ad
Completed 823.3 MiB/870.4 MiB (146.4 MiB/s) with 23 file(s) remaining
Completed 823.5 MiB/870.4 MiB (146.2 MiB/s) with 23 file(s) remaining
Completed 823.8 MiB/870.4 MiB (146.2 MiB/s) with 23 file(s) remaining
Completed 823.8 MiB/870.4 MiB (146.2 MiB/s) with 23 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/normal/prediction.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/normal/prediction.h5ad
Completed 823.8 MiB/870.4 MiB (146.2 MiB/s) with 22 file(s) remaining
Completed 824.1 MiB/870.4 MiB (145.6 MiB/s) with 22 file(s) remaining
Completed 824.3 MiB/870.4 MiB (145.6 MiB/s) with 22 file(s) remaining
Completed 824.6 MiB/870.4 MiB (145.6 MiB/s) with 22 file(s) remaining
Completed 824.8 MiB/870.4 MiB (145.6 MiB/s) with 22 file(s) remaining
Completed 825.1 MiB/870.4 MiB (145.6 MiB/s) with 22 file(s) remaining
Completed 825.3 MiB/870.4 MiB (145.6 MiB/s) with 22 file(s) remaining
Completed 825.6 MiB/870.4 MiB (145.6 MiB/s) with 22 file(s) remaining
Completed 825.8 MiB/870.4 MiB (145.6 MiB/s) with 22 file(s) remaining
Completed 826.1 MiB/870.4 MiB (145.7 MiB/s) with 22 file(s) remaining
Completed 826.3 MiB/870.4 MiB (145.7 MiB/s) with 22 file(s) remaining
Completed 826.6 MiB/870.4 MiB (145.7 MiB/s) with 22 file(s) remaining
Completed 826.6 MiB/870.4 MiB (145.6 MiB/s) with 22 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/swap/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/swap/state.yaml
Completed 826.6 MiB/870.4 MiB (145.6 MiB/s) with 21 file(s) remaining
Completed 826.8 MiB/870.4 MiB (145.6 MiB/s) with 21 file(s) remaining
Completed 827.1 MiB/870.4 MiB (145.6 MiB/s) with 21 file(s) remaining
Completed 827.3 MiB/870.4 MiB (145.6 MiB/s) with 21 file(s) remaining
Completed 827.5 MiB/870.4 MiB (145.6 MiB/s) with 21 file(s) remaining
Completed 827.7 MiB/870.4 MiB (145.6 MiB/s) with 21 file(s) remaining
Completed 828.0 MiB/870.4 MiB (145.6 MiB/s) with 21 file(s) remaining
Completed 828.2 MiB/870.4 MiB (145.7 MiB/s) with 21 file(s) remaining
Completed 828.5 MiB/870.4 MiB (145.7 MiB/s) with 21 file(s) remaining
Completed 828.5 MiB/870.4 MiB (145.7 MiB/s) with 21 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/swap/train_mod2.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/swap/train_mod2.h5ad
Completed 828.5 MiB/870.4 MiB (145.7 MiB/s) with 20 file(s) remaining
Completed 828.7 MiB/870.4 MiB (145.6 MiB/s) with 20 file(s) remaining
Completed 829.0 MiB/870.4 MiB (145.6 MiB/s) with 20 file(s) remaining
Completed 829.2 MiB/870.4 MiB (145.6 MiB/s) with 20 file(s) remaining
Completed 829.5 MiB/870.4 MiB (145.7 MiB/s) with 20 file(s) remaining
Completed 829.6 MiB/870.4 MiB (145.7 MiB/s) with 20 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/swap/test_mod2.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/swap/test_mod2.h5ad
Completed 829.6 MiB/870.4 MiB (145.7 MiB/s) with 19 file(s) remaining
Completed 829.8 MiB/870.4 MiB (145.7 MiB/s) with 19 file(s) remaining
Completed 830.1 MiB/870.4 MiB (145.7 MiB/s) with 19 file(s) remaining
Completed 830.3 MiB/870.4 MiB (145.7 MiB/s) with 19 file(s) remaining
Completed 830.6 MiB/870.4 MiB (145.8 MiB/s) with 19 file(s) remaining
Completed 830.8 MiB/870.4 MiB (145.8 MiB/s) with 19 file(s) remaining
Completed 831.1 MiB/870.4 MiB (145.8 MiB/s) with 19 file(s) remaining
Completed 831.3 MiB/870.4 MiB (145.9 MiB/s) with 19 file(s) remaining
Completed 831.6 MiB/870.4 MiB (145.9 MiB/s) with 19 file(s) remaining
Completed 831.8 MiB/870.4 MiB (145.9 MiB/s) with 19 file(s) remaining
Completed 832.1 MiB/870.4 MiB (145.9 MiB/s) with 19 file(s) remaining
Completed 832.3 MiB/870.4 MiB (146.0 MiB/s) with 19 file(s) remaining
Completed 832.6 MiB/870.4 MiB (146.0 MiB/s) with 19 file(s) remaining
Completed 832.7 MiB/870.4 MiB (146.0 MiB/s) with 19 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/swap/prediction.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/swap/prediction.h5ad
Completed 832.7 MiB/870.4 MiB (146.0 MiB/s) with 18 file(s) remaining
Completed 832.9 MiB/870.4 MiB (145.5 MiB/s) with 18 file(s) remaining
Completed 833.2 MiB/870.4 MiB (145.5 MiB/s) with 18 file(s) remaining
Completed 833.4 MiB/870.4 MiB (145.5 MiB/s) with 18 file(s) remaining
Completed 833.6 MiB/870.4 MiB (145.5 MiB/s) with 18 file(s) remaining
Completed 833.8 MiB/870.4 MiB (145.3 MiB/s) with 18 file(s) remaining
Completed 833.9 MiB/870.4 MiB (145.2 MiB/s) with 18 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/normal/train_mod2.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/normal/train_mod2.h5ad
Completed 833.9 MiB/870.4 MiB (145.2 MiB/s) with 17 file(s) remaining
Completed 834.1 MiB/870.4 MiB (145.2 MiB/s) with 17 file(s) remaining
Completed 834.4 MiB/870.4 MiB (145.2 MiB/s) with 17 file(s) remaining
Completed 834.6 MiB/870.4 MiB (145.2 MiB/s) with 17 file(s) remaining
Completed 834.9 MiB/870.4 MiB (145.3 MiB/s) with 17 file(s) remaining
Completed 835.1 MiB/870.4 MiB (145.3 MiB/s) with 17 file(s) remaining
Completed 835.4 MiB/870.4 MiB (145.3 MiB/s) with 17 file(s) remaining
Completed 835.6 MiB/870.4 MiB (145.3 MiB/s) with 17 file(s) remaining
Completed 835.9 MiB/870.4 MiB (145.3 MiB/s) with 17 file(s) remaining
Completed 836.1 MiB/870.4 MiB (145.4 MiB/s) with 17 file(s) remaining
Completed 836.4 MiB/870.4 MiB (145.4 MiB/s) with 17 file(s) remaining
Completed 836.6 MiB/870.4 MiB (145.4 MiB/s) with 17 file(s) remaining
Completed 836.9 MiB/870.4 MiB (145.2 MiB/s) with 17 file(s) remaining
Completed 837.1 MiB/870.4 MiB (145.2 MiB/s) with 17 file(s) remaining
Completed 837.4 MiB/870.4 MiB (145.2 MiB/s) with 17 file(s) remaining
Completed 837.6 MiB/870.4 MiB (145.2 MiB/s) with 17 file(s) remaining
Completed 837.9 MiB/870.4 MiB (145.2 MiB/s) with 17 file(s) remaining
Completed 838.1 MiB/870.4 MiB (145.2 MiB/s) with 17 file(s) remaining
Completed 838.4 MiB/870.4 MiB (144.9 MiB/s) with 17 file(s) remaining
Completed 838.6 MiB/870.4 MiB (144.9 MiB/s) with 17 file(s) remaining
Completed 838.9 MiB/870.4 MiB (145.0 MiB/s) with 17 file(s) remaining
Completed 839.1 MiB/870.4 MiB (145.0 MiB/s) with 17 file(s) remaining
Completed 839.4 MiB/870.4 MiB (145.0 MiB/s) with 17 file(s) remaining
Completed 839.6 MiB/870.4 MiB (145.0 MiB/s) with 17 file(s) remaining
Completed 839.9 MiB/870.4 MiB (145.0 MiB/s) with 17 file(s) remaining
Completed 840.1 MiB/870.4 MiB (145.0 MiB/s) with 17 file(s) remaining
Completed 840.4 MiB/870.4 MiB (145.0 MiB/s) with 17 file(s) remaining
Completed 840.6 MiB/870.4 MiB (145.1 MiB/s) with 17 file(s) remaining
Completed 840.9 MiB/870.4 MiB (145.1 MiB/s) with 17 file(s) remaining
Completed 841.1 MiB/870.4 MiB (145.1 MiB/s) with 17 file(s) remaining
Completed 841.4 MiB/870.4 MiB (145.1 MiB/s) with 17 file(s) remaining
Completed 841.6 MiB/870.4 MiB (145.1 MiB/s) with 17 file(s) remaining
Completed 841.9 MiB/870.4 MiB (145.1 MiB/s) with 17 file(s) remaining
Completed 842.1 MiB/870.4 MiB (145.1 MiB/s) with 17 file(s) remaining
Completed 842.4 MiB/870.4 MiB (145.1 MiB/s) with 17 file(s) remaining
Completed 842.6 MiB/870.4 MiB (145.1 MiB/s) with 17 file(s) remaining
Completed 842.9 MiB/870.4 MiB (145.2 MiB/s) with 17 file(s) remaining
Completed 843.1 MiB/870.4 MiB (145.2 MiB/s) with 17 file(s) remaining
download: s3://openproblems-data/resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas/dataset_simulated.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas/dataset_simulated.h5ad
Completed 843.1 MiB/870.4 MiB (145.2 MiB/s) with 16 file(s) remaining
Completed 843.4 MiB/870.4 MiB (145.2 MiB/s) with 16 file(s) remaining
Completed 843.4 MiB/870.4 MiB (145.1 MiB/s) with 16 file(s) remaining
download: s3://openproblems-data/resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas/spatial_masked.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas/spatial_masked.h5ad
Completed 843.4 MiB/870.4 MiB (145.1 MiB/s) with 15 file(s) remaining
Completed 843.4 MiB/870.4 MiB (145.1 MiB/s) with 15 file(s) remaining
download: s3://openproblems-data/resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas/score.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas/score.h5ad
Completed 843.4 MiB/870.4 MiB (145.1 MiB/s) with 14 file(s) remaining
Completed 843.7 MiB/870.4 MiB (145.0 MiB/s) with 14 file(s) remaining
Completed 843.9 MiB/870.4 MiB (144.9 MiB/s) with 14 file(s) remaining
Completed 844.1 MiB/870.4 MiB (144.9 MiB/s) with 14 file(s) remaining
Completed 844.3 MiB/870.4 MiB (144.9 MiB/s) with 14 file(s) remaining
download: s3://openproblems-data/resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas/output.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas/output.h5ad
Completed 844.3 MiB/870.4 MiB (144.9 MiB/s) with 13 file(s) remaining
Completed 844.6 MiB/870.4 MiB (144.9 MiB/s) with 13 file(s) remaining
Completed 844.8 MiB/870.4 MiB (145.0 MiB/s) with 13 file(s) remaining
Completed 845.1 MiB/870.4 MiB (145.0 MiB/s) with 13 file(s) remaining
Completed 845.3 MiB/870.4 MiB (145.0 MiB/s) with 13 file(s) remaining
Completed 845.6 MiB/870.4 MiB (145.0 MiB/s) with 13 file(s) remaining
Completed 845.8 MiB/870.4 MiB (145.0 MiB/s) with 13 file(s) remaining
Completed 846.1 MiB/870.4 MiB (145.1 MiB/s) with 13 file(s) remaining
Completed 846.3 MiB/870.4 MiB (145.1 MiB/s) with 13 file(s) remaining
Completed 846.3 MiB/870.4 MiB (145.1 MiB/s) with 13 file(s) remaining
download: s3://openproblems-data/resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas/state.yaml
Completed 846.3 MiB/870.4 MiB (145.1 MiB/s) with 12 file(s) remaining
Completed 846.6 MiB/870.4 MiB (145.0 MiB/s) with 12 file(s) remaining
Completed 846.8 MiB/870.4 MiB (145.1 MiB/s) with 12 file(s) remaining
Completed 847.1 MiB/870.4 MiB (145.1 MiB/s) with 12 file(s) remaining
Completed 847.3 MiB/870.4 MiB (145.1 MiB/s) with 12 file(s) remaining
Completed 847.6 MiB/870.4 MiB (145.1 MiB/s) with 12 file(s) remaining
Completed 847.8 MiB/870.4 MiB (145.2 MiB/s) with 12 file(s) remaining
Completed 848.1 MiB/870.4 MiB (145.2 MiB/s) with 12 file(s) remaining
Completed 848.3 MiB/870.4 MiB (145.2 MiB/s) with 12 file(s) remaining
Completed 848.6 MiB/870.4 MiB (145.2 MiB/s) with 12 file(s) remaining
Completed 848.8 MiB/870.4 MiB (145.3 MiB/s) with 12 file(s) remaining
Completed 849.1 MiB/870.4 MiB (145.3 MiB/s) with 12 file(s) remaining
Completed 849.3 MiB/870.4 MiB (145.2 MiB/s) with 12 file(s) remaining
Completed 849.6 MiB/870.4 MiB (145.2 MiB/s) with 12 file(s) remaining
Completed 849.8 MiB/870.4 MiB (145.2 MiB/s) with 12 file(s) remaining
Completed 850.1 MiB/870.4 MiB (145.2 MiB/s) with 12 file(s) remaining
Completed 850.3 MiB/870.4 MiB (145.3 MiB/s) with 12 file(s) remaining
Completed 850.6 MiB/870.4 MiB (145.3 MiB/s) with 12 file(s) remaining
Completed 850.8 MiB/870.4 MiB (145.2 MiB/s) with 12 file(s) remaining
Completed 850.9 MiB/870.4 MiB (145.2 MiB/s) with 12 file(s) remaining
download: s3://openproblems-data/resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas/solution.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas/solution.h5ad
Completed 850.9 MiB/870.4 MiB (145.2 MiB/s) with 11 file(s) remaining
Completed 851.1 MiB/870.4 MiB (145.0 MiB/s) with 11 file(s) remaining
Completed 851.4 MiB/870.4 MiB (145.1 MiB/s) with 11 file(s) remaining
Completed 851.6 MiB/870.4 MiB (145.1 MiB/s) with 11 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/normal/test_mod2.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/normal/test_mod2.h5ad
Completed 851.6 MiB/870.4 MiB (145.1 MiB/s) with 10 file(s) remaining
Completed 851.9 MiB/870.4 MiB (145.1 MiB/s) with 10 file(s) remaining
Completed 851.9 MiB/870.4 MiB (145.1 MiB/s) with 10 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/swap/train_mod1.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/swap/train_mod1.h5ad
Completed 851.9 MiB/870.4 MiB (145.1 MiB/s) with 9 file(s) remaining
Completed 852.2 MiB/870.4 MiB (145.0 MiB/s) with 9 file(s) remaining
Completed 852.4 MiB/870.4 MiB (144.5 MiB/s) with 9 file(s) remaining
Completed 852.7 MiB/870.4 MiB (144.5 MiB/s) with 9 file(s) remaining
Completed 852.9 MiB/870.4 MiB (144.5 MiB/s) with 9 file(s) remaining
Completed 853.2 MiB/870.4 MiB (144.5 MiB/s) with 9 file(s) remaining
Completed 853.4 MiB/870.4 MiB (144.5 MiB/s) with 9 file(s) remaining
Completed 853.7 MiB/870.4 MiB (144.5 MiB/s) with 9 file(s) remaining
Completed 853.9 MiB/870.4 MiB (144.5 MiB/s) with 9 file(s) remaining
Completed 854.2 MiB/870.4 MiB (144.5 MiB/s) with 9 file(s) remaining
Completed 854.4 MiB/870.4 MiB (144.6 MiB/s) with 9 file(s) remaining
download: s3://openproblems-data/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/swap/test_mod1.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/predict_modality/openproblems_neurips2021/bmmc_multiome/swap/test_mod1.h5ad
Completed 854.4 MiB/870.4 MiB (144.6 MiB/s) with 8 file(s) remaining
Completed 854.7 MiB/870.4 MiB (144.5 MiB/s) with 8 file(s) remaining
Completed 854.9 MiB/870.4 MiB (144.5 MiB/s) with 8 file(s) remaining
Completed 855.2 MiB/870.4 MiB (144.4 MiB/s) with 8 file(s) remaining
Completed 855.4 MiB/870.4 MiB (144.4 MiB/s) with 8 file(s) remaining
Completed 855.7 MiB/870.4 MiB (144.5 MiB/s) with 8 file(s) remaining
Completed 855.9 MiB/870.4 MiB (144.5 MiB/s) with 8 file(s) remaining
Completed 856.2 MiB/870.4 MiB (144.5 MiB/s) with 8 file(s) remaining
Completed 856.4 MiB/870.4 MiB (144.5 MiB/s) with 8 file(s) remaining
Completed 856.5 MiB/870.4 MiB (144.5 MiB/s) with 8 file(s) remaining
download: s3://openproblems-data/resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas.dataset_simulator.simulated_data.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas.dataset_simulator.simulated_data.h5ad
Completed 856.5 MiB/870.4 MiB (144.5 MiB/s) with 7 file(s) remaining
Completed 856.5 MiB/870.4 MiB (144.5 MiB/s) with 7 file(s) remaining
download: s3://openproblems-data/resources_test/spatial_decomposition/pancreas/state.yaml to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/spatial_decomposition/pancreas/state.yaml
Completed 856.5 MiB/870.4 MiB (144.5 MiB/s) with 6 file(s) remaining
Completed 856.8 MiB/870.4 MiB (144.3 MiB/s) with 6 file(s) remaining
Completed 857.0 MiB/870.4 MiB (144.3 MiB/s) with 6 file(s) remaining
Completed 857.3 MiB/870.4 MiB (144.4 MiB/s) with 6 file(s) remaining
Completed 857.5 MiB/870.4 MiB (144.4 MiB/s) with 6 file(s) remaining
Completed 857.8 MiB/870.4 MiB (144.4 MiB/s) with 6 file(s) remaining
Completed 857.9 MiB/870.4 MiB (144.4 MiB/s) with 6 file(s) remaining
download: s3://openproblems-data/resources_test/spatial_decomposition/pancreas/single_cell_ref.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/spatial_decomposition/pancreas/single_cell_ref.h5ad
Completed 857.9 MiB/870.4 MiB (144.4 MiB/s) with 5 file(s) remaining
Completed 858.2 MiB/870.4 MiB (144.3 MiB/s) with 5 file(s) remaining
Completed 858.4 MiB/870.4 MiB (144.3 MiB/s) with 5 file(s) remaining
download: s3://openproblems-data/resources_test/spatial_decomposition/pancreas/solution.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/spatial_decomposition/pancreas/solution.h5ad
Completed 858.4 MiB/870.4 MiB (144.3 MiB/s) with 4 file(s) remaining
Completed 858.6 MiB/870.4 MiB (144.0 MiB/s) with 4 file(s) remaining
Completed 858.9 MiB/870.4 MiB (144.1 MiB/s) with 4 file(s) remaining
Completed 859.1 MiB/870.4 MiB (144.0 MiB/s) with 4 file(s) remaining
Completed 859.4 MiB/870.4 MiB (144.0 MiB/s) with 4 file(s) remaining
Completed 859.6 MiB/870.4 MiB (144.1 MiB/s) with 4 file(s) remaining
Completed 859.9 MiB/870.4 MiB (144.1 MiB/s) with 4 file(s) remaining
Completed 860.1 MiB/870.4 MiB (144.1 MiB/s) with 4 file(s) remaining
Completed 860.4 MiB/870.4 MiB (144.1 MiB/s) with 4 file(s) remaining
Completed 860.6 MiB/870.4 MiB (144.1 MiB/s) with 4 file(s) remaining
Completed 860.9 MiB/870.4 MiB (144.2 MiB/s) with 4 file(s) remaining
Completed 861.1 MiB/870.4 MiB (144.2 MiB/s) with 4 file(s) remaining
Completed 861.4 MiB/870.4 MiB (144.2 MiB/s) with 4 file(s) remaining
Completed 861.6 MiB/870.4 MiB (144.2 MiB/s) with 4 file(s) remaining
Completed 861.9 MiB/870.4 MiB (144.3 MiB/s) with 4 file(s) remaining
Completed 862.1 MiB/870.4 MiB (144.3 MiB/s) with 4 file(s) remaining
Completed 862.4 MiB/870.4 MiB (144.3 MiB/s) with 4 file(s) remaining
Completed 862.6 MiB/870.4 MiB (144.3 MiB/s) with 4 file(s) remaining
Completed 862.9 MiB/870.4 MiB (144.4 MiB/s) with 4 file(s) remaining
Completed 863.1 MiB/870.4 MiB (144.4 MiB/s) with 4 file(s) remaining
Completed 863.4 MiB/870.4 MiB (144.4 MiB/s) with 4 file(s) remaining
Completed 863.6 MiB/870.4 MiB (144.4 MiB/s) with 4 file(s) remaining
Completed 863.7 MiB/870.4 MiB (144.4 MiB/s) with 4 file(s) remaining
download: s3://openproblems-data/resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas/single_cell_ref.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas/single_cell_ref.h5ad
Completed 863.7 MiB/870.4 MiB (144.4 MiB/s) with 3 file(s) remaining
Completed 863.9 MiB/870.4 MiB (144.4 MiB/s) with 3 file(s) remaining
Completed 864.2 MiB/870.4 MiB (144.5 MiB/s) with 3 file(s) remaining
Completed 864.4 MiB/870.4 MiB (144.5 MiB/s) with 3 file(s) remaining
Completed 864.7 MiB/870.4 MiB (144.5 MiB/s) with 3 file(s) remaining
Completed 864.9 MiB/870.4 MiB (144.5 MiB/s) with 3 file(s) remaining
Completed 865.1 MiB/870.4 MiB (144.6 MiB/s) with 3 file(s) remaining
Completed 865.4 MiB/870.4 MiB (144.6 MiB/s) with 3 file(s) remaining
download: s3://openproblems-data/resources_test/spatial_decomposition/pancreas/spatial_masked.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/spatial_decomposition/pancreas/spatial_masked.h5ad
Completed 865.4 MiB/870.4 MiB (144.6 MiB/s) with 2 file(s) remaining
download: s3://openproblems-data/resources_test/spatial_decomposition/pancreas/dataset_synthetic.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/spatial_decomposition/pancreas/dataset_synthetic.h5ad
Completed 865.4 MiB/870.4 MiB (144.6 MiB/s) with 1 file(s) remaining
Completed 865.6 MiB/870.4 MiB (144.6 MiB/s) with 1 file(s) remaining
Completed 865.9 MiB/870.4 MiB (144.6 MiB/s) with 1 file(s) remaining
Completed 866.1 MiB/870.4 MiB (143.3 MiB/s) with 1 file(s) remaining
Completed 866.4 MiB/870.4 MiB (143.3 MiB/s) with 1 file(s) remaining
Completed 866.6 MiB/870.4 MiB (143.3 MiB/s) with 1 file(s) remaining
Completed 866.9 MiB/870.4 MiB (143.3 MiB/s) with 1 file(s) remaining
Completed 867.1 MiB/870.4 MiB (143.3 MiB/s) with 1 file(s) remaining
Completed 867.4 MiB/870.4 MiB (143.3 MiB/s) with 1 file(s) remaining
Completed 867.6 MiB/870.4 MiB (143.3 MiB/s) with 1 file(s) remaining
Completed 867.9 MiB/870.4 MiB (143.3 MiB/s) with 1 file(s) remaining
Completed 868.1 MiB/870.4 MiB (141.7 MiB/s) with 1 file(s) remaining
Completed 868.4 MiB/870.4 MiB (141.7 MiB/s) with 1 file(s) remaining
Completed 868.6 MiB/870.4 MiB (141.8 MiB/s) with 1 file(s) remaining
Completed 868.9 MiB/870.4 MiB (141.8 MiB/s) with 1 file(s) remaining
Completed 869.1 MiB/870.4 MiB (141.8 MiB/s) with 1 file(s) remaining
Completed 869.4 MiB/870.4 MiB (141.8 MiB/s) with 1 file(s) remaining
Completed 869.6 MiB/870.4 MiB (141.8 MiB/s) with 1 file(s) remaining
Completed 869.9 MiB/870.4 MiB (141.8 MiB/s) with 1 file(s) remaining
Completed 870.1 MiB/870.4 MiB (141.8 MiB/s) with 1 file(s) remaining
Completed 870.4 MiB/870.4 MiB (141.9 MiB/s) with 1 file(s) remaining
Completed 870.4 MiB/870.4 MiB (141.8 MiB/s) with 1 file(s) remaining
download: s3://openproblems-data/resources_test/spatial_decomposition/pancreas.dataset_simulator.simulated_data.h5ad to ../viash_automount/home/runner/work/website/website/_openproblems-v2/resources_test/spatial_decomposition/pancreas.dataset_simulator.simulated_data.h5ad

The test resources are stored in the resources_test directory.

Ready, set, go!

That’s it! Now you should be able to test whether the existing components work as expected and then start adding functionality to the pipeline. Running an existing component is as simple as running a command in your terminal. Using test data as input, you can try this out immediately.

Run a component

Use the viash run command to run a Viash component. Everything after the -- separator counts as the arguments of the component itself. In this case, the knn component has an --input_train and --input_test argument to which the test resources are passed.

viash run src/tasks/label_projection/methods/knn/config.vsh.yaml -- \
  --input_train resources_test/label_projection/pancreas/train.h5ad \
  --input_test resources_test/label_projection/pancreas/test.h5ad \
  --output output.h5ad
Output
[notice] Checking if Docker image is available at 'ghcr.io/openproblems-bio/label_projection/methods/knn:dev'
[warning] Could not pull from 'ghcr.io/openproblems-bio/label_projection/methods/knn:dev'. Docker image doesn't exist or is not accessible.
[notice] Building container 'ghcr.io/openproblems-bio/label_projection/methods/knn:dev' with Dockerfile
Load input data
Fit to train data
Predict on test data
Write output to file

Testing components

Testing components is an important part of the development process. Each tasks comes with pre-defined unit tests that can be run using the viash test command.

viash test src/tasks/label_projection/methods/knn/config.vsh.yaml
Output
Running tests in temporary directory: '/tmp/viash_test_knn3923742870862986370'
====================================================================
+/tmp/viash_test_knn3923742870862986370/build_executable/knn ---verbosity 6 ---setup cachedbuild
[notice] Building container 'ghcr.io/openproblems-bio/label_projection/methods/knn:test' with Dockerfile
[info] Running 'docker build -t ghcr.io/openproblems-bio/label_projection/methods/knn:test /tmp/viash_test_knn3923742870862986370/build_executable -f /tmp/viash_test_knn3923742870862986370/build_executable/tmp/dockerbuild-knn-hY6bp4/Dockerfile'
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 608B done
#1 DONE 0.0s

#2 [internal] load metadata for ghcr.io/openproblems-bio/base_python:1.0.2
#2 DONE 0.0s

#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s

#4 [1/2] FROM ghcr.io/openproblems-bio/base_python:1.0.2@sha256:ea71af22256a562524366702362d11c649485aa5f69175a2d353d03b720135a8
#4 DONE 0.0s

#5 [2/2] RUN pip install --upgrade pip &&   pip install --upgrade --no-cache-dir "scikit-learn" "jsonschema"
#5 CACHED

#6 exporting to image
#6 exporting layers done
#6 writing image sha256:b4b7ffd2723c02f126953fef61b0956cdea1b2c6f5cf5d53dc4cb91b565b41f1 done
#6 naming to ghcr.io/openproblems-bio/label_projection/methods/knn:test done
#6 DONE 0.0s
====================================================================
+/tmp/viash_test_knn3923742870862986370/test_check_method_config/test_executable
Load config data
Check general fields
Check info fields
Check platform fields
All checks succeeded!
====================================================================
+/tmp/viash_test_knn3923742870862986370/test_run_and_check_adata/test_executable
>> Running test 'run'
>> Checking whether input files exist
>> Running script as test
Load input data
Fit to train data
Predict on test data
Write output to file
>> Checking whether output file exists
>> Reading h5ad files and checking formats
Reading and checking input_train
  AnnData object with n_obs × n_vars = 387 × 1500
    obs: 'label', 'batch'
    var: 'hvg', 'hvg_score'
    uns: 'dataset_id', 'normalization_id'
    obsm: 'X_pca'
    layers: 'counts', 'normalized'
Reading and checking input_test
  AnnData object with n_obs × n_vars = 213 × 1500
    obs: 'batch'
    var: 'hvg', 'hvg_score'
    uns: 'dataset_id', 'normalization_id'
    obsm: 'X_pca'
    layers: 'counts', 'normalized'
Reading and checking output
  AnnData object with n_obs × n_vars = 213 × 1500
    obs: 'batch', 'label_pred'
    var: 'hvg', 'hvg_score'
    uns: 'dataset_id', 'method_id', 'normalization_id'
    obsm: 'X_pca'
    layers: 'counts', 'normalized'
All checks succeeded!
====================================================================
SUCCESS! All 2 out of 2 test scripts succeeded!
Cleaning up temporary directory

If you want to run the unit tests for all of the components of a task, you can use the viash ns test command.

viash ns test --query label_projection --parallel --platform docker
Output
             namespace        functionality             platform            test_name exit_code duration               result
label_projection/methods  logistic_regression               docker                start                                        
label_projection/methods               scanvi               docker                start                                        
label_projection/methods                  knn               docker                start                                        
label_projection/methods                  mlp               docker                start                                        
label_projection/metrics             accuracy               docker                start                                        
label_projection/metrics                   f1               docker                start
label_projection/methods  logistic_regression               docker     build_executable         0        4              SUCCESS
label_projection/methods  logistic_regression               docker      generic_test.py         0        9              SUCCESS
label_projection/metrics                   f1               docker     build_executable         0        7              SUCCESS
label_projection/metrics                   f1               docker      format_check.py         0        8              SUCCESS
label_projection/metrics             accuracy               docker     build_executable         0        8              SUCCESS
label_projection/metrics             accuracy               docker      format_check.py         0        7              SUCCESS
...